@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

html {height: 100%}

body {
    margin-top: -15px!important;
    background-color: #365728!important;
    background-image: url(images/mainBG20.jpg)!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color:#fff;
    height: 100%;   
}

/*.bgColor {background-color: #fff!important;} this was used in the body tag on every page for some reason on barrett's, keeping for now as may need it again I think it has to do with footer bg color / body bg color issue */

a:link {color: #fff; text-decoration: underline;}
a:active {color: #fff;}
a:visited {color: #fff;}
a:hover {color: #fff;}

.noline a:link {text-decoration: none;}
	
p {
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #ddd;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #fff;
    text-shadow: 2px 2px #000;
    padding-bottom: 2%;
}

/*h2 {padding: 30px 0px 0px 0px;}*/

.lispace li,ol {padding-bottom: 15px; color: #ddd;}
 
.upsize1 {font-size: 20px; line-height: normal;}
.upsize2 {font-size: 20px; line-height: normal; font-weight: bold;}

.picborder {
    border: solid 1px #fcdc31;
}

/* NAVIGATION ------------------------- */

/*.navbar-brand  span{
	color: #fed136;
	font-size:25px;
    font-weight:700;
    letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}

.navbar-brand {
	color: #fff;
	font-size:25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
	font-weight:700;
	letter-spacing:0.1em;
}*/

.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em!important;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: normal;
    color: #fff;  
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: transparent;
    background-image: url(images/20.png);
    font-weight: 500;
    /*this sets the hover color of the nav links, whether they trigger drop down or not*/ 
}

.navbar-nav .nav-item .nav-link:focus {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    background-image: url(images/20.png);
    /*this sets the color the nav link will change to if you move the mouse off of the link when the drop down is activated*/
}

.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid yellow;
}

.dropdown-menu {
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
    font-weight: 500;
    font-style: italic;
    background-color: transparent;
    background-image: url(images/20.png);
    border: 0px;
    border-top-left-radius: 0px;
    margin-top: 0px;
    }
            
.dropdown-menu a:link {color: #fff; background-color: transparent;}
.dropdown-menu a:visited {color: #fff; background-color: transparent;}
.dropdown-menu a:active {color: #fff; background-color: transparent;}
.dropdown-menu a:hover {color: fff; background-color: transparent;}

nav {-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
}

/*.dropdown-item a:hover {
    background-color: red;
    color:#000;
}*/

/* NAVIGATION mobile view ----------------------------- */
@media (max-width:991px)
{
    
    .navbar-nav{
        background-color:#fff;
        background-color: transparent;
        background-image: url(images/10.png);
        -border-top:3px solid #fed136;
        z-index:1;
        margin-top: 5px;
    }
    
    .navbar-nav .nav-item .nav-link{
        padding: 1.1em 1em!important;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: normal;
        color: #fff;  
    }
    

    
    /*next styles remove opacity bg image due to opacity doubling if visible in mobile since entire drop down uses the opacity bg image*/
    .navbar-nav .nav-item .nav-link:hover{
        background-image: none;
    }    
    
    .navbar-nav .nav-item .nav-link:focus{
        background-image: none;
    }
    
    .navbar-nav .dropdown-menu {
        background-image: none;
    }
} 

/* CAROUSEL ------------------------ */

/* CONTENT  ------------------------ */
.surrounder1 {
    background-image: url(images/mainBG.jpg);
    padding: 0px;
    margin: 0px;
}

.testiThank {
    font-size: 14px;
    line-height: normal;
}

.testim {
    background-color: #e0e0e0;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

/*the color of the heading in the gallery modals*/
/*font-size can be used if client wants a long description using the data-title attribute in the image link if there is not a way to add text content when using the lightbox galleries */
.modal-title { 
    color: #365728;
    padding: 0px;
    margin: 0px;
    text-shadow: 0px 0px #000;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}



.top {
    text-align: center;
    padding: 50px;
    font-size: 12px;
}

/* FOOTER -------------------------- */
.ftrdiv {
    -margin-top: -15px;
    border-top: double 5px #fcdc31;
} 

.footerWide {
    margin-bottom: 0px;
    }

.footerText {
    color: #fff;
}

@media (max-width: 768px) { 
    .ftradd {
        text-align: center;
    }
}

.ftrfb {
    float: right;
    max-width: 50%; 
}

@media (max-width: 768px) { 
    .ftrfb {
        background-color: transparent;
        display: block;
        width: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

















