@charset "UTF-8";
/* CSS Document */

*
{
padding: 0px;
margin: 0px;
font-family: 'Montserrat', sans-serif;
color:#000;
text-align: center;
}

h2
{
font-weight:bold;
font-size: 1.7em;
color:#000;
margin-bottom: 1.5em;
text-align: center;
line-height:1.2em;
}

a, a:active, a:visited
{
color:#86e6da;
text-decoration: none;
}

a:hover
{
color:#86e6da;
}


header
{

	height: 100vh;
	/*background-image: url('https://images.unsplash.com/photo-1529420705456-5c7e04dd043d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f23d7c077ab1f917d774c638d0aefadc&auto=format&fit=crop&w=700&q=80');*/
	/*background-image: url(../bilder/istockphoto-1133365250-1024x1024.jpg);*/
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	justify-content: center;
	margin-bottom: 50px;
	background-color:#86e6da;
}

header img
{
padding-bottom: 30px;
}

main
{
	width: 90%;
	max-width: 90%;
	margin: 5% 5% 5% 5%;
	font-size: 1.3em;
	line-height: 1.6em;
	/*padding: 15px;*/
	/*background-color: #eee;*/
	background-color: #86e6da;
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	justify-content: center;
	padding: 15px 0 15px 0;
}


#down
{
	position: absolute;
	top:83vh;
	size: 40px;
	padding: 20px;
	font-size: 3.5em;
}

#down
{
	color: #fff;
}

#down:hover
{
	cursor: pointer;
	color:#fff;
	opacity: 0.8;
}