*
{
padding: 0px;
margin: 0px;
font-family: monospace;
}

body {
	background: #36bcef;
	background: #2c3e50;
}
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('../img/logo-900x500.jpg');
	background-color: #36bcef;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	justify-content: center;
	margin-bottom: 30px;

	  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:contain;
background-position:center;
}
.main
{
	width: 90%;
	max-width: 100%;
	margin: 10px 5% 0 5%;
	margin: 0 5% 0 5%;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 15px;
	padding: 0;
	background-color: #7f8c8d;
	background-color: #34495e;
	height: 100vh;
}

.main p
{
	padding: 10px;
}
#down
{
	position: absolute;
	top:85vh;
	size: 40px;
	padding: 20px;
	font-size: 2.5em;
}

#down:hover
{
	cursor: pointer;
	background-color: #eee;
	opacity: 0.8;
}

.hero {
	text-align: center;
	display: block;
	border-radius: 20px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

h1, h2, h3, a:link, a:hover, a:visited, a:active {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

h1 {
	font-weight: 300;
}

h1, h2, h3, a:link, a:visited, a:active {
	color: #fff;
}

a:hover, h1 {
	color: #88deff;
	
}

a:link, a:hover, a:visited, a:active {
	transition:all 0.5s ease;
	-webkit-transition-delay:all 1s ease;
	-moz-transition-delay:all 1s ease;
	-ms-transition-delay:all 1s ease;
	-o-transition-delay:all 1s ease;
	font-weight: 600;
}