body {
	margin: 0px;
	background-color: #20D4C2;
}
#logo {
	float: left;
	color: white;
	height: 100px;
	font-size: 6rem;
	font-family: sans-serif;
	margin-left: 10px;
}

#contacts {
	height: 100px;
	float: right;
	color: white;
	font-size: 2rem;
	font-family: sans-serif;
	margin-top: 10px;
	margin-right: 10px;
}

#header {
	width: 100%;
	background: #198185;
	height: 100px;
}

#menu {
	width: 100%;
	height: 40px;
	background: linear-gradient(#198185, #9198e5);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	//border-color: #198185;
	border-color: #198185;
	box-sizing: border-box;
}

#content-block {
	width: 100%;
	min-height: calc(100% - 140px);
	background: linear-gradient(#20D4C2, #198185);
	height: auto;
	
}

#text-main {
	width: 60%;
	float: left;
	text-align: justify;
	list-style: url('img/bullet.png') inside;
	padding-left: 10px;
	font-family: Lora, sans-serif;
	height: auto;
}

#text-main h4 {
    font-weight: normal;
}
@font-face {
	src: url('fonts/Lora.ttf') format('ttf');
	}

#imgs-main {
	width: 40%;
	float-left;
}