@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Kaushan+Script|Libre+Baskerville|Lobster');
@import url('https://fonts.googleapis.com/css?family=Oswald');

.body {
    font-family: 'Gothic A1', sans-serif;
    font-size: 20px;
    color:#6c6c6f;
    height: 100%;
}

.bgColor {background-color: #fff!important;}

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

.noline a:link {text-decoration: none;}
	
p {
	color:#6c6c6f;
	font-size: 20px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Oswald', sans-serif;
    color:#323233;
    text-transform: uppercase; 
}

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

/*hr.hrcolor {border-top: 15px solid #bdbdbd;}*/

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

/* 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-size: 100%;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    font-family: 'Gothic A1', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

/*.navbar-expand-md .navbar-nav .dropdown-menu{
	-border-top:3px solid #fed136;
}


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

.dropdown-menu {
    background-color: #fff;
    border: 0px;
    margin-top: -10px;
    }
            
.dropdown-menu a:link {color: #000; background-color: transparent;}
.dropdown-menu a:visited {color: #000; background-color: transparent;}
.dropdown-menu a:active {color: #000; background-color: transparent;}
.dropdown-menu a:hover {color: 000; 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;
}

/* NAVIGATION mobile view ----------------------------- */
@media (max-width:500px)
{
.navbar-nav{
    background-color:#fff;
    -border-top:3px solid #fed136;
    color:#fff;
    z-index:1;
    margin-top:5px;
}

.navbar-nav .nav-item .nav-link{
	padding: 0.7em 1em!important;
	font-size: 100%;
    font-weight: 500;
    }
    
/*.banner-text{
	padding:150px 0 150px 0;
}
    
    
.banner-heading{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-sub-heading{
	font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
}*/

}

/*@media (max-width:768px){
	.banner-text{
	padding:150px 0 150px 0;
}
	.banner-sub-heading{
	font-size: 23px;
    font-weight: 200;
    line-height: 23px;
    margin-bottom: 40px;
}
}*/
 

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

/* CONTENT  ------------------------ */

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.homeGrid a:link {text-decoration: none;}
.homeGrid a:active {text-decoration: none;}
.homeGrid a:visited {text-decoration: none;}
.homeGrid a:hover {text-decoration: none;}

.right-sidebarHours{
    background-color: #bb9f80;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.right-sidebarHours p {
    color: #fff;
}

.right-sidebarHours h3 {
    color: #fff;
}

/* media queries for retail page hours section, moves hours to higher on page on small devices, so user sees hours first, then directions when scrolling - no need to get directions unless they are open right? */
    @media (min-width: 768px){
	   .hoursTop{
	   display: none;
        }
    }

    @media (max-width: 768px){
	   .hoursBottom{
	   display: none;
        }
    }

.exampleGrid {
    padding-bottom: 20px; 
    text-align: center;
}

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

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

.cakepics {
    /*background-color:  red;*/
    margin-bottom:  30px;
}

.radioindent {
    margin-bottom:  12px;
    padding-left:  40px;
}

.wkmenu {
    background-color:  #b89774;
    color:  #fff;
    padding:  10px 15px 0px 15px;
    text-align:  center;
    line-height:  normal;
    margin-top:  30px;
    margin-bottom:  0px;
    height:  100%;
}

.cookie1 {
    font-size:  30px;
    line-height:  normal;
}


.hp1 {
    display: none;
}


/* FOOTER -------------------------- */
.footerWide {
    background-color: #000;
    -margin-bottom: 30px;
    }

.footerText {
    color: #fff;
}



