/*
Theme Name: 	Ontario Extend Activity Bank
Theme URI: 		https://github.com/cogdog/ds106banker
Description: 	Bank of stuff
Version: 		0.1
Template:       ds106banker
Author: 		CogDog
Author URI: 	http://cogdogblog.com/
Tags: one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1,h2,h3,h4,h5,h6 {
    font-family:'Roboto'!important;
	font-weight:bold;
}
body{
	font-family: 'Roboto'!important;
	color: #666 !important;
}
.navbar-brand img{
	width: 170px;

}

.navbar-nav{
	margin-top: 15px !important;
}

.navbar-right {
    
    margin-top: 23px !important;
}
.btn-primary {
    color: #000 !important;
    background-color: #F1B434 !important;
    border-color: #F1B434 !important;
}
.btn-primary:hover {
    color: #000 !important;
    background-color: #F7D99C !important;
    border-color: #F7D99C !important;
}
#inner-footer{
	background-color: #E6E7E9;
}
#inner-footer hr{
	border-top: 0px !important;
}
#widget-footer{
	width: 90%;
	margin:0 auto;
}
#widget-footer .col-sm-4{
	width: auto;
}
#widget-footer .col-sm-4 img{
	width: 150px;
}

.navbar-default .navbar-collapse{
	float: right;
}
.navbar-default, .dropdown-menu>li>a{
	color: #666 !important;
	font-size: 16px;
	background-color: #fff !important;
	border:0px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5 !important;
    font-weight: bold;
}

.banner-image{
	width: 100%;
	/*height: 20vh;*/
    height:150px;
	object-fit: cover;
}
.row{
	margin:0px !important;
}
.container{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.more-link a{
	text-decoration: none !important;
}
p a, .link{
    text-decoration: underline !important;
    font-family: 'Roboto';
    color: #4E4E4E !important;
}
p a:hover, .link:hover{
    font-family: 'Roboto';
}
p a:active, .link:active{
    color: #F1B434 !important;
}
#site-icon{
	display: none;
}

@media (max-width: 768px){
	
	.navbar-default .navbar-collapse{
		float: none;
	}
	.navbar-brand img{
	width: 100px;

	}

}

.container {
    width: 90% !important;
    max-width:1200px !important;
}