/* COMMON */
body {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	background-color: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	clear: both;
}

h1.panel-title,
h2.panel-title,
h3.panel-title,
h4.panel-title,
h5.panel-title,
h6.panel-title {
	font-size: 1.5em;
}

hr {
	border: 0;
	height: 1px;
	background: #333;
}

small {
	font-weight: 100;
	font-size: 10px;
}

/* HEADER */
header {
	background-image: url('/static/img/header.jpg');
	height: 185px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 10px;
}

header h3, header h4 {
	color: white;
	text-shadow: 2px 2px 10px black;
}
header h3 {
	font-weight: 900;
	font-size: 80px;
}
header h4 {
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
}
header img.logo {
	border-radius: 100px;
	border: 3px solid #a80534;
}

nav.navbar-default {
	padding: 0;
	margin: 0;
	border-radius: 0;
}

nav.navbar-default a {
	font-size: 14px;
}

nav.navbar-default li a:hover {
	background-color: #e7e7e7;
	background-image: linear-gradient(rgb(219, 219, 219) 0px, rgb(226, 226, 226) 100%);
	background-repeat: repeat-x;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 3px 9px 0px inset;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
	box-sizing: content-box; 
	line-height: normal;
}

/* PAGE */
div.sidead {
	position: absolute;
	right: 10px;
	top: 250px;
	display: inline-block;
}

/* BREADCRUMBS */

ol.breadcrumb {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

/* SECTIONS */

section {
	padding-top: 20px;
}

div.img-thumbnail {
	text-align: center;
	max-width: 150px;
}

div.thumbnail-left {
    margin-right: 10px;
}
div.thumbnail-right {
    margin-left: 10px;
}

div.thumbnail-left,
div.thumbnail-right {
    margin-bottom: 10px;
}

div.teaserpanel {
    min-height: 280px;
}

div.panel h3 {
    margin: 0;
}

/* FOOTER */
footer {
	padding: 5px;
	color: #dddddd;
	background-color: #222222;
	font-size: 15px;
	font-weight: 500;
}

footer h6 {
	font-size: 20px;
	font-weight: 900;
}

footer ul {
	padding-left: 0;
}

footer li {
	list-style-type: none;
}


/* RESPONSIVE FIXES */
@media (max-width: 991px) {
	header h3 {
		font-size: 45px !important;
	}
	header h4 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		text-align: center;
	}
	header img {
		width: 100px;
		height: 100px;
	}
	header h3 {
		font-size: 20px !important;
	}
	header h4 {
		font-size: 15px;
	}
}
