@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	width: 98%;
	background: #2c9a80;
	font-family: "Josefin Sans", sans-serif;
 	font-optical-sizing: auto;
    font-style: normal;
}

h1{
	font-size: 90px;
	font-weight: 700
}

p{
	font-size: 40px;
}

nav{
	text-decoration: none;
	background: #35FFC3;
	padding: 0px 20px;
	position: fixed;
	z-index: 10000;
	width: 96%;
}

.phone{
	position: relative;
	top: 80px;
	left: -50px;
}

.email{
	position: absolute;
	top: 165px;
	left: -50px;
}

.ig{
	width: 58px;
	position: absolute;
	top: 240px;
	left: -60px;
}

.navbar{
	background: #35FFC3;
	padding-right: 15px;
	padding-left: 15px;
}

.navdiv{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo a{
	font-size: 35px;
	font-weight: 600;
	color: #002C1F;
	text-decoration: none;
}

ul{
		text-decoration: none;
}

li{
	list-style: none;
	display: inline-block;
}

li a{
	color: #053625;
	font-size: 18px;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: none;
}

button{
	background-color: #156549;
	margin-left: 10px;
	border-radius: 30px;
	padding: 10px;
	width: 130px;
	border: none;
}

button a{
	color: #A1E8D3;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

h2{
	font-size: 50px;
}

.main {
	display: flex;
	height: 700px;
}

.side-left{
	width: 40%;
	margin: 0px 0px 20px 0px;
}

.side-right{
	width: 56%;
	margin: 0px 0px 20px 0px;
	position: absolute;
	transform: translate(72%, -88%);
}

.profile{
	display: flex;
}

.imgbox{
	position: relative;
	text-align: center;
	display: grid;
	height: 100%;
}

.bio-container{
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
}

.bioup{
	position: absolute;
	top: 45%;
	left: 54%;
	transform: translate(-50%, -50%);
	width: 40%;
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #193E35;
}

.biodown{
	position: absolute;
	top: 72%;
	left: 57%;
	transform: translate(-50%, -50%);
	width: 40%;
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	font-style: italic;
}

.biodata{
	display: flex;
}

.skill{
	position: relative;
	text-align: center;
	display: grid;
	height: 100%
}

.resume{
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
}

.skilltitle1{
	position:absolute;
	top: 50%;
	transform: translate(9%,910%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
}

.skilltitle2{
	position:absolute;
	top: 50%;
	transform: translate(37%,2900%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
}

.skilltitle3{
	position:absolute;
	top: 50%;
	transform: translate(65%,3950%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
}

.skillicon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-980%,82%);
	font-size: 40px;
	text-align: center;
}

.languages{
	position:absolute;
	top: 50%;
	transform: translate(25%,459.5%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%
}

.abilities{
	position:absolute;
	top: 50%;
	transform: translate(25%,950%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%;
	text-align: center;
	text-decoration: underline
}

.work{
	position: relative;
	text-align: center;
	display: grid;
	height: 100%;
	transform: translate(-1%,45%);
}

.no{
	writing-mode: vertical-rl;
	text-orientation:upright;
	position:absolute;
	top: 50%;
	transform: translate(1169%,62.5%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #AAFFEB;
	line-height: 120%;
}

.worktitle{
	position:absolute;
	transform: translate(62%,132%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%
}

.dpi{
	position: relative;
	text-align: center;
	display: grid;
	height: 500px;
	transform: translate(30%,-280%);
}

.ivn{
	position: relative;
	text-align: center;
	display: grid;
	height: 500px;
	transform: translate(155%,-380%);
}

.dp{
	position: relative;
	text-align: center;
	display: grid;
	height: 500px;
	transform: translate(30%,-345%);
}

.digital-artwork{
	position: relative;
	text-align: center;
	display: grid;
	height: 500px;
	transform: translate(155%,-445%);
}

.dpi-title{
	position:absolute;
	transform: translate(30%,995%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%;
	padding: 10px 40px 0px;
	background-color: #AAFFEB;
	border: solid #059573;
	border-width: 10px;
	display: inline-block;
}

.ivn-title{
	position:absolute;
	transform: translate(155%,995%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%;
	padding: 10px 8px 0px;
	background-color: #AAFFEB;
	border: solid #059573;
	border-width: 10px;
	display: inline-block;
}

.dp-title{
	position:absolute;
	transform: translate(30%,1870%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%;
	padding: 10px 46.7px 0px;
	background-color: #AAFFEB;
	border: solid #059573;
	border-width: 10px;
	display: inline-block;
}

.da-title{
	position:absolute;
	transform: translate(155%,1870%);
	max-height: 100vh;
	margin: auto;
	align-items: flex-end;
	color: #0C241E;
	line-height: 120%;
	padding: 10px 49.5px 0px;
	background-color: #AAFFEB;
	border: solid #059573;
	border-width: 10px;
	display: inline-block;
}

a{
	text-decoration: none;
	color: #000000;
}

h3{
	font-size: 40px;
	font-weight: 700
}
