@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	/*font-weight: 300;*/
}
#search .btn-language {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}
#search .btn-language:hover {
	text-decoration: underline;
}
.body-web {
	font-size: 18px;
	font-weight: 300;
}
.navbar-default{
	font-size: 15px;
	font-weight: 400;
}
#header h1 {
	/*font-size: 36px;*/
	font-weight: 300;
}
/*.entry h2 {
	font-size: 36px;
	font-weight: 300;
}*/
#carousel-heading h1 {
	font-weight: bold;
	font-size: 60px;
}
#carousel-heading p {
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
}
#carousel-heading a {
	text-decoration: none;
}
#carousel-heading a:hover {
	text-decoration: underline;
}
.dropdown-menu {
	font-size: 15px;
}
ul.level-2 > li {
	list-style-type: none;
}
.level-2 a {
	text-decoration: none;
}
.level-2 a:hover {
	text-decoration: underline;
}
.level-2 > .active > a, .level-2 > .active > a:focus, .level-2 > .active > a:hover {
	text-decoration: underline;
}
#news .media-heading, #news a {
	font-size: 16px;
	text-decoration: none;
}
#news a.more {
	text-decoration: underline;
}
#news a.more:hover {
	text-decoration: none;
}
#news a:hover {
	text-decoration:underline;
}
#web-map > .list-group > .list-group-item > a {
	font-size: 24px;
	font-weight: 300;
}
#web-map > .list-group > .list-group-item > ul > .list-group-item > a {
	font-size: 18px;
	font-weight: 400;
}
#buttons .btn {
	font-size: 38px;
	font-weight: 300;
	white-space: normal;
}
.description {
	font-size: 30px;
	font-weight: 300;
}
label {
	/*font-size: 24px;*/
	font-weight: 300;
}
.checkbox label, .radio label{
	font-size: 18px;
	font-weight: 300 !important;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.table-microbiome-applications th{
	font-weight: 300;
}
.table-microbiome-applications th:last-child {
	font-size: 14px;
}
@media(max-width:480px){
	#carousel-heading h1 {
		font-size: 18px;
		line-height: 18px;
		margin-top: 0px;
		margin-bottom: 6px;
	}
	#carousel-heading p, #carousel-heading p span {
		font-size: 14px !important;
		line-height: 14px;
		margin-bottom: 5px;
	}
}
@media(min-width:481px) and (max-width:767px){
	#carousel-heading h1 {
		font-size: 24px;
		line-height: 24px;
	}
	#carousel-heading p, #carousel-heading p span {
		font-size: 18px !important;
		line-height: 18px;
	}
}
@media(min-width:768px) and (max-width:979px){
	#carousel-heading h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	#carousel-heading p, #carousel-heading p span {
		font-size: 20px !important;
		line-height: 24px;
		margin-bottom: 10px;
	}
}
@media(min-width:980px) and (max-width:1279px){
	#carousel-heading h1 {
		font-size: 36px;
		line-height: 36px;
	}
	#carousel-heading p, #carousel-heading p span {
		font-size: 24px !important;
		line-heigh: 24px;
	}
}