.carousel-caption {
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 10px 0;
}
h1, h2, h3, h4, h5, h6, p, body {
    font-family: 'Montserrat', sans-serif !important;
}
p {
    color: #42200a;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    transition: all 0.25s ease;
}
a:hover {
    text-decoration: none;
}
h1.container {
    color: #fff;
    font-weight: 700 !important;
    text-shadow: 0 0 5px #000;
}
h3 {
    color: #181818;
    font-size: 32px;
}
h5 {
    color: #C98D1B;
    font-weight: 700;
    font-size: 16px;
}
.row.homesquaretoprow {
    padding-bottom: 8px;
}
.row.homesquarebottomrow {
    padding-top: 8px;
}
.homesquarebg {
    background: center center no-repeat;
    background-size: contain !important;
    height: 100%;
    min-height: 240px;
    padding: 0;
}
.homesquarebg h3 {
    padding: 0;
}
.homesquarebg h3 a {
    transition: all 0.25s ease;
    color: #fff;
    text-align: center;
    padding: 32% 10%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    display: block;
}
.homesquarebg h3 a:hover {
    text-decoration: none;
    color: #C98D1B;
}
footer {
    background: #181818;
    color: #fff;
    margin-top: 16px;
}
footer p {
    color: #fff;
}
.footerrowtop {
    padding: 48px 0 0;
}
.footerrowmid.row {
    padding: 48px 0 0;
}
.footerrowmid a {
    color: #fff;
    font-size: 14px;
    transition: all 0.25s ease;
}
.footerrowmid a:hover {
    text-decoration: none;
    color: #C98D1B;
}
/*  START FLOAT NAV */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: rgba(0,0,0,0.80);
    border-bottom: 5px solid #c98d1b;
}
/*  END FLOAT NAV */
.nav > li > a {
    transition: all 0.25s ease;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}
.nav > li > a .fa .fa-facebook {
    color: #fff;
}
.nav > li > a:hover {
    color: #c98d1b;
}
.nav > li > a:focus, .nav > li > a:hover {
    background: #000 !important;
}
.nav .open > a:focus {
    color: #fff !important;
}
.nav > li > a.navcolorbutton {
    color: #fff;
}
.nav > li > a.navcolorbutton:hover {
    background: #485b6c !important;
}
.nav .open > a, .nav .open > a:hover, .dropdown-menu {
    background-color : #C98D1B !important;
    color: #000 !important;
}
.dropdown-menu {
    border-radius: none;
}
.dropdown-menu > li > a {
    font-weight: 700;
}
.dropdown-menu > li > a:hover {
    background: #000;
    color: #fff;
}
.container.footerbottom {
    font-size: 12px;
}
footer .container .row {
    padding-top: 0;
    padding-bottom: 0;
}
.carousel-caption img {
    width: 100%;
    height: auto;
    margin-bottom: 20%;
}
.homehalfpic, .homehalfcolor {
    min-height: 480px;
}
.homehalfpic {
    background: url(../img/The-DeBruycker-Family-Ranch-background.jpg) top center no-repeat;
    background-size: cover !important;
}
.homehalfcolor {
    background: #fff9e6;
}
/* 
.homehalfcontentblock {
	padding-top: 4%;
	padding-bottom: 4%;
	max-width: 620px;
	margin: 0 auto;
} 
*/
.homehalfcontentblock h3, .homehalfcontentblock p {
    text-align: left;
}
.footerbottom {
    background: #241f1f;
    color: #fff;
    padding: 15px 0;
    font-size: 13px;
}
.footerbottom a {
    color: #FFB600;
}
.jumbotron {
    margin-top: 90px;
}
a.morebutton {
    display: block;
    font-weight: 700;
    width: 200px;
    color: #181818;
    clear: both;
}
a:hover.morebutton {
    text-decoration: none;
}
a.morebutton span.arrowbuttontext {
    padding: 13px 50px 13px 0;
    line-height: 44px;
}
a.morebutton span.arrowbutton {
    display: block;
    background: #C98D1B;
    color: #000;
    margin: 0;
    padding: 13px 18px;
    width: 50px;
    height: 50px;
    float: right;
    transition: all 0.5s ease;
}
a:hover.morebutton span.arrowbutton {
    background: #000;
    color: #C98D1B;
    text-decoration: none;
}
.promoitemsblock {
    display: block !important;
    color: #fff;
    clear: both;
}
.promocardsblock {
    background: #181818;
    display: block;
    color: #fff;
}
.homeimagebg {
    background-repeat: no-repeat;
    background-size: cover;
}
.hometextbg {
    padding: 8%;
}
.homeimagebg, .hometextbg {
    min-height: 480px;
}
.col-md-6.hometextbg a.morebutton span.arrowbuttontext {
    color: #fff;
}
a.morebutton span.arrowbuttonblack {
    background: #000;
    color: #C98D1B;
}
a.morebutton span.arrowbuttonblack {
    background: #fff;
    color: #000;
}

@media screen and (max-width:990px) {
.nav > li > a {
    font-size: 14px;
    padding: 30px 10px;
}
a.navbar-brand {
    padding: 0;
    margin: 0;
}
a.navbar-brand>img {
    height: 80px;
    padding: 0;
    margin: 0;
    width: auto
}
.jumbotron {
    margin-top: 120px;
}
}

@media screen and (max-width:480px) {
.topnav a {
    padding: 0 8px;
    font-size: 12px;
}
}

@media screen and (max-width:767px) {
.jumbotron {
    margin-top: 55px !important;
    clear: both;
    padding: 30px;
}
.navbar-collapse {
    background: none;
}
#myCarousel {
    margin-top: 50px;
}
.homeimagebg, .hometextbg {
    min-height: 300px;
}
.navbar-wrapper {
    background: rgba(0,0,0,1.0);
}
}

@media screen and (min-width:992px) {
.jumbotron {
    margin-top: 130px;
}
}

@media screen and (max-width:1600px) {
.jumbotron {
    margin-top: 100px;
}
a.navbar-brand > img {
    height: 70px;
}
.nav > li > a {
    padding: 36px 24px;
}
.homesquarebg {
    background: center center no-repeat;
    background-size: contain !important;
    height: 100%;
    min-height: 120px;
    padding: 0;
}
.homesquarebg h3 a {
    color: #fff;
    text-align: center;
    padding: 35% 10%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    display: block;
}
.row.homesquaretoprow {
    padding-bottom: 0;
}
.row.homesquarebottomrow {
    padding-top: 0;
}
.homesquarebg h3 a {
    font-size: 18px;
}
.google-maps {
    padding-bottom: 60%;
}
}

@media screen and (max-width:1200px) {
.jumbotron {
    margin-top: 90px;
}
a.navbar-brand > img {
    height: 50px;
}
.nav > li > a {
    padding: 30px 20px;
}
.google-maps {
    padding-bottom: 75%;
}
}

@media screen and (max-width: 990px) and (min-width: 768px) {
.jumbotron {
    margin-top: 140px;
}
.navbar-header {
    float: none;
    width: 260px;
    margin: 0 auto;
}
.navbar-collapse.collapse {
    width: 700px;
    margin: 0 auto;
}
a.navbar-brand {
    height: 50px;
    text-align: center;
}
a.navbar-brand > img {
    height: 50px;
    margin: 0 auto;
    text-align: center;
}
}

@media screen and (min-width:1600px) {
.container {
    width: 100%;
    max-width: 1400px;
}
}
i.fa.fa-facebook {
    color: #C98D1B;
    border: 2px solid #C98D1B;
    border-radius: 20px;
    font-size: 18px;
    padding: 5px 9px;
    margin-top: -10px;
}
footer i.fa {
    padding: 0 10px;
    margin: 0 auto;
    font-size: 30px;
    color: #C98D1B;
    text-align: center;
}
footer table tr td {
    vertical-align: top;
}
