@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

body, div, h1, p {
  margin: 0;
  padding: 0;
}

.about {
   border-bottom: 3px solid #C7974D;
}

body {
  width: 100%;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

section {
  width: 100%;
  height: auto;
  background-color: #24242D;
  color: #ffffff;
}

.section1 {
	display: flex;
	justify-content: space-between;
  flex-direction: row;
}

.profileimage {
	display: flex;
	flex-direction: row;
	margin-top: 130px;
}

#ornamen {
	width: 80px;
	margin-left: 100px;
}

#picture {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.profiletext {
	margin-left: 230px;
	margin-top: 30px;
}

.section1 h1 {
  font-size: 60px;
  font-family: "Righteous";
  margin-top: 100px;
}

.aboutintro {
	font-size: 28px;
	padding-right: 120px;
}

.aboutintro h2 {
	font-size: 34px;
	margin-top: -35px;
}

.aboutintro h3 {
	font-size: 20px;
}

.aboutintro p {
	font-size: 18px;
}

.section2 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	background-color: #1B1B22;
	background-size: cover;
}

.section2 h2 {
	text-align: center;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	margin-left: -30px;
}

.skill img {
	width: 60%;
	border: 2px solid #C7974D;
	border-radius: 100px;
	padding: 5px;
}

.skill ul {
	padding: 40px 20px 30px 20px;
	text-align: center;
}

.skill li {
	display: inline-block;
	margin-left: -20px;
}

.middle {
	position: absolute;
	align-items: center;
	margin-left: -25px;
	margin-top: 170px;
}

.mouse {
  width: 20px;
  height: 35px;
  border: 2px solid #C7974D;
  border-radius: 60px;
}

.mouse::before{
  content: "";
  width: 2px;
  height: 8px;
  position: absolute;
  top: 30px;
  background: #C7974D;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}

@keyframes scroll {
	from {
		opacity: 1;
		top: 30%;
	}
	to {
		opacity: 0;
		top: 80%;
	}
}

.section3 {
	display: flex;
	justify-content: center;
  flex-direction: row;

}

.ornamen1 img {
  width: 25px;
  height: auto;
  margin-top: 110px;
  margin-left: 60px;
  position: absolute;
}

.education {
	margin-left:100px;
	margin-top: 30px;
	margin-bottom: 180px;
}

.education h1 {
	margin-left: -60px;
}

.ornamen2 img {
  width: 25px;
  height: auto;
  margin-top: 110px;
  margin-left: 60px;
  position: absolute;
}

.experience1 {
	margin-top: 30px;
	margin-left: 100px;
}

.experience1 h1 {
	margin-left: -60px;
}

.ornamen3 img {
  width: 25px;
  height: auto;
  margin-top: 110px;
  margin-left: 60px;
  position: absolute;
}

.experience2 {
	margin-top: 55px;
	margin-left: 100px;
}

.experience2 h1 {
	margin-left: -60px;
}

@media only screen and (Max-width: 1200px) {
.middle {
	display: none;
}

.skill li {
	margin-top: 20px;
}
}

@media only screen and (Max-width: 839px) {
.section1 {
	flex-direction: column;
}

#ornamen {
	display: none;
}

#picture {
	width: 60%;
	height: auto;
	margin-left: 70px;
	border: 2px solid #ffffff;
	padding: 5px;
}

.profiletext {
	margin-left: 60px;
	margin-top: -30px;
	margin-right: 20px;
}

.profiletext h1 {
	border-bottom: 6px solid #DEDEE5;
	margin-right: 100px;
}

.aboutintro {
	padding-right: 50px;
}

.aboutintro h2 {
	font-size: 28px;
}

.aboutintro h3 {
	font-size: 18px;
}

.aboutintro p {
	font-size: 15px;
	padding-bottom: 20px;
}

.section2 {
	padding: 60px 20px 30px 20px;
}

.section2 h2 {
	text-align: center;
}

.skill {
	text-align: center;
	margin-left: 50px;
}

.skill img {
	width: 40%;
}

.skill li {
	margin-top: 20px;
	margin-left: -100px;
	margin-right: 0;
}

.section3 {
	flex-direction: column;
}

.ornamen1 {
	margin-left: -20px;
}

.education {
	margin-left: 90px;
}

.ornamen2 {
	margin-top: -130px;
	margin-left: -20px;
}

.experience1 {
	margin-left: 90px;
	margin-top: 25px;
}

.ornamen3 {
  margin-top: -50px;
  margin-left: -20px;
}

.experience2 {
	margin-left: 90px;
	padding-bottom: 180px
}
}

