@charset "utf-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

.navbar a:link{
	color:white;
	text-decoration: none;
}

.navbar a:hover, a:visited{
	color: white;
	border-bottom: 1px solid rgb(213, 128, 255);
	padding-bottom: 2%;
	transition: 0.3s ease;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url("images/background.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
		
.headerlogo img{
	position: absolute;
	left: 50px;
	top: 30px;
	width:210px;
}

.footerlogo img{
	width:120px;
}

.footerlogo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 15px;
}

h1{
	font-size: 75px;
	color: white;
 	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 100px 0 60px 80px;
}

.navbar{
	font-size: 23px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	margin-top: 40px;
	margin-left:900px;
	margin-right:60px;
	display: flex;
	justify-content: space-between;			
}

.identity{
	position: absolute;
	transform: rotate(90deg);
	transform-origin: right;
	right: 70px;
	top: 720px;
	font-size: 50px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
}

.p-details{
	font-size: 30px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	margin-left:80px;
	line-height: 50px;
}

.line{
	color:rgb(213, 128, 255);
	font-size: 44px;
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
	text-align: center
}

.motto{
	font-size: 26px;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-left:80px;
	margin-top: 50px;
	color: rgb(213, 128, 255);
}
		
.detailtitleleft, .detailtitleright{
	font-size: 55px;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	color: rgb(247, 124, 8);
}

.contentleft{
	font-size: 30px;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	width: 90%;
}

.contentright{
	font-size: 30px;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	width: 90%;
	margin-left: 30px;
	line-height: 40px;
}

.contentheadleft, .contentheadright{
	font-size: 30px;
	width: 100%;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
	line-height: 40px;
}
		
.softwareskillpurple{
	font-size: 30px;
	width: 45%;
	color: rgb(213, 128, 255);
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
}

.container1{
	display: flex;
	justify-content: space-between;
	margin: 350px 0px 80px 0px;
	padding-right: 0px;
	width:100%;
	align-items: flex-start;
}

.rightcolumn1{
	width:38%;
	padding-right: 30px;
}

.leftcolumn1{
	padding-left: 130px;
	width: 45%
}

.leftcolumn2{
	width: 60%;
}

.rightcolumn2{
	width:30%;
}
		
.container2{
	display: flex;
	justify-content: space-between;
}
		
.workduration{
	font-size: 30px;
	width:100%;
	color: rgb(213, 128, 255);
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	line-height: 40px;
}

.icons{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 56px;
	gap: 8%;
	
}

.icons a{
	color:lightgray;
}

@media only screen and (max-width: 996px){
	
	*{
	box-sizing: border-box
	}

	body{
	background-size: 100%;
	background-image: url("images/mobilebg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
	
	html{
	scroll-behavior: smooth;
	scroll-padding-top:120px;
	}
	
	.headerlogo img{
	position: absolute;
	left: 10px;
	top: 17px;
	width:70px;
	}

	.footerlogo img{
	width:90px;
	}

	h1{
	font-size: 18px;
	color: white;
 	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 20px 0 20px 15px;
	display: flex;
	justify-content: space-between;
	}


	.navbar{
	font-size: 10px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	margin-top: 20px;
	margin-left:160px;
	margin-right:10px;
	display: flex;
	justify-content: flex-end;
	gap: 5%
	}

	.identity{
	position: absolute;
	transform: rotate(90deg);
	transform-origin: right;
	right: 15px;
	top: 190px;
	font-size: 12px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	}

	.p-details{
	font-size: 13px;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	margin-left:15px;
	line-height:20px;
	}

	.line{
	color:rgb(213, 128, 255);
	font-size: 12px;
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
	text-align: center
	}
	
	.motto{
	font-size: 18px;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: rgb(213, 128, 255);
	margin: 80px auto;
	}
	
	.detailtitleleft, .detailtitleright{
	font-size: 28px;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	color: rgb(247, 124, 8);
	width: 100%;
	text-align: center;
	}

	.contentleft{
	font-size: 16px;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	margin: 0px;
	line-height: 32px;
	}
	
	.contentright{
	font-size: 15px;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	margin: 0px;
	line-height: 30px;
	}

	.contentheadleft, .contentheadright{
	font-size: 16px;
	color: white;
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	width: 100%;
	line-height: 32px;
	}
		
	.softwareskillpurple{
	font-size: 16px;
	color: rgb(213, 128, 255);
	font-family: "Lekton", monospace;
	font-weight: 700;
	font-style: normal;
	}

	.container1{
	margin: 40px 0px 30px 0px;
	display: block;
	text-align: center;
	align-items: center;
	align-content: center;
	width: 100%;
	}
	
	.rightcolumn1{
	margin: 60px auto 0 auto;
	text-align: center;
	width: 90%;
	padding: 0;
	}
	
	.leftcolumn1{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}
	
	.leftcolumn2{
	text-align: right;
	width: 48%;
	align-items: center;
	}
	
	.rightcolumn2{
	width: 42%;
	text-align: left;
	}
		
	.container2{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	}
		
	.workduration{
	font-size: 15px;
	color: rgb(213, 128, 255);
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	}

	.icons{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	gap: 15%;
	}	
	
	.icons a:link{
	color: lightgray;
	}

}