html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	touch-action: manipulation;
}
header {
	background: url('assets/orlyknop.png') 50% 0% no-repeat;
	height: 80%;
	width: 100%;
	border-bottom-left-radius: 100% 90px;
	border-bottom-right-radius: 100% 90px;
	position: relative;
}
header .titles {
	text-align: center;
	top: 70%;
	width: 100%;
	position: absolute;
	margin: 0;
}
header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
    text-shadow: 3px 0px 10px #000000;

}
header h1 span {
	color: #bdb0f2;
}
header h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
	font-family: 'Vollkorn', serif;
	margin: 0;
	text-shadow: 3px 0px 10px #000000;
}
.icons {
	position: absolute;
	width: 100%;
	display: block;
	bottom: -50px;
}
.icon {
	width: 32%;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	height: 100%;
}
.icon:first-child {
	text-align: right;
}
.icon:last-child {
	text-align: left;
}
.icon a {
	text-decoration: none;
}
#projects {
    text-align: center;
    margin-left: 10%;
}
#resume {
    text-align: center;
    margin-right: 10%;
}
.icon-img img {
	height: 35px;
	width: auto;
	border: 1px solid #000000;
	border-radius: 50%;
	padding: 10px;
	background: #ebebeb;
}
header h3 {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 0;
}
/*tablets*/
@media(min-width: 426px) {
	header {
		height: 80%;
		border-bottom-left-radius: 100% 150px;
		border-bottom-right-radius: 100% 150px;
		max-height: 600px;
	}
	header h1 {
		font-size: 70px;
	}
	header h2 {
		font-size: 30px;
	}
	header .titles {
		top: 50%;
	}
	.icon-img img {
		height: 30px;
	}
	header h3 {
		font-size: 18px;
	}
	.icons {
		bottom: -50px;
	}
}
/*big screens*/
@media(min-width: 769px) {
	header h1 {
		font-size: 100px;
	}
	header h2 {
		font-size: 40px;
	}
	.icon-img img {
		height: 60px;
	}
	header h3 {
		font-size: 30px;
	}
	.icons {
		bottom: -70px;
	}
}
@media(min-width: 1440px) {
	header {
		height: 60%;
		border-bottom-left-radius: 100% 150px;
		border-bottom-right-radius: 100% 150px;
	}
}
#about {
	border-bottom-left-radius: 50% 40%;
	border-bottom-right-radius: 50% 40%;
	margin: 10%;
	margin-top: calc(5% + 78px);
	display: block;
}
#about .photo {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#about .photo-div {
	width: 100%;
	text-align: center;
}
#about .photo-div img {
	width: 60%;
	height: auto;
	border-radius: 50%;
}
#about .about-p {
	width: 100%;
	float: none;
}
#about:after {
	content: '';
	clear: both;
	display: block;
}
#about .about-p p{
	font-family:  'Roboto', sans-serif;
	color: #000000;
	font-size: 20px;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
}
/*tablets*/
@media(min-width: 426px) {

	#about .photo {
		width: 30%;
		float: left;
		margin-bottom: 0;
	}
	#about .photo img {
		max-width: 300px;
	}
	#about .about-p {
		width: 60%;
		float: right;
	}
	#about .photo-div img {
		width: 100%;
	}
}
#experience {
	width: 100%;
	background-color: #ebebeb;
	border-top-left-radius: 100% 90px;
	border-top-right-radius: 100% 90px;
	padding-bottom: 5%;
}

#experience .exp:after {
	content: '';
	clear: both;
	display: block;
}
#experience .titles {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	padding-top: 5%;
}
#experience h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 1%;
    text-shadow: 3px 0px 10px #000000;
	margin: 0;
}
#experience h1 span {
	color: #bdb0f2;
}
#experience h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
	font-style: italic;
	font-family: 'Vollkorn', serif;
	margin: 0;
	margin-top: 10px;
	text-shadow: 3px 0px 10px #000000;
}
#experience .content {
	margin-left: 10%;
	margin-right: 10%;
}
#experience .itmo img {
	width: 80%;
	height: auto;
}
#experience .exp-p p{
	font-family:  'Roboto', sans-serif;
	color: #000000;
	font-size: 20px;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
}

#experience .exp-p {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#experience .exp .logos {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
}

#experience .appomart img {
	width: 50%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#experience .logos img {
	margin: 0;
	width: 20%;
	padding: 0.5px;
	height: auto;
	display: inline-block;
}
@media(min-width: 1440px) {
	#experience  {
		border-top-left-radius: 100% 150px;
		border-top-right-radius: 100% 150px;
	}
}
/*tablets*/
@media(min-width: 426px) {
	#experience .itmo img {
		width: 50%;
		height: auto;
	}
	#experience .appomart img {
		width: 30%;
	}
	#experience .exp .logos {
		width: 30%;
		float: left;
	}
	#experience .exp-p {
		width: 60%;
		float: right;
		margin-top: 0;
	}
	#experience .logos img {
		width: 47%;
	}
	
}