body{
padding: 0;
}

.footer {
background-color: #333;
padding: 30px 0;
color: #D2D2D2;
}

.top-bar{
background: #333;
color: #D2D2D2;
border-top: 3px solid #4E7E4B;
}

.blue-row{
background: #7E99A8;
margin-top: 0;
margin-bottom: 0;
padding: 40px 0 0 0;
}

.svg-row{
margin-top: 0;
margin-bottom: 0;
line-height: 0;
}

.green-row{
background: #7BC57B;
margin-top: 0;
margin-bottom: 0;
padding: 0 0 40px 0;
}

.ih-item.circle {
width: 300px;
height: 300px;
margin: 0 auto;
}

.img-info img {
width: auto;
height: auto;
margin: 50px 30px 0px 30px;
}

.ih-item.circle .img {
width: 300px;
height: 300px;
}

.ih-item.circle.effect3.color-blue .info {
background: #004289;
}

.ih-item.circle.effect3.color-green .info {
background: #1A7234;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Raleway', sans-serif;
}

body {
font-family: 'Raleway', sans-serif;
}

.info > h3{
font-weight: 100;
}

#cookie-banner {
	background-color: rgba(31, 31, 31, 0.9);
	border-top: 5px solid #414141;
	bottom: 0;
	left: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 99999;
	color: #777;
}

#cookie-banner button {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	line-height: 1.0;
}



