@charset "utf-8";

h1{
	font-family: "Croissant One", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color:#41703A;
}

h3{
	font-family: "Courgette", cursive;
	font-weight: 400;
	font-style: normal;
	color: #41703A;
}

h2 {
	font-family: "Croissant One", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color:#41703A;
	text-align: center;
}

p{
	font-family: "Belgrano", serif;
	font-weight: 400;
	font-style: normal;
	color: #41703A;
}

header {
	min-height: 100px;
	position: sticky;
	top: 0;
	left: 0;
	background-color:#FDB3FF;
	margin-bottom: 5px;
	z-index: 1;
}

.contact-item {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.contact-item img {
	margin-right: 10px;
}

.aside-left img {
	margin-top: 50px;
	border-radius: 50%;
	width:300px;
}

.container{
	background-color: antiquewhite;
}

.box {
	width: 90%;
	height: 300px;
	padding: 30px;
	background-color: #FBC3FD ;
	border:1px solid #FFF6DF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 20px;
}
		
.navi{
	font-family: "Courgette", cursive;
	font-weight: 400;
	font-style: normal;
	color: #41703A;
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 3% 3% 3%;
	gap: 3%;
}

.navi a:link a:active {
	color: #41703A;
	text-decoration: none;
}

a:link, a:active {
	color: #41703A;
}

.box2 img {
	align-items:center; 
	border-radius: 50%;
}
		
.main{
	width:100%;
	height:500px;
	display:flex;
	justify-content: space-between;
}

.aside-left {
	width: 30%;
	height: 450px;
	padding: 30px;
	background-color:#FCADFF ;
	border:1px;
}
		
.aside-right {
	width: 60%;
	height: 450px;
	padding: 30px;
	background-color: #FCADFF;
	border:1px;
}
		
.box2 {
	width: 90%;
	height: 250px;
	padding: 30px;
	background-color: antiquewhite;
	border:1px solid #FFF6DF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.box3 {
	width: 90%;
	height: 350px;
	padding: 30px;
	background-color: #FBC3FD;
	border:1px solid #FFF6DF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 20px;
}

.row {
	margin-top:auto;
	display:flex;
	justify-content: space-evenly;
}

.column {
	width: 30%;
	height: 200px;
	background-color: #FEF3FF;
	border: 1px solid #F7D4FF;
	text-align: center;
	border-radius: 20px;
}

.box .column {
	width: 40%;
	height: 170px;
	background-color: #FEF3FF;
	border: 1px solid #F7D4FF;
	text-align: center;
	border-radius: 20px;	
}

.box4 {
	width: 90%;
	height: 500px;
	padding: 30px;
	background-color:antiquewhite;
	border:1px solid #FFF6DF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}


.box2 .column {
	width: 50%;
	height: 70px;
	background-color: #FEF3FF;
	border: 1px solid #F7D4FF;
	text-align: center;
	border-radius: 20px;
}


button {
	width: 100px;
	height: 50px;
	border-radius: 10px;
}

form {
	margin: auto;
	align-content: center;
	border-radius: 20px;
	border-color: #41703A;
	border-style: solid;
	padding: 30px;
	background-color: bisque;
}

input[type=text], select {
	width: 90%;
	padding: 10px;
	margin: 4px 0;
	background:#FFF0E2 ;
}

input[type=submit], select {
	background-color:#C5FDBD ;
	padding: 10px;
	border-radius: 10px;
}

input[type=reset], select{
	margin-top: 10px;
}

.container-language {
	width:100%;
	heigh:auto;
	align-items: center;
	justify-content: center;
	margin: 10px;
}

progress {
	width: 80%;
	height: 20px;
	border-radius:10px;
}

progress::-webkit-progress-bar {
   background-color: blanchedalmond;
}
progress::-webkit-progress-value {
   background-color: #83AC7C;
}

.row-skill{
	margin-top:auto;
	display:flex;
	justify-content: space-evenly;
}

.column-skill{
	width: 50%;
	height: 450px;
	background-color: #FEF3FF;
	border: 1px solid #F7D4FF;
	text-align: center;
	border-radius: 20px;
}

.box5{
	width: 90%;
	height:480px;
	padding: 30px;
	background-color: #FBC3FD;
	border:1px solid #FFF6DF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 20px;
}

.tiny-column-one .tiny-column-two img {
		width:100px;
		height: 10px;
}

footer {
	height: 90px;
	text-align: center;
	font-size: 10pt;
	padding-top: 3%;
}

@media only screen and (max-width:996px){
	html {
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}
	
	.navi {
		padding-top: 45px;
		font-size: 15px;
	}
	
	.main {
		display: block;
	}
	
	.aside-left{
		width: 100%;
		height: 300px;
	}
	
	.aside-right{
		width: 100%;
	}
	
	.box{
		margin-top:400px;
		height: 400px;
	}
	
	.box .row .column {
		margin-top: 10px;
	}
	
	img {
		width:20px;
		height:auto;
	}
}