html, body{
	min-height: 1000px;
	margin:0;
	padding:0;
	overflow: hidden;

}

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

div {
	font-size: 20px;
	line-height: 30px;
}

h1 {
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
margin: 0;
}

#left {
	position: absolute;
	top: 50px;
	left: 50px;
}

#right {
	position: absolute;
	top: 56px;
	right: 50px;
}

.text {
	margin: 20px 0 20px 0;
}

a.button {
	background-color: #065b79;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 20px;
	font-family: verdana, arial, sans-serif;
	color: white;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	background-color: #ed7b00;
}

p {
	font-size: 20px;
	color: #065b79;
	line-height: 24px;
	margin: 0;
}

#happy {
	position: absolute;
	top: 0;
}

@media only screen and (max-width: 767.9px) {
	div {
		font-size: 12px;
		line-height: 18px;
	}
	p {
		font-size: 10px;
		line-height: 12px;
	}
	h1 {
		font-size: 25px;
		line-height: 25px;
	}
	#right {
		top: 25px;
		right: 25px;
	}
	#left {
		top: 25px;
		left: 25px;
	}
}

@media only screen and (max-width: 375px) {
	#right {
		top: 250px;
		left: 25px;
	}
}

@media only screen and (max-width: 320px) {
	#right {
		display: none;
	}
}
