@charset "UTF-8";
/* CSS Document */

body{font-family: 'Inter', sans-serif;
	background-color:#d9d9d9;
}

h3{text-decoration: underline}

.headline h1{
	padding-bottom: 2.5%;
	color: #000000;
	border-bottom: 2px solid #000000;	
}

.headline h2{
	padding-bottom: 7%;
}

.container{	
	box-sizing: border-box;
	margin: 0px;
}

.container img{
}

.main{
	display: flex;
	height: 1200px;
}

.profile {
	border: 1px #536F98;
	width: 100%;
	height: 1000px;
	position: relative;
}

.profile-word{
	text-align: center;
}

.profile-photo{
	max-width: 350px;
	max-height: 350px;
	height: auto;
	width: auto;
	border-radius: 20px;
	overflow: hidden;
}

.aside-left{
	min-width: 35%;
	padding: 0% 5% 5% 5%;
	box-sizing: border-box;
	background-color: #536F98;
	margin: 0;
}

.aside-right{
	min-width: 65%;
	padding: 1%;
	box-sizing: border-box;
	margin-right: 0px;
}

.headline{
	text-align: center;
	padding-top: 5%;
}

.summary{
	background-color: #FFFFFF;
	padding-bottom: 10%;
	padding-top: 1%;
	padding-left: 2%;
}

.contact-data{
	width: auto; 
}

.experiences{
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 2%;
}


.skills {
	background-color: #FFFFFF;
	padding-top: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}

.row{
	display: flex;
	gap: 3%;
	justify-content: center;
	align-content: center;
}

.column{
	min-width: 30%;
	min-height: 300px;
	padding-right: 2%;
	box-sizing: border-box;
	text-align: center;
}

.summary-word{
	text-align: center;
}

.experiences-word{
	text-align: center;
}

.skills-word{
	text-align: center;
}

.skill-row{
	display: flex;
	justify-content: center;
	align-content: center;
}

.skill-column{
	min-width: 20%;
	min-height: 200px;
	padding: 1% 2% 0% 0%;
	box-sizing: border-box;
	text-align: center;
}

.skill-column-text{
	font-size: 25px;
}

