



body, div {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

strong, b, .bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

a { text-decoration: none; color: black}




body, div {
	font-size: 16px;
	color: black;
}

strong {
	color: #444444;
}


#footer, #footer a {
	color: #eeeeee;
}


a:hover {
	color: #999999;
}

#footer h1 {
	color: #eeeeee;
}



p {
	line-height: 26px;
}



h1 {
	line-height: 34px;
	color: black;
}


h2 {
	margin-bottom: 10px;
	color: black;
}



.logomobile {
	font-size: 22px;
	color: white;
}







@media only screen
and (min-width: 1230px)
{
	h1 {
		font-size: 34px;
		line-height: 46px;
		padding-top: 50px;

	}

	h1.vimeo {
		padding-top: 28px;
	}

	.logo {
		font-size: 62px;
	    position: relative;
	    top: -4px;

		letter-spacing: -1.4px;
	}

	p {
		font-size: 16px;
	}
}




@media only screen
and (min-width : 751px)
and (max-width : 1230px)
{
	h1 {
		font-size: 28px;
		line-height: 46px;
		padding-top: 40px;
	}

	h2 {
		font-size: 22px;
	}

	.logo {
		font-size: 48px;
		letter-spacing: -1px;
		line-height: 38px;
	}

	p {
		font-size: 15px;
	}

	.mainmenuitem {
		font-size: 18px;
		line-height: 24px;
	}
}






@media only screen
and (max-width : 750px)
{
	h1 {
		font-size: 22px;
		line-height: 40px;
		padding-top: 25px;
	}

	h2 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.mainmenuitem {
		font-size: 16px;
	}

	.fullmainmenu {
		height: 40px !important;
	}


	.logomobile {
		font-size: 22px;
	}
}



@media only screen
and (max-width : 450px)
{
	h1 {
		padding-top: 10px;
	}

}











a.logo:hover {
	color: black;
}





