/*
Theme Name: Intranet
Version: 1.0
Description: A child theme of WP Bootstrap Starter
Author: webmaint
Template: wp-bootstrap-starter
*/

@import url("../wp-bootstrap-starter/style.css");

/*
.site-content{
background: url(/wp-content/uploads/2018/05/6d3293a7.png);
}
*/

#content.site-content {
    padding-bottom: 0px;
    padding-top:  0px;
}

.container{
    background-color: #FFF;
}

.site-footer {
    color: #000000 !important;
    background-color: #c95943 !important;
}

header#masthead {
	background-color: #659297;
	height: auto
}

header#masthead img{
	height:110px;
	border:2px #FFF solid;
}

#masthead .navbar-nav > li > a {
	color:#000 !important;
}

a, a:hover {
	color: #c75842;
}

.active{
	color:#FFF !important;
}