@import url(https://fonts.googleapis.com/css?family=Hind:400,300);

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#menu_lang {
	margin-top: .4em;
}
#menu_lang a {
	color: #595959;
}

#header_lang {
	width: 100%;
	padding-bottom: .5em;
	text-align: right;
}

#header_lang a {
	color: #ffffff;
}

body {
	background-color: #ffffff;
	font-family: sans-serif;
}

#content p, #content li {
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
}

h1 {
	line-height: 1.25em;
	font-size: 1.8333em;
	font-weight: 500;
	color: #444444;
	margin-bottom: 1.1333em;
	text-align: center;
}

h2 {
	font-size: 1.3333em;
	font-weight: 700;
	color: #4b2e83;	
}

h3 {
	font-size: 1.1333em;
	font-weight: 700;
	color: #595959;
}

h4 {
	font-weight: 700;
	color: #595959;
}

h5 {
	font-weight: 700;
	color: #595959;
}

li {
	margin-top: .5em;
}

.center-text {
	text-align: center;
}

.icoospotimg {
	margin: 0em auto 2em auto;
}

.icoospotimg img {
	margin: auto;
}

.img-logo {
	width: 230px;
}

#grantcredit {
	max-width: 540px;
	margin: auto;
	margin-top: 1em;
}

@-ms-viewport{ width: auto !important; }

#content {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7em;
	margin-bottom: 2em;
	max-width: 980px;
}

#content h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet", Helvetica, Arial, sans-serif;
	text-rendering: optimizelegibility;
}

#header {
	background-color: #6cc7b4;
	color: white;
}

#header .container {
	width: auto;
	max-width: 980px;
}

.show-mobile {
    display: inherit !important;
}


#icoo-id {
	margin: 1em 3em 1em 0em ;
	height: 3.5em;
	width: auto;
}

#icoo-title {
	font-weight: bold;
	color: #ffffff;
	font-size: 2em;
}

#footer {	
	text-align: center;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #fde9bb, #ffffff);
	background-image: -webkit-gradient(linear, top, from(#fde9bb), to(#ffffff)); 
	background-image: -webkit-linear-gradient(top, #fde9bb, #ffffff);  
	background-image:      -o-linear-gradient(top, #fde9bb, #ffffff); 
	background-image:         linear-gradient(to bottom, #fde9bb, #ffffff); 	
	font-size: 80%;
	padding: 1em;
	width: 100%;
	height: 12em;
	color: #595959;
}

.navbar-toggle {
	z-index: 999;
}

.navbar .nav > li > a {
	color: #ffffff;
	font-weight: bold;
}

.navbar .nav > li > a:hover {
	color: #f05e85;
}

.menuitem {
	text-align: center;
	margin-top: 0em;
	margin-bottom: auto;
}

.navbar-default {
	background-color: #6cc7b4;
  	box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
}

.container .navbar-header {
	margin-left: 0px;
}

.navbar-collapse {
	background-color: #9cc7b4;
}

.img-responsive {
	width: 30%;
	height: auto;
}

.frontpic {
	width: 100%;
	height: auto;
}

.infodiv {
	float: right;
	background-color: #f0ede3;
	padding: 1em;
	margin: 0em 0em 1em 1em;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.infodiv-item {
	color: #595959;
	text-decoration: none;
	margin: .5em .5em .5em .5em;
}

.infodiv > a:hover {
	background-color: #e0ddd3;
	text-underline: none;
}

.infodiv-item img {
	height: 120px;
	margin-bottom: 1em;;
}

.icoo-panel {
	background-color: #fffff;
	padding: 2em;
	margin: 2em 0 2em 0;
}


#icon-menu {
	display: flex;
	margin: 0 0 0 0;
	justify-content: space-around;
	flex-wrap: wrap;
}

#icon-menu > a:hover {
	background-color: #f3eedc;
	text-underline: none;
}

.icon-item {
	// border: 1px solid red;	
	width: 200px;
	padding: 10px;
	color: #595959;
	text-decoration: none;
	margin: .5em .5em .5em .5em;
}

.icon-item img {
	height: 200px;
	width: auto;
}

a.team-logo:hover {
	background-color: #f3eedc;
	padding: 1em 1em 1em 0;
}

@media (min-width: 768px) {
	
	h1 {
		font-size: 2.1333em;
	}

	.navbar-collapse {
		background-color: #6cc7b4;
	}
	
	#header_lang {
		width: 50%;
		padding-right: 1em;
		float: right;
	}
	
	.icoospotimg {
		margin: 6em 2em 0em 2em;
	}
	
	.img-responsive {
		width: 100%;
		height: auto;
		max-width: 320px;
	}
	
	.frontpic {
		width: 100%;
		height: auto;	
		max-width: 890px;
	}
	
	.img-logo {
		width: 230px;
	}

}

@media print {

header, nav {
	display: none;
}
	
a[href]:after {
    content: none;
  }
  
}
