body {
	margin: 0px;
}

.logo_img {
	width: 65%;
}

.nav {
	margin: 50px 0 70px 0;
}

.nav ul li {
	display: inline-block;
	list-style-type: none;
	padding: 10px 40px;
}

.nav ul li a {
	color: #00aef4;
	font-size: 45px;
	font-family: 'Ropa Sans', sans-serif;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

.header {
	margin-top: 70px;
	text-align: center;
	width: 100%;
}

.services {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	background: #00aef4;
	color: #ffffff;
}

.contacts {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	background: #ffffff;
	color: #00aef4;
}

div h4 {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 40px;
}

div p, div ul {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
}

div ul li {
	margin: 10px 0;
}

div a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	color: #00aef4;
	text-decoration: none;
}

div a:hover {
	text-decoration: underline;
}

table {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	color: #00aef4;
	text-decoration: none;
	width: 70%;
	margin: 20px 0;
}

.paragraph {
	width: 50%;
	padding: 70px 40px;
	display: inline-block;
}

.image {
	width: 50%;
	height: auto;
	padding: 0;
	display: inline-block;
}

.image img {
	vertical-align: middle;
	width: 100%;
}

.footer {
	width: 100%;
	background: #00aef4;
	color: #ffffff;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	position: absolute;
}

.footer p {
	font-size: 15px;
}