﻿/*===================== 
	Color information

		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/
.hero-text {
    position: absolute;
    bottom: 25%;
}

.hero-text h2 {
    font-size: 2em !important;
    text-decoration: underline;
}

.hero-text h1 {
    color: #ebbe44 !important;
    text-decoration: underline;
    font-weight: 500 !important;
}

.top-nav {
    background-color: #a86613;
    color: #ffffff;
    padding: 5px 0px;
}

.top-nav-r {
    text-align: right;
}

.head-banner {
    background-image: url("../siteart/desktop-banner.jpg");
    background-size: cover;
    padding-bottom: 50px;
}

.logo-fade {
    background-image: linear-gradient(90deg, rgba(0, 0, 0) 60%, rgba(0, 0, 0, .0));
}

.logo {
    padding: .5em;
}

.navigation {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .5);
}

.navbar-nav {
    width: 100%;
}

a.nav-item.nav-link {
    width: 14.2%;
    text-align: center;
    text-transform: uppercase;
    font-weight: inherit !important;
    color: #000000 !important;
}

.footer {
    background-color: #a86613;
}

.footertext,
.smallfootertext {
    color: #ffffff !important;
    ;
}

a.footerlink:hover {
    color: #a81313 !important;
}

a.footerlink {
    color: #000000 !important;
    font-weight: inherit !important;
}

.row-eq-height {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}

.pad25 {
    padding: 25px;
}

.pad50 {
    padding: 50px;
}

.tb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}


html {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;

}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

.scrolling-wrap,
iframe.scrolling {
    width: 100%;
}


/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

p {
    margin: 0;
}


h1 {}


h2 {}


h3 {}


h4 {}


h5 {}


h6 {}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: inherit !important;
    text-decoration: none;
    transition: .25s;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: #EBBE44;
    font-weight: 600;
}

/*===================== 
	header styles 
=======================*/
.top-nav-l p {
    padding-left: 1em;
}

.top-nav-r p {
    padding-right: 1em;
}


.row.no-gutters.head * {
    box-sizing: border-box !important;
}

.row.no-gutters.head a[href^="tel:"] {
    color: white !important;
}


a.nav-item.nav-link:hover {
    background-color: #EBBE44;
    color: #FFFFFF !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav-link {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

header {
    margin: 0 auto;
    width: 100%;
}

/*===================== 
	nav styles 
=======================*/


nav.primary {
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {}

nav > ul > li {
    display: inline-block;
    list-style-type: none;
    text-align: ;
    padding: ;
}

nav ul li a {
    font-family: ;
    font-size: ;
    font-weight: ;
    color: ;
}

nav ul li a:hover {
    color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a {
    line-height: ;
    color: ;
    text-align: ;
    font-size: ;
    font-weight: ;
}

nav.primary ul li li a:hover {
    color: ;
    text-align: ;
    font-size: ;
    font-weight: ;
}

nav.primary ul li li:hover {}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute;
    max-width: 235px;
    background: ;
    /*margin-top: 21px;*/
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 2000 !important;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-left: ;
    padding-right: ;
}

.dropdown_arrow {
    display: inline-block !important;
}

.dropdown_style {
    font-size: ;
    font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
    /* initially will need to be hidden */
    display: block;
    font-size: 32px;
    width: 100%;
    position: relative;
    z-index: 400;
    /* needs to be lower than nav.mobile, adjust as needed */
    padding: ;
    background: rgba(117, 56, 8, 0.6);
    border-bottom: ;
    text-align: right;
    min-height: 0 !important;
}

#menu-button a {
    color: #000;
    text-decoration: none;
    text-align: right !important;
}

nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #000;
    z-index: 500;
    /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
}

nav.mobile h3 {
    /* Menu header styles */
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    border-bottom: 4px solid #222;
}

nav.mobile .menu-toggle {
    /* Menu close button */
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
}

.menu-toggle {
    text-align: right;
    font-size: 28px;
    color: #000;
}

.menu-toggle a:hover {
    color: #000 !important;
}

.close_mobile {
    font-size: 26px !important;
    font-weight: 900;
    text-align: right;
}

nav.mobile .menu-toggle:hover {
    /* Menu close button on hover */
    color: #fff;
}

nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

nav.mobile ul li {
    padding: 8px 0 6px 0 !important;
}

nav.mobile ul li a {
    position: relative;
    display: block;
    padding-left: 14px;
    color: #999;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
}

nav.mobile ul li a:hover {
    background: ;
    color: #2b2b2b;
}


nav.mobile ul li li a {
    /* appearance of the sub-level links */
    position: relative;
    display: block;
    padding: 0px 10px 0px 15px;
    color: #000;
    text-decoration: none;
    text-transform: none !important;
}

nav.mobile ul li li li a {
    /* appearance of third level sub-level links if needed */
    background: #666;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #000;
    text-decoration: none;
}

nav.mobile ul li span.click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
    background-size: 55%;
    position: relative;
    display: block;
    float: right;
    margin: -44px 0 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 44px;
    height: 44px;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    transition: background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover {
    background-size: 60%;
}





/*===================== 
	content styles 
=======================*/
ul.inline {
    list-style: none;
    width: 300px;
    text-align: right;
    padding-right: 15px;
}

ul.inline > li {
    display: inline;
}

a.soc-cont {
    background-color: #ffc63e;
    padding: 6px 9px;
    color: #005b88 !important;
    border-radius: 25px;
    margin-left: 1em;
    transition: .5s;
}

a.soc-cont:hover {
    background-color: #fff !important;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #222;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #666;
}

.smallfootertext {
    font-size: 10px;
    color: #666;
}

.divfooter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    a.nav-item.nav-link {
        width: 100%;
    }


}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1.display-2 {
        font-size: 3em;
    }

    .head-banner {
        background-image: none !important;
        background-color: #000000;
        padding-bottom: 0px;
    }

}

@media only screen and (max-width : 570px) {

    .col-md-6.col-sm-6.col-xs-6.top-nav-l,
    .col-md-6.col-sm-6.col-xs-6.top-nav-r {
        text-align: center !important;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1.display-2 {
        font-size: 1.5em;
    }

    .hero-text h2 {
        font-size: 1em !important;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
