@charset "UTF-8";
body {
    background-color: #ffd767;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: large;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
header {
    background-size: contain;
    background-color: #969937;
    padding-top: 66px;
    padding-left: 55px;
    padding-bottom: 42px;
    padding-right: 31px;
    text-align: left;
    background-image: url(images/headerLogo.png);
    margin-right: auto;
    max-width: 1200px;
    background-repeat: no-repeat;
    height: 352px;
    margin-left: auto;
	}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
		.highlightText {
    color: slategray;
    font-size: 50px;
    width: 100%;
    height: 100%;
		}
h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: abel;
    padding-top: 0px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 59px;
}
hr {
    border-style: solid;
    border-color: #FFFFFF;
    width: 1000px;
    margin-bottom: 38px;
    margin-top: -30px;
}
main {
    min-height: 600px;
    background-color: rgba(181,94,0,0.35);
}
.headline {
    font-size: 37px;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}
footer {
    background-color: #969937;
    height: 110px;
    color: rgba(248,248,248,1.00);
}
p {
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 11px;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom: 0px;
    font-family: abel;
    color: #FFFFFF;
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
}
nav {
    float: right;
}
.mobile-view {
    display: none;
}
.desktop-view ul li  {
    list-style-type: none;
    display: inline-block;
}
p .btn-red {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-red {
    background-color: #CB2E27;
}
.social-icons {
    float: left;
    padding-left: 40px;
    padding-top: 24px;
    min-height: 0px;
    height: 0px;
}
.copyright {
    float: right;
    padding-right: 40px;
    padding-top: 36px;
    text-align: center;
}
.btn-green {
    background-color: #4FC0AF;
}
.desktop-view ul li a {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    color: #E8E5E6;
}
.desktop-view {
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
main .hero-content .btn-red {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 13px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 64px;
}
.hero-image  {
    background-image: url(images/heroImage2%20copy.png);
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    background-position: center 0%;
    padding-top: 20px;
}
.hero-content {
    margin-top: 0px;
    margin-left: 50px;
}
.clearfloat {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.call-us {
    color: #FFD767;
    margin-top: 13px;
    margin-left: 7px;
}
main .hero-content .float-left {
    padding-top: 14px;
}
.image-grid {
    padding-top: 0px;
    margin-top: 66px;
    margin-bottom: 49px;
}
.col {
    background-color: #969937;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.col-lg {
    width: 31%;
}
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}
.image-grid:after {
    display: block;
    content: "";
    margin-bottom: 15px;
}
.col-xl {
    width: 95%;
    padding-top: 10px;
    text-align: center;
}
.image-grid-p  {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #959936;
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-div.float-left {
    padding-left: 11px;
    padding-top: 5px;
}






/*tablet view*/
@media (min-width:401px) and (max-width:767px){
.btn-red {
}
.container main {
}
.hero-content {
    margin-left: 5px;
}
header {
    background-color: #969937;
    background-size: contain;
    min-height: 205px;
    max-width: 714px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-top: 43px;
}
.mobile-view {
    display: block;
    float: right;
}
.desktop-view {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.expand {
    display: block;
}
	
hr {
    border-style: solid;
    border-color: #FFFFFF;
    width: 577px;
    margin-bottom: 38px;
    margin-top: -30px;
}
.col-md {
    width: 48%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.col-xl {
    width: 95%;
    padding-top: 10px;
    text-align: center;
}
	header a img {
    width: 12%;
    height: 20%;
}
.thumbnail {
    height: 142px;
    padding-top: 7px;
    padding-right: 2px;
    padding-left: 0px;
}

/*mobile view*/

}





@media (max-width: 400px){
	header {
    background-color: #969937;
    background-size: contain;
    padding-top: 32px;
    padding-left: 21px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -219px;
}
.mobile-view {
    display: block;
    float: right;
}
.desktop-view {
    display: none;
    padding-top: 0px;
    margin-top: -52px;
}
.expand {
    display: block;
}
header a img {
    width: 16%;
    height: 8%;
}
.desktop-view ul li {
    display: block;
    padding-top: 18px;
}
.hero-image {
    background-image: url(images/heroImage2%20copy.png);
    background-repeat: no-repeat;
    height: 560px;
    background-size: cover;
    background-position: center 0%;
    padding-top: 20px;
}
.hero-content {
    margin-right: 79px;
    text-align: center;
}
h1 {
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    padding-top: 0px;
    padding-bottom: 20px;
}
main .hero-content img.float-left {
    padding-left: 66px;
    padding-top: 11px;
}
.main-div.float-left  {
    margin-right: -37px;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
}
main .hero-content .btn-red {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
hr {
    border-style: solid;
    border-color: #FFFFFF;
    width: 227px;
    margin-bottom: 38px;
    margin-top: -30px;
    text-align: center;
}
footer {
    background-color: #969937;
    height: 175px;
    color: rgba(248,248,248,1.00);
}
.social-icons {
    float: left;
    padding-left: 92px;
    padding-top: 24px;
    min-height: 0px;
    height: 0px;
}
.copyright {
    padding-right: 0px;
    padding-top: 13px;
    text-align: center;
}
.col-xs {
    width: 98%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}
.thumbnail {
    height: 86px;
    padding-top: 7px;
    padding-right: 2px;
}
}
