@charset "utf-8";
/* CSS Document */

body { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

a, html {
	scroll-behavior: smooth;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 2% 2% 0%;
}

.header a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  float: left;
  color: #1e1e1e;
  text-align: center;
  padding: 3% 35px 3% 10px;
  text-decoration: none;
  font-size: 1.4vw;
  border-radius: 4px;
  
}

.header a.about {
  padding-left: 25px;
  padding-right: 25px;
}

.header a.logo {
  margin-top: -2.6%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #0C206B;
  font-size: 2vw;
}

.header-right a:hover {
  font-weight: 600;
}

/* get in touch link */
.header a.active {
  background-color: #1e1e1e;
  color: #FFFFFF;
  padding: 3% 15px; 
}

/* right float */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width : 452px ){
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

.aboutmecontainer {
  position: relative;
  text-align: left;
  color: #0C206B;
}

.resumecontainer {
  position: relative;
  text-align: left;
  color: #0C206B;
}

.footercontainer {
  position: relative;
  text-align: left;
  color: #0C206B;
}

.name {
  position: absolute;
  top: 27%;
  margin-left: 52%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 4.8vw;
}

.detail {
  position: absolute;
  top: 57%;
  margin-left: 35.5%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3vw;
  color: #FFFFFF;
  line-height: 190%;
}

.email {
  position: absolute;
  top: 43%;
  margin-left: 36%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3vw;
  padding: 1% 3%;
  color: #1E1E1E;
  background-color: #D9D9D9;
  border-radius: 5px;
}

.email:hover {
font-weight: 800;
}


.bio {
  position: absolute;
  top: 57%;
  margin-left: 53%;
  margin-right: 4%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7vw;
  color: #0C206B;
  line-height: 160%;
  text-align: justify;
}

/* portfolio text */
.portfolio {
  position: absolute;
  top: 87%;
  margin-left: 54%;
  padding:1% 17% ;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5vw;
  background-color: #1e1e1e;
  color: #FFFFFF;
  border-radius: 5px;
}

.portfolio:hover {
  font-weight: 600;
}

.experience {
  width: 35%;
  position: absolute;
  top: 17%;
  margin-left: 3%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3vw;
  color: #1E1E1E;
  text-align: right;
}

.experiencedate {
  position: absolute;
  top: 17%;
  margin-left: 41%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3vw;
  color: #1E1E1E;
}

.skills {
  position: absolute;
  top: 51.3%;
  margin-left: 9%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5vw;
  color: #FFFFFF;
  line-height: 198.8%;
}

.education {
  position: absolute;
  top: 22.3%;
  margin-left: 54%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.36vw;
  color: #1E1E1E;
  line-height: 190%;
}

.footercontainer {
  position: relative;
  text-align: left;
  color: #0C206B;
}

.footerlogo {
  position: absolute;
  top: 13%;
  margin-left: 3%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2vw;
}

.getintouch {
  position: absolute;
  top: 13%;
  margin-left: 62.5%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.9vw;
  color: #000000;
  width: 19%;
}

.formbox {
  position: absolute;
  top: 10%;
  margin-left: 75%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000000;
}

label[for="lname"] {
	margin-left: 21%;
}

input[type="text"] {
	margin: 2% 2% 2% 0%;
	width: 39%;
	border-style: solid;
	border-width: 1.5px;
	border-radius: 2px;
	border-color:#D9D9D9;
}

input[type="email"] {
	margin: 2% 2% 2% 0%;
	width: 84%;
	border-style: solid;
	border-width: 1.5px;
	border-radius: 2px;
	border-color:#D9D9D9;
}

label[for="message"] {
}

textarea {
	margin: 2% 2% 2% 0%;
	width: 84%;
	border-style: solid;
	border-width: 1.5px;
	border-radius: 2px;
	border-color:#D9D9D9;
}

.submit {
	position: absolute;
    top: 60%;
	margin-left: 62.5%;
	padding: 1% 3%;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1vw;
    background-color: #1E1E1E;
	color: #FFFFFF;
	border-style: none;
	border-radius: 4px;
}

.submit:hover {
	font-weight: 700;
}

.igicon {
  position: absolute;
  top: 60%;
  margin-left: 7%;
}

.fbicon {
  position: absolute;
  top: 60%;
  margin-left: 2%;
}

.igicon:hover {
	filter: brightness(0);
}

.fbicon:hover {
	filter: brightness(0);
}

.footercontainer a {
	font-style: none;
	text-decoration: none;
	color: #0C206B;
}

.footercontainer a:hover {
	font-size: 101%;
}

.aboutmecontainer a {
	font-style: none;
	text-decoration: none;
	color: #FFFFFF;
}

.email a {
	font-style: none;
	text-decoration: none;
	color: #1E1E1E;
}
