@charset "UTF-8";

.margarine-regular {
  font-family: "Margarine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.comfortaa {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
	background-image:url("bg6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color:#E0DBD4;
	width: 100%;
	margin: auto;
	padding-bottom: 5%;
	padding-top: 5%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
}

.audio-wrapper {
    text-align: right; 
}

p, li, href {
	font-family: "Comfortaa", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color:white;}


#Home img {
		width: 100%;
		object-fit: cover;
	}

.logo {
align-content: left;
	align-items: left;
  	text-align: left;
	font-family: "Margarine", sans-serif;
	color: white;
	padding: 0.5%;
	font-size: 80px}

.navi  {
    display: flex;
    list-style: none;
    align-items: center;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
    gap: 5%;
    padding: 0.5%;
	color: white;
	text-align: center;
}

.navi a {
   text-decoration: none;
	color: white; 
	 gap: 5%;
	font-size: 25px;
	align-items: center;}

.w3-grey {
			background-color: #ccc;
  height: 24px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
	align-content: center;
	align-items:center;
	justify-content: center;
}
.w3-blue {
  background-color: #2196F3;
  height: 100%;
  border-radius: 12px;
	align-content: center;
	align-items:center;
	justify-content: center;
}

.w3-container {
	  background-color: #0b3d91; /* Adjust bar color */
  height: 100%;
  border-radius: 25px;
width: 70%;
	align-content: center;
	align-items:center;
	justify-content: center;
}

.Beginner-job {
	margin: 0 auto;
	align-content:center;
	justify-content: center;
	align-items: center;
}

.Skill-container {
	align-content: center;
	align-items:center;
	justify-content: center;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	gap: 30px 20px;
	margin: 0 auto;
	margin-top: 30px;
}
	
.button {
  	background-color: #FFFFFF;
  	border-radius: 10px;
  	color: black;
  	padding: 10px;
	align-items: center;
  	text-align: center;
  	text-decoration:none;
  	display: inline-block;
  	font-size: 20px;
  	margin: 8px;
	font-family: "Comfortaa", sans-serif; }

		
	#cform {
			width: 1000px;
			padding: 30px;
			margin: 0 auto;
			font-family: "Comfortaa", sans-serif;
			align-content: center;
			justify-content: center;
			align-items: center;
}

.form { 
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width:50%;
}
	
		#name {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
		position:relative
		}
	#email {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
		}
	#message {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
		font-family:  "Comfortaa", sans-serif;
		}


.navi-2 {
	display: flex;
	align-items: center;
	gap: 8%;
	align-content: center;
	margin: 0 auto;
	justify-content: center;
}

li{
	
	text-decoration: none;
	list-style-type: none;
}

.nexon-logo {
	align-items: center;
	
}


.adele-home {
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	text-align: justify;
}


.row {
	display: flex;
	gap: 1%;
	justify-content: center;
	align-content: center;
	
}.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }

.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'menu main main main right right'
    'menu footer footer footer footer footer';
  gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}



#details {
  height: 100px;
  display: flex;
  flex-direction: column;
	min-width: 60%;
			min-height: 60%;
			padding: 5%;
			box-sizing: border-box;
			
			justify-content: space-evenly;
			float: left
}
#mymain div {
  padding:5px;
	display: flex;
  flex-direction: column;
	min-width: 60%;
			min-height: 60%;
			
			box-sizing: border-box;
			
			justify-content: space-evenly;
			float: left;
	align-content: left;
}

#info-container {
	display: flex;
    flex-direction: row;
	align-content: center;
    align-items: flex-start;
    justify-content: center;
	margin: 0 auto;
    gap: 5%;
}
.information1 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.information p {
	font-size: 1.5em;
}

#stats p {
  font-size: 1.5em;
  margin-bottom: 5px;
	margin-bottom: 1%;
	margin-top: 4%;
}
#details p {
	line-height: 1.6;
}

.Infos {
  text-align: center;
}

.trailer {
  margin-top: 20px;
}

.H1 {
    color: white;
    font-size: 5em;
    font-family: "Margarine", sans-serif;
	text-align: center;
	align-items: center;
	margin-top: 100px;
}

.H2 {
    color: white;
    font-size: 3.5em;
    font-family: "Margarine", sans-serif;
	text-align: center;
	align-items: center;
	margin-top: 100px;
}

h3 {
    color: white;
    font-size: 2em;
    font-family: "Margarine", sans-serif;
}

label {
	font-size: 1.5em;
	color: white;
}

/*Control Mobile view*/
@media only screen and (max-width:996px) {
	html {
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}
	
	#Home img {
		width: 100%;
		object-fit: cover;
		align-content: center;
		justify-content: center;
		margin: 0 auto;
		align-items: center;
	}
	
	video {
		width: 100%;
	}
	
	
}


#Backstory p {
	font-size: 2em;
	
}




