body {
	background-color: #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	margin: auto;
	margin-left: 40px;
	margin-right: 40px;
	min-width: 360px;
}

header {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 640px;
}

.logo {
	font-size: 40px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 0.7;
	text-align: center;
	position: relative;
	left: 20px;
	top: 40px;
	width: 300px;
	float: left;
}

nav {
	position: relative;
	top: 20px;
	float: right;
}

nav ul {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 10px;
	display: flex;
	flex-direction: row;
}

nav ul li {
	/*	padding: 5px 20px;*/
}

nav ul li:hover {
	background-color: rgb(93, 187, 193);
	border-radius: 5px;
}

nav ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 20px;
}

.slogan {
	font-size: 50px;
	font-weight: 700;
	line-height: .9;
	text-align: left;
	position: relative;
	left: 80px;
	top: 200px;
	width: 453px;
}

.slogan-desc {
	color: #fff;
	position: relative;
	left: 80px;
	top: 180px;
	width: 453px;
}

#description {
	border-radius: 5px;
	background-color: #5dbbc1;
	width: 360px;
	height: 510px;
	position: relative;
	top: -170px;
	right: 40px;
	float: right;
	padding: 0 20px;
}
#description-small {
	display: none;
}

#services {
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

#prices {
	background-color: #fff;
	padding-bottom: 20px;
}
#prices .col3 {
	background-color: #eee;
	padding: 1%;
}
#portfolio {
	background-color: #fff;
}

footer {
	border-radius: 5px;
background-color:  #130e27;
max-width: 1200px;
height: 183px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.colored {
	color: rgb(93, 187, 193);
}

.white {
	color: #fff;
}

.tsmall {
	font-size: 15px;
}
.price {
	color: #5dbbc1;
	font-size: 30px;
	font-weight: 600;
}

.center {
	text-align: center;
}
.col2 {
	width: 47%;
}
.col3 {
	width: 30%;
}
.col4 {
	width: 22%;
}

.flexcontainer {
	clear: both;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}

h2 {
	font-size: 60px;
	color: #130e27;
}

h3 {
	font-size: 24px;
}

p {
	color: #333;
}

.bigicon {
	color: #5dbbc1;
	font-size: 120px;
}

.avatar {
	width: 60px;
	float: right;
	border-radius: 50%;
	border-color: #5dbbc1;
	border-width: 2px;
}
.testimonial {
	font-size: 13px;
	text-align: left;
}

@media (max-width: 1020px) {
	#description{
		display: none;
	}
	#description-small {
		display: block;
		border-radius: 5px;
	background-color: #5dbbc1;
	padding: 10px 20px;
		margin-top: -80px;
		font-size: medium;
	}
	h2 {
		font-size: 40px;
	}
	.price {
		font-size: 20px;
	}
}
@media (max-width: 820px) {

	nav {
		top: 40px;
		float: none;
		clear: both;
	}
	nav ul {
		flex-direction: column;
	}
	nav ul li {
		background-color: rgba(18,15,39,.5);
    border-bottom: 1px solid #eee;
	}
	.slogan,
	.slogan-desc {
		position: inherit;
	}
	.flexcontainer {
		flex-direction: column;
		align-items: center;
	}
	.col3,
	.col4 {
		width: 80%;
	}
}
@media (max-width: 500px) {
	.logo {
		margin: 0;
		margin-top: 40px;
		float: none;
		left: auto;
	}
	.slogan,
	.slogan-desc {
		width: auto;
	}
	.container {
		min-width: auto;
	}
	h1.slogan {
		font-size: 30px;
		margin-top: 40px;
	}
}