@font-face {
  font-family: "interFaceTh";
  src: url(InterFace_Trial_Th.ttf) format("truetype");
}

@font-face {
  font-family: "interFaceRg";
  src: url(InterFace_Trial_Rg.ttf) format("truetype");
}

@font-face {
  font-family: "interFaceBd";
  src: url(InterFace_Trial_Bd.ttf) format("truetype");
}

.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}

html{
  scroll-behavior: smooth;
}

/* Navbar container */
body {
  /* background-color: #fefefe; */
  background-color: #F5F3EF;
  margin: 0px;
}

.navbarCont{
  background-color:#F5F3EF;
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: 0;
}

.navbar {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
  justify-content: space-between;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 1vw;
  text-align: left;
  padding: 0.875vw 1vw;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 1vw;
  border: none;
  outline: none;
  padding: 0.875vw 1vw;
  background-color: inherit;
  font-family: inherit;
  text-align: left;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn{
  background-color: #FCEFB4;
  border-radius: 1vw;
  transition: 0.3s ease; /* Smooth transition */
}

/* Dropdown content (hidden by default) */
/* .dropdown-content {
  display: none;
  position: absolute;
  min-width: 10vw;
  box-shadow: 0vw 0.5vw 1vw 0vw rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #D5E1E1;
  font-size: 1vw;
  border-radius: 1vw;
} */

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 10vw;
  box-shadow: 0vw 0.5vw 1vw 0vw rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #D5E1E1;
  border-radius: 1vw;
}


/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #FCEFB4;
  padding: 0.75vw 1vw;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: "interFaceRg";
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FCEFB4;
  color: #172E3D;
  transition: 0.3s ease; /* Smooth transition */
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  transition: 0.3s ease; /* Smooth transition */
}

h1 {
  font-family: 'Baskervville';
  font-size: 3vw;
  font-weight: 400;
  color: #172E3D;
}

h2{
  font-family: 'Baskervville';
  font-size: 2.5vw;
  font-weight: 100;
}

h3 {
  font-family: 'Baskervville';
  font-size: 1.25vw;
  letter-spacing: 0.1vw;
  font-weight: 400;
  color: #172E3D;
}

h4 {
  font-family: "interFaceRg";
  font-size: 1.25vw;
  text-align: center;
  color: #172E3D;
}

h5 {
  font-family: 'interFaceBd';
  font-size: 1.25vw;
  letter-spacing: 0.1vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #6B796A;
}

p {
  font-family: "interFaceTh";
  font-size: 1.25vw;
  letter-spacing: 0.05vw;
  color: #172E3D;
}

hr {
  background-color: #172E3D;
  height: 0.05vh;
}

.hamburger{
  display: none;
  width: 5vw;
}

.hamburger img{
  width: 100%;
}

#hamburgerMenu{
  background-color: #172E3D;
}

.showDropDown{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.showDropDown a{
  text-decoration: none;
}

#uxDropDown, #artDropDown, #uxShowDropDown, #artShowDropDown{
  width: 100vw;
  text-align: center;
  position: relative;

}

#uxShowDropDown a, #artShowDropDown a{
  text-align: center;
}

.showDropDownCont{
  display: none;
}




.section1Img {
  width: 100%;
}

.section1Img img {
  width: 100%;
}

.section1{
  background-color: #fefefe;
}

.infoLeft{
  width: 50%;
  padding-right: 1vw;
}
.infoRight{
  width: 50%;
  padding-left: 1vw;
}


.info{
  background-color: #D5E1E1;
  display: flex;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.sectionHeading-Light, .sectionHeading-Dark{
  text-align: center;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.sectionHeading-Dark{
  background-color: #D5E1E1;
  padding-top: 1vh;
  padding-bottom: 1vh;
}


.problemGoals{
  display: flex;
  justify-content: space-between;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.problem, .goals{
  background-color: #FCEFB4;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 1vh;
  padding-top: 1vh;
  width: 40%;
}

.aboutLeft {
  width: 40%;
}

.aboutRight{
  width: 60%;
}

.about1,
.about2,
.about3{
  display: flex;
  align-items: center;
}

.sectionCont{
  display: flex;
  align-items: center;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
  justify-content: space-between;
  padding-bottom: 5vh;
  padding-top: 5vh;
  align-items: flex-start;
}

.sectionContText{
  width: 45%;
}

.sectionContImg{
  width: 45%;
}

.sectionContImg img{
  width: 100%;
}

.sectionCont img{
  width: 100%;
}

.sectionContSingleText{
  text-align: center;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
  justify-content: space-between;
  padding-bottom: 5vh;
  padding-top: 5vh;
}


.buttonLink a{
  text-decoration: none;
  text-align: center;
}


.externalLink {
  display: inline-block;
  padding: 0 1vw;
  border-radius: 2vw;
  background: #FCEFB4;
}

.externalLink:hover{
  background-color: #D5E1E1;
  transition: 0.3s ease; /* Smooth transition */
}


.buttonLink{
  padding-left: 16.666667%;
  padding-right: 16.666667%;
  display: flex;
  justify-content: center;
}


#conclusion{
  background-color: #D5E1E1;
}

.conLeft, .conRight{
  width: 35%;
}

.section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9{
  padding-bottom: 2.5vh;
  padding-top: 2.5vh;
}

.section9wButton{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.UIStatsCont{
  display: flex;
  justify-content: center;
  text-align: center;
}

.UIStatsText h5{
  font-size: 5vw;
}

.UIStats{
  width: 45%
}

.ProtTableCont{
  display: flex;
  justify-content: space-between;
}

.ProtTableContText, .ProtTableContTextHeading{
  width: 33%;
}

.ProtTableContTextHeading{
  font-size: 1.5vw;
}

.ProtTable{
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

#collage{
  padding-bottom: 1vh;
  padding-top: 1vh;
}

#columns{
  align-items: baseline;
}

#columnsText{
  margin: 1vw;
}



.footerInfo{
  display: flex;
  height: 25vh;
  align-items: center;
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.footerLeft{
  width: 90%;
}

.footerLeft h1{
  margin: 0px;
}

.footerRight h4{
  text-align: right;
}

.linkedIn a, .email a{
  text-decoration: none;
}


#fade-in-on-scroll {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Adjust the duration and easing as needed */
}

#fade-in-on-scroll.visible {
  opacity: 1;
}

.email:hover h4,
.linkedIn:hover h4 {
    text-decoration: underline;
    transition: 0.3s ease; /* Smooth transition */
}


@media (max-width: 360px) {

  .about1,
  .about2,
  .about3,
  .about4 {
    display: flex;
    flex-direction: column;
  }

  .aboutLeft {
    width: 100%;
  }

  .aboutRight {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 8vw;
  }
  
  h2{
    font-size: 7vw;
  }
  
  h3 {
    font-size: 3.5vw;
  }
  
  h4 {
    font-size: 3.5vw;
  }
  
  h5 {
    font-size: 3.5vw;
  }
  
  p {
    font-size: 3.5vw;
  }

  .navbar{
    padding-left: 5%;
    padding-right: 5%;
  }

  .hamburger{
    display: block;
  }

  .dropdown, .resume, .aboutMe, .contact{
    display: none;
  }

  .showDropDownCont{
    display: block;
    background-color:#F5F3EF;
    width: 100%;
    z-index: 999;
    position: sticky;
    top: 8%;
  }

  .landing{
    height: auto;
  }

  .info, .sectionHeading-Light, .sectionHeading-Dark, .problemGoals, .sectionCont, #sectionContBottom, #sectionContTop, .sectionContSingleText, .sectionContColumn, .sectionContCollage-Dark, .UIStatsCon, .UIStatsContImg, .ProtTable, .footerInfo, .buttonLink{
    padding: 5%;
  }

  .infoLeft, .infoRight{
    width: 100%;
    padding: 0;
  }


  .problem, .goals{
    width: 90%;
    padding: 5%;
  }

  .problem{
    margin-bottom: 2.5%;
  }

  .goals{
    margin-top: 2.5%;
  }

  .info, .sectionCont, .problemGoals{
    flex-direction: column;
  }

  .sectionCont .sectionContImg, .sectionCont .sectionContText{
    width: 100%;
  }

  #column-Reverse{
    flex-direction: column-reverse;
  }

  .conLeft, .conRight{
    width: 100%;
  }
}