html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    color: #222;
}

img {
    max-width: 100%;
}

a {
    color: #305896;
}

a:hover {
    text-decoration: none;
}

.fa-1point5x {
    font-size: 1.5rem;
}

.anchor {
    padding-bottom: 270px;
    display: block;
}

#header-top {
    background: #fff;
    z-index: 10;
}

#header-top.js-is-sticky {
    box-shadow: 1px 1px 1px #ccc;
    opacity: .93;
}

.cta-mobile {
    width: 100%;
    background: #fff;
    z-index: 10;
    left: 0;
}

.cta-mobile ul {
    padding-left: 0;
}

.cta-mobile ul li {
    text-align: center;
}

.cta-book-mobile {
    width: 60%;
}

.cta-call-mobile {
    width: 40%;
}

.cta-mobile .cta-btn {
    width: 100%;
}

.cta-mobile ul li a,
.cta-mobile ul li .cta-btn-mobile {
    padding: 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.cta-mini-mobile {
    font-size: 1rem;
}

.cta-btn-mobile {
    background: #9d7b4d;
}

.cta-call-mobile {
    background: #55813E;
}

#logo img {
    max-width: 200px;
}

#logo {
    text-align: left;
    margin-bottom: 0;
}

.navbar {
    padding: 0 1rem;
}

.navbar .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
}

.navbar .nav-link:active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #808080;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #305896;
}

.navbar-toggler {
    color: #222;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    color: #9d7b4d;
}

.navbar-toggler-icon {
    font-size: 1.75rem;
}

.navbar button:focus {
    outline: none;
}

.dropdown-menu {
    border: none;
}

#cta-header {
    text-align: right;
}

#cta-header .nav-item {
    margin-right: 20px;
}

.cta-btn.nav-link,
.cta-btn {
    background: #305896;
    color: #fff;
    text-align: center;
    line-height: 90%;
    padding: .3rem 1rem;
    font-weight: 600;
}

#banner .cta-btn {
    font-size: 1.6rem;
    padding: .7rem 1.8rem;
}

.cta-btn {
    display: inline-block;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
    color: #fff;
    text-decoration: none;
}

.cta-mini {
    font-size: .7rem;
}

#banner .cta-mini {
    font-size: .9rem;
}

#banner {
    text-align: center;
}

#banner .container {
    padding-top: .5rem;
}

#banner h2 {
    font-weight: bold;
    font-size: 2.1rem;
}

#banner h3 {
    font-size: 1.2rem;
    margin: 0 auto;
    font-weight: normal;
}  

.mack-story {
    margin-top: -240px;
}

.mack-story a {
    color: #fff;
}

.green-btn {
    background: #55813E;
    color: #fff;
    text-align: center;
    line-height: 90%;
    padding: .8rem 1rem;
    text-transform: uppercase;
}

.green-btn:hover,
.green-btn:active,
.green-btn:focus {
    color: #fff;
    text-decoration: none;
}

.blue-btn {
    background: #305896;
    color: #fff;
    text-align: center;
    line-height: 90%;
    padding: .8rem 1rem;
    text-transform: uppercase;
}

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus {
    color: #fff;
    text-decoration: none;
}

#main a {
    color: #9d7b4d;
}

#main section {
    padding: 20px 0;
}

#main section h2 {
    color: #9d7b4d;
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 600;
}

#main section h3 {
    font-size: 1.6rem;
}

#main section h4 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

#intro,
#testimonials,
#mack {
    text-align: center;
}

#testimonials {
    font-style: italic;
}

.fa-star {
    color: crimson;
}

#testimonials p {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

#testimonials .left-quote,
#testimonials .right-quote {
    font-size: 2.5rem;
    position: absolute;
    font-weight: semi-bold;
}

p .left-quote {
    top: 0;
    left: -15px;
}

p .right-quote {
    bottom: 0;
}

#team img {
    margin: 0 auto;
}

.call-out-team {
    font-size: 1.7rem;
    font-style: italic;
}

.icon {
    text-align: center;
    color: #9d7b4d;
}

ol {
    font-weight: bold;
}

ol p,
ol ul,
ol a {
    font-weight: normal;
}

.btn-blue {
    background: #305896;
    color: #fff;
    text-align: center;
    line-height: 90%;
    padding: .8rem 1rem;
    text-transform: uppercase;
}

.btn-blue:hover {
    color: #305896;
    background: #fff;
    border: 1px solid #305896;
}


/*Read More Boxes*/

.read-more-wrapper[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
    position: relative;
}

.read-more-wrapper[data-readmore] p:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 85%;
    height: 40px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 65%);
}

.read-more-wrapper[aria-expanded="true"] p:after {
    width: 0;
    height: 0;
}

.more-btn {
    text-align: center;
    font-weight: bold;
}


/*End Read More Boxes*/

input[type="text"],
textarea,
dropdown {
    padding: 3px 7px;
    max-width: 100%;
}

footer h2 {
    text-align: center;
    font-size: 3rem;
}

footer h4 {
    font-size: 1.1rem;
}

footer {
    font-size: .9rem;
    background: url(images/bloodhound-dog-trans-small.png)no-repeat bottom right;
}


/*IE Edge*/

.nav {
    list-style: none;
}


/*Media Queries*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
/*Only iPhone 4/4S (both: landscape and portrait)*/

{
   
    .anchor {
        padding-bottom: 115px;
        display: block;
    }
}


@media (max-width: 480px) {
    /*Iphone 4*/
  
    .navbar {
        padding: 0!important;
    }
    .navbar-brand,
    .cta-mobile li,
    .navbar .nav-item {
        float: left;
    }
    .navbar-toggler {
        float: right;
        padding-right: 0;
    }
    #header-top.js-is-sticky,
    .navbar .nav-item {
        width: 100%;
    }
    #logo img {
        max-width: 200px;
    }
    #header-left {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

@media (min-width: 451px) {
    .mack-story {
        margin-top: -240px;
    }
}

@media (min-width: 480px) {
    .mack-story {
        margin-top: -220px;
    }
}

@media (min-width: 576px) {
    #team img {
        max-width: 260px;
        height: auto;
    }
    .cta-book-mobile,
    .cta-call-mobile {
        width: 50%;
    }
    #banner h2 {
        text-transform: none;
        font-weight: normal;
        font-size: 2.7rem;
    }
    #banner h2,
    #banner h3,
    .mack-story {
        text-shadow: 2px 2px 2px #7D623D;
    }
    #banner h3,
    .mack-story {
        font-weight: 600;
    }
    #logo {
        margin: .2rem 0 .75rem 0;
    }
    #banner a {
        color: #fff;
    }
    .mack-story {
        font-size: 1.9rem;
        margin-top: 280px;
        text-align: center;
    }
    #banner .container {
        background: #9d7b4d url("images/mack-mobile.jpg") no-repeat top center;
       
        text-align: center;
        padding-top: 30px;
    }
    #banner .mack-story {
        margin-top: 130px;
    }
}

@media (max-width: 600px) and (orientation:landscape) {
    #header-top.js-is-sticky {
        position: relative!important;
    }
    .cta-mobile ul li a,
    .cta-mobile ul li .cta-btn-mobile {
        padding: 1rem 0;
        font-weight: bold;
        font-size: 1.8rem;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.15rem;
    }
}
@media (min-width: 576px) and (max-width: 1200px) {
     #banner .container {max-width: 100%;}
}
@media (min-width: 576px) and (max-width: 1300px) {
    #banner {
        background: #9d7b4d;
        color: #fff;
    }
   
}

@media (min-width: 768px) {
    .embed-responsive {
        max-width: 800px;
        display: block;
       
    }
    .anchor {
        padding-bottom: 118px;
        display: block;
    }
    #get-a-home-inspection .anchor,
    #inspection-includes .anchor {
        padding-bottom: 175px;
    }
    input[type="text"],
    textarea,
    dropdown {
        width: 400px;
    }
    textarea {
        width: 500px;
        height: 200px;
    }
    #main section {
        padding: 60px 0;
    }
    footer {
        background: url(images/bloodhound-dog-trans.png)no-repeat bottom right;
    }
    #banner .container {
        text-align: left;
        background: #9d7b4d url("images/mack-mobile.jpg") no-repeat top right;
        padding-bottom: 30px;
    }
    #banner .mack-story {
        margin-top: 230px;
        font-size: 1.5rem;
    }
    #mack {text-align: left;}
}

@media (min-width: 850px) {
    #banner .mack-story {
        margin-top: 200px;
    }
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }
    #banner .container {
        background: #9d7b4d url("images/mack-desktop2.jpg") no-repeat top right;
        padding-top: 3rem;
        min-height: 410px;
    }
    #banner .mack-story {
        margin-top: 250px;
        font-size: 1.7rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1210px;
    }
}

@media (min-width: 1301px) {
    #banner {
        background: #9d7b4d;
        color: #fff;
    }
}
