html, body{
	height: 100%;
	margin: 0px;
}

body{
	font-family: 'Open Sans', sans-serif;
	background-image: url('assets/wave.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    background-size: auto 100%;
}

h1{
	font-size: 45px;
	color: #145999;
	width: 500px;
}

h3{
	font-size: 25px;
	color: #4194D0;
}

.content{
	color: #676767;
	padding-top: 40vh;
	margin-left: 300px;
	width: 50vw;
}

.text{
	width: 640px;
}

.logo{
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 40px;
}