@import url('https://fonts.googleapis.com/css?family=Raleway');

html, body {
background: #086eb6; /* Old browsers */
background: -moz-linear-gradient(45deg, #086eb6 0%, #32abe2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #086eb6 0%,#32abe2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #086eb6 0%,#32abe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086eb6', endColorstr='#32abe2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100%;
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 15px;
font-weight: lighter
}

a {
	color: #fff;
	transition: font 0.3s ease
}

a:hover {
	font-size: 16px;
}

#logo {
	width:35%;
	height: auto;
	padding-top:8%;
	display: none;
}

#content {
	display: none
}

@media all and (max-width: 600px) {
	#logo {
		width:100%;
	}
}