/** Please add your Custom CSS here **/
body{
    font-size: 16px;
}

.hero-header .intro-text .intro-heading {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.img-macon-r{
    max-width: 400px;
    width: 100%;
    display: block;
    margin: auto;
}

blockquote, h6, p {
    font-size: 16px;
}

.navbar-default .navbar-nav > li.active-always > span {
    background-color: initial;
    color: #FF5800;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
}

footer {
    text-align: center;
}

.footer-logo{
    width: 200px;
}