/*Contains the "I am" text and words */
.wrapper{
    box-sizing: content-box;
    height: 70px;
    padding: 50px 30px;
    display: flex;
}

.words{
    overflow: hidden;
}

.words span{
  color: #a26769;
}
#iamText {
  font-size: 40px;
  font-family: "Cardo", serif;
}
span{
    display: block;
    height: 100%;
    padding-left: 10px;
    color: #0e6ffc;
    font-size: 40px;
    animation: spin_words 14s infinite;
}
@keyframes spin_words{
    10%{
        transform: translateY(-112%);
    }
    20%{
        transform: translateY(-100%);
    }
    30%{
        transform: translateY(-212%);
    }
    40%{
        transform: translateY(-200%);
    }
    50%{
        transform: translateY(-312%);
    }
    60%{
        transform: translateY(-300%);
    }
    70%{
        transform: translateY(-412%);
    }
    80%{
        transform: translateY(-400%);
    }
    90%{
        transform: translateY(-512%);
    }
    100%{
        transform: translateY(-500%);
    }

}

#navbar {
  display: flex;
  width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #f8f7f3;
padding: 10px 30px 0px;
position: fixed;
z-index: 999999;
}


.btnContainer {
  display: flex;
  justify-content: flex-end;
}



.projectDesc .langList {
  text-align: left;
}

#navLinks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap:60px;

  color:white;
  }

  #logoImg {
    width: 7vw;
  }

  #myLinks {

    justify-content: space-between;
    display: flex;
  }


  #introDiv {
    position: relative;
    top:20%;
    padding-left: 10%;
   
  }

  .intro{
    font-family: futura;
    text-align: left;
    color: #001858;
    animation: fadeInLeft 3.5s;
    animation-fill-mode: both;
  }


  #links {
    box-sizing: border-box;
    width: 50%;
    z-index: 1;
  }

  #navLinks a{
    font-family: "Cinzel", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2e3532;    /* identical to box height */
    
    
  }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color:#ffffff;
  scroll-behavior: smooth;
}


.hero-text {
  text-align: center;
  font-family: "Cinzel", serif;  
  color: #2E3532;
  justify-items: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
}


.container-fluid-home {
  display: flex;
    align-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    padding-top: 100px;
}

header {
  position: relative;
  width:100%;
  overflow: hidden;
  background: #f8f7f3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.section-additional {
  font-size: 60px;

  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 90%;
  background: #f8f7f3;
  border-radius: 25px;
 
}

.container-additional {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    padding-top: 50px;
     padding-bottom: 30px;
}

.header {
  font-size: 24px;
  padding-top:20px;
  text-align: center;
  color: #a26769;
}

footer {
  position:relative;
  background-color: #d4cdc3;
  height: 40px;
  color: black;
  width:100%;
}

ol {
  list-style: none;
  padding: 0;
}

#aboutSection p{
  text-align: left;
  font-size: 20px;
}

p, .list{
  text-align: left; 
  font-size: 18px;
  font-family: 'Questrial', sans-serif;
}

/*Classes*/

.fa {
  color: #a2a392;
}

.fa-bars {
  font-size: 40px;
}

.fa:hover, #sidenavLinks a:hover{
  color: #d4cece;
}

.iconGroup {
  list-style: none;
  text-align: center;
  padding: 0%;
}

.icons {
  font-size: 18px;
  padding: 3%;
}

.interestHeader {
  font-size: 2vw;
  text-align: center;
  color: #a26769;
}


h2 {
  padding-bottom: 10px;
  margin: 0px;
}

.sections {
  font-size: 60px;
  padding: 3% 3% 3%;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 90%;
  background: #f8f7f3;
  border-radius: 25px;
}



  #aboutSection, #skillsSection, #projectsSection, #interestsSection {
    scroll-margin-top: 40px;
  }


#capstone_text {
  float: right;
  width: 65%;
}

#capstoneProject img {
  width: 50%;
  box-shadow: 0 0 10px rgba(6, 60, 235, 0.212);
  border-radius: 40px;
  margin: auto;
}

#copyright {
  width: 100%;
  padding-top: 1%;
  text-align: center;
  font-size: 1vw;
  color: #2e3532;
}

/*My links*/
#emailIcon, #githubIcon, #linkedinIcon {
  display: inline;  
  font-size: 40px;
  

}

#emailIcon {
  animation: fadeInDown 3s;
  animation-delay: 3s;
  animation-fill-mode: both;
  
}

#githubIcon {
  animation: fadeInDown 3s;
  animation-delay: 2s;
  animation-fill-mode: both;
}

#linkedinIcon {
  animation: fadeInDown 3s;
  animation-delay: 1s;
  animation-fill-mode: both;
}



#header-text {
  position:absolute;
  top: 0; bottom: 35px; left: 0; right: 0;
  margin: auto;
  height: 300px; /*requires explicit height*/
}

#header-text h1{
  font: 76px/1.1em 'opensans-bold', sans-serif;
  font-weight: 800;
  margin: 0 auto 24px auto;
}

#header-text p{
  font: 26px/1.1em 'opensans-bold', sans-serif;
  text-align: center;
}



#icon {
height: 50%;
width: 50%;
}

#languagesGroup {

  width:25%;
}

#main {
  top: 0%;
  width:auto;
}

#mobilenav {
  visibility: hidden;
}


#personal {
  text-align: center;
}

#gallery {
  display: flex;
}

#photoGallery {
  width:75%;
  margin: auto;
}

#sapphireProject img {
  width:100%;
  box-shadow: 0 0 10px rgba(6, 60, 235, 0.212);
  border-radius: 40px;
}

#aboutSection a{
  color: #EF455B;
}


#sidenav {
  height: 70%;
  display: none;
  width: 100px;
  top:0;
  bottom: 0;
  left: 0px;
  margin: auto;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  justify-content: center;

}

#sidenavLinks {
  height:70%;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  align-items: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
#sidenavLinks a{
  text-decoration: none;
  font-size: 30px;
  color: black;
  display: block;
  font-family: 'uztserrat', sans-serif;  
  width: fit-content;
}


#sidenavLinks .current {
  color: #232994;
}



#techGroup, #languagesGroup {

  width:50%;
}

#techGroup p,#languagesGroup p{
  font-size: 24px;
  color:#a26769;
  text-align: center;
}

#toggleicon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top:12px;
vertical-align: middle;
}


#thumbnails {
  width: 15%; 
  float:right;

}

#vegetableProject img, #reviewProject img, #websiteProject img {
  width:100%;
  box-shadow: 0 0 10px rgba(6, 60, 235, 0.212);
  border-radius: 20px;
}

#vegetable_text, #capstone_text, #website_text, #sapphire_text, #review_text {
  width: 50%;
  float: right;
}


.container {
  display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.languageTags ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; /* Add this to enable wrapping */
  padding: 0;
  justify-content: start;
  gap: 20px;
}

.languageTags li {
  background-color: #d4cdc3;
  border-radius: 50px;
  padding: 6px 12px;
  white-space: nowrap; /* Prevents text from breaking inside the tag */
}

.languageTags {
  margin: 0;
}

.tagText {
  font-size: 14px;
  width: auto; 
}

.container-fluid {
  display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  
}
.wholeSection {
  width: 100%;
}


#projectCards {
  display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.sectionHeaderDiv{

  align-content: center;
  text-align: center;
  padding-top: 50px;
}

.textHeader{
  margin: 0px;
  font-size:26px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-family: "Cinzel", serif;  
  color: #a26769;
  padding-right: 20px;
}

.blob-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px; /* or a fixed height like 300px */
  width: 100%;  /* or fixed width */
  position: relative;
}
#arrowContainer{
  display: flex;
  justify-content: flex-end;
}



/* Arrow Bounce */
#arrowImg {
  width: 200px;
  height: auto;
  animation: bounceArrow 2s infinite;
  transition: transform 0.3s ease;
}

#arrowImg:hover {
  transform: scale(1.1);
}



.blob {
  width: 300px;
  height: 300px;
}

.blob svg {
  width: 100%;
  height: 100%;
  display: block;
}

.blob-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}


.btn {
  background-color:#a26769;
    font-family: "Cinzel", serif;  
  color: black;
    font-weight: 600;
}

.btn-primary {
  border: 2px black solid;
}
.btn-primary:active, 
.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary.active {
    background-color: #d4cdc3 !important;
    color: white !important;
    border: 2px black solid !important;
}

.btn:hover {
    color: lightgrey;
}
--bs-btn-hover-color{
  color: #d4cdc3;
}
.modal-header .btn-close {
  font-size: 16px;
}

.modal-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.projectHeader {
  color: #2e3532;
  font-family: 'Montserrat', sans-serif;
}
.projectImage {
   width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  
}



.projectImageDiv {
  border: 1px solid black;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
flex: 1;
height: fit-content;
}



.projectDesc {
  width: 400px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* push top text and bottom button apart */
}
.projectBlock {
    display: flex;
/* Make columns equal in height */
  gap: 2rem;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: flex-start;
}

.projectTitle {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



@media only screen and (max-width: 800px) {


  ul {
      padding: 0;
  }

  #sidenav{
    visibility: hidden;
  }
 
  /*Skill icons*/
  .icons {
      height: 10%;
      font-size: 16px;
      width: 100%;
  }


  .iconGroup {
      list-style: none;
      justify-content: space-around;
  }

  .projectDesc h2{
    padding-bottom: 10px;
  }

  .interestHeader {
      font-size:20px;
  }


  .sections {
      font-size: 60px;
      line-height: 30px;
      font-family: 'Montserrat', sans-serif;
      padding-bottom: 5%;
      width: 100%;
  }

  .sectionHeader {
      font-family: 'Montserrat', sans-serif;
      padding-bottom: 0%;
      font-style: bold;
      font-size: 30px;
  }
  #interestsSectionText {
    height: 30%;
  }

  #about, #skills, #projects, #interests {
    scroll-margin-top: 65px;
  }
  
  #photoGallery {
    width:auto;

  }
  #capstoneProject img {
      width: 60%;
      height: 60%;
  }

  #copyright {
      opacity: 100%;
      text-align: center;
      font-size: 10px;
  }

  #emailIcon, #githubIcon, #linkedinIcon {
      display: inline-block;  
      font-size: 32px;
  }



  #icon, #personal {
      width: 40px;
  }


  
  #main {
      left: 0px;
      width:100%;
      top:5%;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5%;
  }

 
  #mobilenav {
      visibility: visible;
      position: fixed;
      top: 0px;
      background-color: #f8f7f3;
      width:100%;
      z-index: 100;
      font-size:4vw;
      height:40px;
  }


  #mobilenavLinks{
      height:70%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      align-items: center;
      margin: auto;
      display: flex;
      justify-content: space-evenly;
  }

  #mobilenavLinks a{
      color: black;
      font-family: "Cinzel", serif;
  }

 
 

  #nameLinks {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }


  #sapphireProject img{
      width: 80%;
      height: 80%;
  }



  #techGroup p,#languagesGroup p{
      font-size: 20px;
  }

  .icons i{
    font-size: 14px;
    line-height: 20px;
  }
  #thumbnails {
      display: none;
  }


  #vegetable_text, #capstone_text, #sapphire_text, #website_text, #review_text {
      float: none;
      font-size: 18px;
      margin:5px;
      width:100%;
      padding-top: 5%;
  }


  #websiteProject img,  #vegetableProject img, #reviewProject img{
      width:80%;
      height: 80%;
  }

  #navbar {
    display: none;
  }

  #links {
    width: fit-content;
    display: flex;
    margin:auto;
  }


  .projectSections {
    display: block;
    justify-content: none;
    padding-bottom: 10%;
  }

  .image {
    width: 100%;

  }

  #introDiv {
    padding: 0;
  }

  #myLinks {
    justify-content: space-between;
    display: flex;
    gap:100px;
  }

  .intro {
    text-align: center;
  }


  .wrapper{
    box-sizing: content-box;
    height: 70px;
    display: flex;
}

.container-fluid-home {
  flex-direction: column-reverse;
}

.container {
  flex-direction: column;
  max-width: 600px;
}

.textHeader {
  text-orientation: upright;
  writing-mode: horizontal-tb;
}


#arrowImg {
  width: 150px;

}

#iamText {
  font-size: 8vw;
  text-wrap-mode: nowrap;
}

.words span {
  font-size: 8vw;
}
} 