body {
    color: #ffffff;
}

h1 {
    color: #007ab9;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.75em;
    text-transform: uppercase;
}

@media (min-width:768px) {
    h1 {
        font-size: 2.75em;
    }
}

h2 {
    color: #007ab9;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.85em;
    text-transform: uppercase;
}

h3 {
    color: #007ab9;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.65em;
    text-transform: uppercase;
}

#header .col-md-3:nth-child(1) {
    text-align: center;
    background-color: #ffffff;
}

@media (min-width:768px) {
    #header .col-md-3:nth-child(1) {
        text-align: right;
    }
}

#header .col-md-9 {
    background-color: #007ab9;
    padding-left: 0px;
}

#header .col-md-3:nth-child(3) {
    background-color: #007ab9;
}

#phone {
    background-color: #60b60b;
    text-align: right;
    padding-right: 22px;
}

#mainNav {
    text-transform: uppercase;
}

#mainNav a:link,
#mainNav a:visited {
    text-decoration: none;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}

#mainNav a:hover {
    color: #a3cce1;
}

.dropdown-menu {
    border-radius: 0px;
    margin-top: 7px;
    background-color: #efefef;
}

#mainNav a:link.dropdown-item,
#mainNav a:visited.dropdown-item {
    text-decoration: none;
    text-transform: uppercase;
    color: #007ab9;
    margin-bottom: 10px;
}

#mainNav a:hover.dropdown-item {
    color: #bedca0;
}

#fauxBack {
    display: none;
}

@media (min-width:768px) {
    #fauxBack {
        background-image: url(../images/backNav.png);
        background-position: center;
        display: block;
        width: 60px;
        height: 64px;
        float: left;
    }
}

#phone a:link,
#phone a:visited {
    text-decoration: none;
    color: #ffffff;
}

#phone a:hover {
    color: #bedca0;
}

#hero {
    margin-top: 120px;
    background-image: url(../images/backHero.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: inherit;
    text-align: center;
    padding-top: 10%;
    color: #ffffff;
}

@media (min-width:768px) {
    #hero {
        margin-top: 62px;
        background-size: cover;
        background-attachment: fixed;
        height: 95vh;
        padding-top: 5%;
    }
}

#hero ul {
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.35rem;
    text-align: center;

}



#hero ul li {
    display: inline-block;
    color: #007ab9;
    text-shadow: 0px 0px 5px #333333;
}

#hero ul:nth-child(4) li:nth-child(-n+2) {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #007ab9;
    padding-right: 5px;

}

#hero ul:nth-child(5) li:nth-child(-n+1) {
    display: inline-block;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #007ab9;
    padding-right: 5px;

}

#hero img {
    max-width: 60%;
}

@media (min-width:768px) {
    #hero img {
        max-width: 100%;
    }
}

#hero p {
    text-transform: uppercase;
}

#hero p:nth-child(2) {
    font-size: 2.25em;
    font-weight: bold;
    margin-bottom: -10px;
    line-height: 90%;
    text-shadow: 0px 0px 5px #333333;
}

@media (min-width:768px) {
    #hero p:nth-child(2) {
        font-size: 3.75em;
        margin-bottom: -10px;
        line-height: 120%;
    }
}

#hero p:nth-child(3) {
    font-size: .95em;
    padding-top: 15px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #333333;
}

@media (min-width:768px) {
    #hero p:nth-child(3) {
        font-size: 2em;
        padding-top: 0px;
    }
}

#hero p:nth-child(5) {
    font-size: .95em;
    padding-top: 15px;

    text-shadow: 0px 0px 5px #333333;
}

@media (min-width:768px) {
    #hero p:nth-child(5) {
        font-size: 1.45em;
        padding-top: 0px;
    }
}

#content {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

#content.interior {
    margin-top: 120px;
}

@media (min-width:768px) {
    #content.interior {
        margin-top: 50px;
    }
}

#content p,
#intro p,
#moderco p {
    color: #878787;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.125em;
}

#intro ul,
#content ul {
    color: #878787;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.125em;
    list-style: none;
    line-height: 110%
}

#intro ul li,
#content ul li {
    padding-bottom: 25px;
}

#intro ul li:before,
#content ul li:before {
    content: "\25A3";
    color: #60b60b;
    position: absolute;
    left: 30px;
}

#intro {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #eef2f6;
}

#intro .col-md-5:nth-child(1) {
    text-align: center;
}

#cta {
    background-color: #60b60b;
    background-image: url(../images/backCTA.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
}

#cta .col-md-7 {
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ffffff;
}

#cta .col-md-7 a:link,
#cta .col-md-7 a:visited {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}

#cta .col-md-7 a:hover {
    color: #007ab9;
}

#cta .col-md-5 {
    text-align: left;
}

#cta h3,
#cta p {
    color: #ffffff;
}

#cta p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.125em;
}

#cta .btn {
    background-color: #007ab9;
    color: #ffffff;
    border-radius: 0px;
}

#cta .btn:hover {
    background-color: #ffffff;
    color: #007ab9;
}

#moderco {
    background-color: #dcdcdc;
    padding-top: 35px;
    padding-bottom: 35px;

}

#moderco .col-md-4 {
    text-align: right;
}

#footer {
    background-color: #b6b6b6;
    color: #ffffff;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #ffffff;
}

#footer a:hover {
    color: #007ab9;
}

#footer p:nth-child(4) {
    font-size: 70%;
}

#testimonials {
	background-color: #b6b6b6;
	color: #ffffff;
	text-align: center;
	padding-top:25px;
	padding-bottom: 15px;
}
#testimonials .carousel-item {
    height: 350px;
}

#testimonials .carousel-caption-long {
    padding-top: 0px;
}
#testimonials .carousel-caption-short {
	padding-top: 75px;
}
#testimonials p:nth-child(1) {
    font-family: serif;
    font-style: italic;
    color: #6b635c;
    font-size: 1.125rem;
    text-align: left;
    line-height: 120%
}

@media (min-width:768px) {
    #testimonials p:nth-child(1) {
        font-size: 1.75rem;
        line-height: 120%
    }
}

#testimonials p:nth-child(2) {
    font-family: serif;
    font-style: italic;
    color: #6b635c;
    font-size: .85rem;
    text-align: right;
}

@media (min-width:768px) {
    #testimonials p:nth-child(2) {
        font-size: 1.00rem;
        text-align: right;
    }
}

