@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

html{
	scroll-behavior:smooth;
	scroll-padding-top: 120px;
}

ul, h1, h2, h3, h4, h5, p, a{
  font-family: "Baloo Paaji 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


body {
	max-width: 100%; 
	overflow-x: hidden;
}

/*Header and navigation bar*/
header{
	min-height:120px;
	position: sticky;
	top:0;
	left:0;
	background-color: rgba(255,255,255,0.85);
	z-index:1;
}

.navi{
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding:2% 3% 0%;
	gap: 3%;
}

.navi a:link{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 700;
}

.navi a:hover{
	color:aqua;
	border-bottom: 2px solid aqua;
	padding-bottom: 2%;
	transition: 0.3s ease;
	font-size: 1.5em;
}

.myresume{
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	left:0;
	top:0;
	margin: 1%;
}

.myresume:hover{
	font-size: 1.5em;
	transition: 0.3s ease;
}

.container{
	min-width: 100%;
	position: relative;
}

li a:hover {        
  color: aqua;    
}  

#empty{
	flex-grow: 30;
}


#search{
	color:#FFFFFF;
	font-size: 16px;
	background-color:#000000;
	border-radius: 10px;
	border: 10px solid rgba(0,0,0,1.00);
}

#search:hover {
	color: aqua; 
	border-bottom: 5px solid rgba(0,0,0,1.00);
	border-top: 5px solid rgba(0,0,0,1.00);
	padding-bottom: 2%;
	transition: 0.3s ease;
	font-size: 1.5em;
}

/*Introduction*/
.first{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	min-height: 800px;
	background-image: url('images/firstsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.first-section{
	display: inline;
	padding: 5px;
}

.aside-left{
	min-width: 50%;
	min-height: 800px;
	padding: 20px;
	background-image: url('images/profile.png');
    background-size: 67% 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.aside-right{
	min-width: 50%;
	min-height: 400px;
	margin-top: 0 0 13% 0;
	text-align: left;
	padding: 20px;
}

.quote{
	font-size: 35px;
}

#bday{
	font-size: 20px;
	font-weight: 500;
}

h1{
	font-size: 80px;
	font-weight: 800;
}

h2{
	font-weight: 1000;
	display: flex; 
    flex-direction: row; 
} 

p{
	font-size: 20px;
}

/*Education*/
.second{
	background-image: url('images/secondsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	min-height:434px;
}

#education{
	color: #005792;
	font-size: 60px;
}

#education:before{ 
	content: ""; 
	flex: 1; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#education:after{ 
	content: ""; 
	flex: 9; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

.timeline {
    display: flex;
    align-items: center;
}

.timeline-entry {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
	font-size: 20px;
}

.timeline-entry.left {
    text-align: left;
	margin: 0 0 0 3%;
}

.timeline-entry.right {
    text-align: left;
	margin: 50px 0 0 3%;
}

.timeline-entry h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.timeline-entry p {
    margin: 5px 0;
    font-size: 1em;
    font-weight: bold;
}

.timeline-entry ul {
    padding: 0;
    margin: 0;
}

.timeline-entry ul li {
    margin: 5px 0;
}

.timeline-line {
    min-height: 8px;
    background-color: #7EECF3;
    flex-grow: 1;
    margin: 0 10px;
    position: relative;
}

.timeline-line::before,
.timeline-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #7EECF3;
    border-radius: 50%;
    transform: translateY(-50%);
}

.timeline-line::before {
    left: -20px;
}

.timeline-line::after {
    right: -20px;
}

/*Experiences*/
.third{
	background-image: url('images/thirdsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	min-height: 734px;
}

#experiences{
	color: #005792;
	font-size: 60px;
}

#experiences:before{ 
	content: ""; 
	flex: 9; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#experiences:after{ 
	content: ""; 
	flex: 1; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

.experiencecontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.timeline1{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
}

.timeline-entry1{
    display: flex;
	justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
}

.timeline-line1{
    position: absolute;
    height: 90%;
    width: 8px;
    background-color: #7EECF3;
    left: 50%;
    transform: translateX(-50%);
}

.circle{
    width: 20px;
    height: 20px;
    background-color: #7EECF3;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-content{
    display: flex;
    justify-content: space-evenly;
	align-items: center;
    width: 100%;
}

.timeline-content.left,
.timeline-content.right {
    width: 45%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.timeline-content.left {
    text-align: left;
	margin:auto;
}

.timeline-content.right {
    text-align: left;
	margin: auto;
}

.timeline-content.left h3,
.timeline-content.right h3 {
    font-size: 1.7em;
    font-weight: 700;
	color: #005792;
}

.timeline-content.left p,
.timeline-content.right p {
    font-size: 1.3em;
    font-weight: 600;
    margin: 5px 0;
}

/*Language*/
.fourth{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	min-height: 700px;
	margin: 0;
	background-image: url('images/fourthsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
}

.aside-left4{
	min-width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	padding: 20px;
	text-align: center;
}

.aside-left4 h3{
	font-size: 1.7em;
	padding:0;
	margin:0;
}

#language{
	color: #005792;
	font-size: 50px;
	margin-left: 5%;
}

#language:before{ 
	content: ""; 
	flex: 0.4; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#language:after{ 
	content: ""; 
	flex: 0.4; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

.languagemain{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.languangeleft{
	min-width: 30%;
	min-height: 390px;
	margin: 0 0 3% 3%;
	text-align: left;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	font-size: 1.3em;
}

.languageright{
	min-width: 70%;
	min-height: 340px;
	margin-bottom: 3%;
	text-align: left;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.bar1{
	width: 360px; 
	appearance: none;
}

.bar1::-webkit-progress-bar{
    background-color: #005792;
	border-radius: 20px;
}

.bar1::-webkit-progress-value{
    background-color: #53CDE2;
	border-radius: 20px;
}

/*Abilities*/
.aside-right4{
	min-width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	padding: 20px;
}

.aside-right4 h3{
	font-size: 1.7em;
	padding:0;
	margin:0;
}

#abilities{
	color: #005792;
	font-size: 50px;
}

#abilities:before{ 
	content: ""; 
	flex: 0.7; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#abilities:after{ 
	content: ""; 
	flex: 0.7; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

.abilitiesmain{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.abilities-a{
	min-width: 25%;
	min-height: 280px;
	text-align: center;
	padding: 20px;
	flex-direction: column;
}

.abilities-b{
	min-width: 25%;
	min-height: 350px;
	text-align: center;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	font-size: 1.5em;
	margin-top: 8%;
}

.abilities-c{
	min-width: 25%;
	min-height: 280px;
	text-align: center;
	padding: 20px;
}

.abilities-d{
	min-width: 25%;
	min-height: 340px;
	text-align: center;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	font-size: 1.5em;
	margin-top: 8%;
}

/*Projects*/
.fifth{
	min-height: 700px;
	margin: 0;
	background-image: url('images/fifthsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
}

.projectsmain{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.aside-left5{
	min-width: 40%;
	min-height: 500px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-content: flex-start;
	padding: 20px;
	text-align: left;
	font-weight: 700;
	font-size: 1.7em;
	margin: 0 3% 5% 5%;
}

.aside-right5{
	min-width: 40%;
	min-height: 500px;
	text-align: left;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-content: flex-start;
	padding: 20px;
	font-weight: 700;
	font-size: 1.7em;
	margin: 1% 5% 5% 3%;
}

.aside-right5 h4{
	margin-top: 2%;
	padding: 5px;
}

#projects{
	color: rgba(0,0,0,1.00);
	font-size: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#projects:before{ 
	content: ""; 
	flex: 0.5; 
	border-bottom: 6px solid #005792; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#projects:after{ 
	content: ""; 
	flex: 0.5; 
	border-bottom: 6px solid #005792; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

/*Skills*/
.sixth{
	min-height: 1000px;
	margin: 0;
	background-image: url('images/sixthsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
}

.skillsmain{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

.aside-left6{
	min-width: 30%;
	min-height: 480px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: flex-start;
	text-align: left;
	font-weight: 700;
	font-size: 1.5em;
	margin-left: 17%;
	margin-bottom: 5%;
}

.aside-right6{
	min-width: 30%;
	min-height: 480px;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: flex-start;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 5%;
}

#skills{
	color: rgba(0,0,0,1.00);
	font-size: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
}

#skills:before{ 
	content: ""; 
	flex: 0.2; 
	border-bottom: 6px solid #005792; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#skills:after{ 
	content: ""; 
	flex: 0.2; 
	border-bottom: 6px solid #005792; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

.bar{
	max-width: 360px; 
	appearance: none;
}

.bar::-webkit-progress-bar{
    background-color: #2CB2D0;
	border-radius: 20px;
}

.bar::-webkit-progress-value{
    background-color: #6FE8FC;
	border-radius: 20px;
}

/*Contacts*/
.last{
	min-height: 300px;
	margin: 0;
	background-image: url('images/lastsection.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
}

.contactinfo{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-left: 7%;
	padding: 0;
}

.contactinfo a{
	font-weight: 700;
	font-size: 1.5em;
	text-decoration: none;
	color: #000000;
	margin-right: 7%;
	padding: 5px;
}

.contactinfo a:hover {
	color: rgba(0,165,194,1.00); 
	transition: 0.3s ease;
	font-size: 1.7em;
}

#contacts{
	color: #005792;
	font-size: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 20px;
	padding: 0;
}

#contacts:before{ 
	content: ""; 
	flex: 1; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 

#contacts:after{ 
	content: ""; 
	flex: 9; 
	border-bottom: 6px solid #2CB2D0; 
	margin: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
} 


@media (max-width: 1024px){
	html{
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}	
	
	body, .container{
		width: 100%;
	}
	
	.myresume{
		position: relative;
		top: 10px;
		margin-top: 2%;
	}
	
	header{
		height: 80px;
		display: flex;
		justify-content: space-between;
	} 
	
	.navi{
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 2% 3% 0%;
	margin-right: 20%;
	margin-top: 6%;
	gap: 3%;
}

.navi a:link{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 700;
}

.navi a:hover{
	color:aqua;
	border-bottom: 2px solid aqua;
	padding-bottom: 2%;
	transition: 0.3s ease;
	font-size: 1.5em;
}
	
	#searchwidth{
		min-width: 100px;
	}
	
	.quote{
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		font-size: 60px;
	}
	
	.aside-left{
	min-width: 50%;
	padding: 20px;
	background-image: url('images/profile.png');
    background-size: auto;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	}
	
	.aside-left, .aside-right{
		text-align: center;
	}
	
	.aside-left4, .aside-left5, .aside-left6, .aside-right4, .aside-right5, .aside-right6, .timeline, .timelinecontainer{
		margin: auto;
		display: block;
	}
	
	.timeline, .timeline1{
		display: block;
	}
	
	.timeline{
		width: 80%;
	}
	
	.contactinfo{
		display: block;
	}
	
	.first{
		width: 100%;
		background-size: cover;
		background-position: 20% 100%;
	}
	
	.aside-left{
		min-width: 100%;
	}
	
	.aside-right{
		min-width: 100%;
	}

	.first{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.fourth{
		min-height: 1200px;
		background-image: none;
		background-color: #D3F4FA;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.aside-left4, .aside-right4{
		max-height: 500px;
		margin: 20px 60px 0px 110px;
		width: 100%;
	}
	
	.languagemain{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin-left: 120px;
	}
	
	.languangeleft{
		margin:0;
	}
	
	.languageright{
		margin: 0 0 0 40px;
	}
	
	.abilitiesmain{
		display: flex;
		justify-content :flex-start;
		align-items: flex-start;
		align-content: flex-start;
		margin: 0;
		padding: 0;
	}
	
	.abilities-a, .abilities-b, .abilities-c, .abilities-d{
		min-width: 20%;
		margin: 0;
		padding: 0;
	}
	
	.abilities-b, .abilities-d{
		display: flex;
		justify-content: space-around;
		align-content: flex-start;
		margin: 0;
		padding: 0;
	}
	
	.fifth{
		display: block;
		min-width: 100%;
		min-height: 500px;
	}
	
	#projects{
		margin: 5% 0 0 0;
	}
	
	.projectsmain{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin-left: 3%;
	}
	
	.sixth{
		background-image: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		min-height: 100%;
	}
	
	#skills{
		width: 100%;
	}
	
	#skills:before{ 
	flex: 1; 
	} 

	#skills:after{ 
	flex: 1; 
	} 
	
	.skillsmain{
		width: 80%;
	}
	
	.aside-left6{
		margin-right: 15%;
	}
	
	.aside-right6{
		margin-left: 15%;
	}
	
	.last{
		margin-top: 10%;
	}
	
	.contactinfo{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.contactinfo a{
		margin-left: 6%;
	}
	
	.bar1{
		max-width: 200px;
	}
}

@media (max-width: 430px){
	html{
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}	
	
	body, .container{
		width: 100%;
	}
	
	.myresume{
		position: relative;
		top: 5px;
		font-size: 0.6em;
		height: 50px;
	}
	
	header{
		min-height: 40px;
		display: flex;
		justify-content: space-between;
	} 
	
	.navi{
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 2% 3% 0%;
	margin-right: 20%;
	margin-top: 2%;
	gap: 3%;
	height: 50px;
}

.navi a:link{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 0.5em;
	font-weight: 700;
}

.navi a:hover{
	color:aqua;
	border-bottom: 2px solid aqua;
	padding-bottom: 2%;
	transition: 0.3s ease;
	font-size: 0.6em;
}
	
	#searchwidth{
		min-width: 50px;
	}
	
	#search{
	color:#FFFFFF;
	font-size: 7px;
	background-color:#000000;
	border-radius: 5px;
	border: 5px solid rgba(0,0,0,1.00);
}

#search:hover {
	color: aqua; 
	border-bottom: 2px solid rgba(0,0,0,1.00);
	border-top: 2px solid rgba(0,0,0,1.00);
	padding-bottom: 1%;
	transition: 0.3s ease;
	font-size: 0.6em;
}
	
	.quote{
	font-size: 13px;
}

#bday{
	font-size: 20px;
	font-weight: 500;
}

h1{
	font-size: 50px;
	font-weight: 800;
}

h2{
	font-weight: 700;
	display: flex; 
    flex-direction: row; 
	font-size: 30px;
} 

p{
	font-size: 15px;
}
	
	.aside-left{
	min-width: 30%;
	padding: 20px;
	background-image: url('images/profile.png');
    background-size: 70%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	min-height: 400px;
	}
	
	.aside-left, .aside-right{
		text-align: center;
	}
	
	.aside-left4, .aside-left5, .aside-left6, .aside-right4, .aside-right5, .aside-right6, .timeline, .timelinecontainer{
		margin: auto;
		display: block;
	}
	
	.timeline, .timeline1{
		display: block;
	}
	
	.timeline{
		width: 80%;
	}
	
	.contactinfo{
		display: block;
	}
	
	.first{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-image: url('images/firstsection.png');
	background-size: auto;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
	.first{
		width: 100%;
		background-size: cover;
	}
	
	.aside-left{
		min-width: 100%;
	}
	
	.aside-right{
		min-width: 100%;
	}

	#education{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#education:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#education:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	.timeline-entry h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

.timeline-entry p {
    margin: 5px 0;
    font-size: 0.8em;
    font-weight: bold;
}
	
.timeline-entry ul li {
    font-size: 0.8em;
}
	
	.quote{
		display: flex;
		justify-content: center;
		align-items: center;
		color: black;
		font-size: 30px;
	}
	
	.first{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.fourth{
		min-height: 1200px;
		background-image: none;
		background-color: #D3F4FA;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.aside-left4, .aside-right4{
		max-height: 500px;
		width: 100%;
	}
	
	#experiences{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#experiences:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#experiences:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	.timeline-content.left h3,
.timeline-content.right h3 {
    font-size: 1em;
    font-weight: 700;
	color: #005792;
}

.timeline-content.left p,
.timeline-content.right p {
    font-size: 0.8em;
    font-weight: 600;
    margin: 5px 0;
}
	
	#language{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#language:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#language:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	.languagemain{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin: 0;
	}
	
	.languangeleft{
	min-width: 30%;
	min-height: 390px;
	margin: 0 0 3% 3%;
	text-align: left;
	padding: 25px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	font-size: 1em;
}

.languageright{
	min-width: 60%;
	min-height: 340px;
	margin-bottom: 3%;
	margin-right: 50%;
	text-align: left;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
	
	.bar1{
	width: 170px; 
	appearance: none;
}
	
	.aside-left4, .aside-right4{
		margin-top: 0;
	}
	
	#abilities{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#abilities:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#abilities:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	.abilitiesmain{
		display: flex;
		justify-content :flex-start;
		align-items: flex-start;
		align-content: flex-start;
		margin: 0;
		padding: 0;
	}
	
	.abilities-a, .abilities-b, .abilities-c, .abilities-d{
		min-width: 20%;
		margin: 0;
		padding: 0;
	}
	
	.abilities-b{
		display: flex;
		justify-content: space-around;
		align-content: flex-start;
		margin-top: 23%;
		margin-left: 0%;
	}
	
	.abilities-d{
		display: flex;
		justify-content: space-around;
		align-content: flex-start;
		margin-top: 20%;
		margin-right: 10%;
		padding: 0;
	}
	
	.fifth{
		display: block;
		min-width: 100%;
		min-height: 500px;
	}
	
	#projects{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#projects:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#projects:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#projects{
		margin: 5% 0 0 0;
	}
	
	.projectsmain{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin-left: 3%;
	}
	
	.aside-left5{
	min-width: 40%;
	min-height: 500px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-content: flex-start;
	padding: 0 ;
	text-align: left;
	font-weight: 700;
	font-size: 1em;
	margin: 0;
}

.aside-right5{
	min-width: 40%;
	min-height: 500px;
	text-align: left;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-content: flex-start;
	padding: 0;
	font-weight: 700;
	font-size: 1em;
	margin: 0
}

.aside-right5 h4{
	margin-top: 2%;
	padding: 5px;
}
	
	.sixth{
		background-image: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		min-height: 100%;
	}
	
	#skills{
		width: 100%;
		margin-top: 0;
	}
	
	#skills:before{ 
	flex: 1; 
	} 

	#skills:after{ 
	flex: 1; 
	} 
	
	.skillsmain{
		width: 80%;
		margin-top: 0;
	}
	
	.aside-left6{
	min-width: 30%;
	min-height: 400px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: flex-start;
	text-align: left;
	font-weight: 700;
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 5%;
}

.aside-right6{
	min-width: 30%;
	min-height: 400px;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: flex-start;
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 5%;
}
	.bar{
		max-width: 140px;
	}
	
	.last{
		margin-top: 10%;
	}
	
	#contacts{
		margin-bottom: 5%;
	}
	
	#contacts{
		font-size: 50px;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
#contacts:before{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	#contacts:after{ 
	flex: 0;
	margin-right: 0;
	margin-left: 0;
} 
	
	.contactinfo{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 0;
	}
	
	.contactinfo a{
		font-size: 1.2em;
	}
	
	.bar1{
		max-width: 200px;
	}
}