
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
    font-family: 'kg_what_a_timeregular';
    src: url('../fonts/kgwhatatime-webfont.woff2') format('woff2'),
         url('../fonts/kgwhatatime-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.off-menu_92 dl a, .off-menu_92 dl a:link, .off-menu_92 dl.level1 a, .off-menu_92 dl.level1 a:link{
            font-family:"kg_what_a_timeregular"!important;

}



/*BS hover nav
*/
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    

}
/**  lazy load stuff  **/
.img-container img, .blog3ImageHolder	img {
				display: block;
				border: 0;
				opacity: 0;
			}
.img-container			img:not(.initial) , .blog3ImageHolder			img:not(.initial) {
				transition: opacity 1s;
			}
	.img-container		img.initial,
	.img-container		img.loaded,
	.img-container		img.error, 	.blog3ImageHolder		img.initial,
	.blog3ImageHolder		img.loaded,
	.blog3ImageHolder		img.erro {
				opacity: 1;
			}

	.blog3ImageHolder		img:not([src]) , 	.img-container		img:not([src]) {
				visibility: hidden;
			}

/**  END lazy load stuff  **/


body{ 
font-style: normal;
    /* background-image: url("../images/cm-pattern.jpg"); */
    font-size: 1.5em;
}

h1 {
    font-weight: normal;
	
}
h2 {

    font-weight: normal;


}
h3 {   

	font-weight: normal;


} 
p strong {
        font-weight: normal;

}


h4 {
}
.breadcrumb .divider{
    margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link { 
font-size: 1.2rem;	
    color: #FFF;
    margin-right: 10px;
        padding-bottom: 0px;
        margin-bottom: 15px;

text-transform: lowercase;
}

.dropdown-menu{
    margin: 0px;
    
    text-transform: lowercase;

}
.dropdown{
    cursor: pointer;
}

.footer{
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.footer img{
    margin-bottom: 20px;
    
}