/* CSS GOES HERE */

html {

    scroll-behavior: smooth;
}

.lightdarkmode{
    width:40px;
    height:40px;
    background: #F7F4BA;
    position:fixed;
    top:40px;
    right:40px;
    background-image:url(interact/Dark\ Mode.svg);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    border-radius:50%;
    background-size:22px;
    z-index:999;

}

.mobile-menu {
    width:40px;
    height:40px;
    background: #F7F4BA;
    position:fixed;
    top:40px;
    bottom:40px;
    left:40px;
    background-image:url(interact/hamburger\ icon.svg);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    border-radius:50%;
    background-size:22px;
    z-index:999;
    display:none;
}

.mobile-menu-popout {

    position: fixed;
    top:0px;
    left:-270px;
    background-color: #F7F4BA;
    z-index:998;
    border-color: #F52602;
    border-right-width: 10px;
    border-top-width: 0;
    border-left-width: 0;
    border-top-width:0px;
    display:none;
    padding-top:120px;
    padding-right:60px;
    height:100%;
    padding-left:40px;
    transition:all 300ms;
    border-style: solid;
}


.mobile-navigation {
    padding: 30px;
    justify-content: center;
}


header {

width: auto;
height: auto;
left: 0px;
top: 320px;



}
header-dark{

    background-color: #15202B;

}



body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    vertical-align: baseline;

}

.body-dark{

    color: #989898;
    background-color: #15202B;
}

p {
    line-height: 150%;
}


h2 {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: #F52602;
    line-height: 125%;
    margin:0px;
}
.h2-dark {
    color: white;
}

h3 {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    margin-top:20px;
    margin-bottom:0px;
}

.h3-dark{

    color:#989898;

}

h4 {
font-family: "lulo-one", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #417BF6;

}


.h4-dark {

    color: white;


}

h5 {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    margin-right:10px;
    
    }

.h5-dark {

    color:white;
}







section {
    padding: 60px 40px;
    display:flex;
}




.container {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.about-container {
    width: 100%;
    max-width: 960px;
    text-align: left;
    margin: 0 auto;
    display:flex;
    margin-top: 100px;
}


.nav_button a {
    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 20px;
    font-family: "lulo-one", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000000;

}

.nav_button-dark{

    color:white !important;


}



.footer-dark {
    background-color:#1E273D;
}


.four-column {
    display:flex;
    flex-flow:row;
    width:100%;
    justify-content:center;

  }
  
.skill {
    content: "";
    display: table;
    clear: both;
    width:200px;
    height:80px;
    margin: 14px;
  }

.blue-dash-divider {

border: 6px dashed #417BF6;
width: 239px;
height:0px;
}


.divider-dark{

    border: 6px dashed #F7F4BA !important; 

}


.three-column {
    display:flex;
    flex-flow:row;
    gap:15px;
    width:100%;
    justify-content:center;
    align-items:center;
    height:40px;
    margin-top:90px;
  }


  .two-column {
    flex-flow:row;
    gap:15px;
    width:100%;
    justify-content:center;
    align-items:center;
    display:flex;

  }

.mainn_nav {

    background-repeat: no-repeat;
    height: 70vh;
    width:100%;
    max-height:800px;
    background-size: cover;
    margin-bottom:100px;
    
}


.header-background{

    background-image: url(Background/Header\ Image.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 110vh;
    background-size: cover;
    background-position: center;
    overflow: visible;

}

.header-background-dark{

    background-image: url(Background/Header\ Dark.svg);

}

.mainn_nav-dark {

    background-color: #15202B;
    
}

.navigation {
    padding: 30px;
    display: flex;
    flex-flow:row;
    gap:30px;
    justify-content: center;
    background-color: #F7F4BA;
    z-index: 999px;
    position: relative;


}

.navigation-dark{

    background-color: #1E273D;

}


.about-me-column{
    margin-top: 200px;
    max-width: 610px;

}

.persona-box{

    width:300px; 
    max-width: 234px;
    height:100%;
    padding:15px;
    margin:15px;
    margin-top: 200px;

}

.footer {
    background-color:#F7F4BA;
    padding-bottom: 0;
    background-image: url(Background/Footer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 100%;
    height: 725px;
    background-position-y: bottom;

}

.footer-dark {
    background-color: #1E273D;
    background-image: url(Background/Footer\ Dark.svg);

}

.gallery{

    width:auto;
    background-color: #F7F4BA;

}


.gallery-dark{

    background-color: #272F4E;


}

.image {

    width:100px;
    height:100%;

}



.tablet-header {

    display: block;
    margin-top:-110px;
    
}

.mobile-header{

    display:none;
}


.gallery-description{

justify-content: left;
width:450px;

}

.gallery-box {

flex-direction: row;
display: flex;
align-items: center;
margin-top:15px;
margin-bottom:15px;
margin-left:40px;
margin-right:40px;
}

.gallery-summary{
    text-align:left;
    margin-left:40px;
    margin-right:40px;
}

.gallery-navbar{
display:flex;
flex-direction: row;
align-items: center;
justify-content: center;
background:white;
border-radius:30px;
padding:20px;
overflow:hidden;

}

.gallery-navbar-mobile{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background:white;
    border-radius:30px;
    padding:15px;
    overflow:hidden;
    margin-top:10px;
    margin-bottom: 10px;
    }

.gallery-navbar-mobile-dark{

    background:#3D4360;
    
}    


.gallery-navbar-dark{

    color:#3D4360;


}

.gallery-frame{
    padding:15px;
    background:white;
    border-radius: 30px;
    margin-bottom:25px;
    display:flex;
    justify-content: center;
    align-content: center;
    height:600px;
    width:1000px;

}

.gallery-frame-dark{

    background:#3D4360;

}




.gallery-top{

    background-image: url(Background/Gallery\ Top\ BG.svg);
    background-repeat: no-repeat;
    background-size:110%;
    background-position-y: bottom;
    height:190px
}

.gallery-top-dark{

    background-image: url(Background/Gallery\ Top\ BG\ Dark.svg);

}

.gallery-bottom{

    background-image: url(Background/Gallery\ Bottom\ BG.svg);
    height:80px;
    background-repeat:no-repeat;
    background-size:100%


}

.gallery-bottom-dark{

    background-image: url(Background/Gallery\ Bottom\ BG\ Dark.svg);
    height:80px;

}


.gallery-bottom-dark{

    background-image: url(Background/Gallery\ Bottom\ BG\ Dark.svg);
    height:42px;
    background-repeat:no-repeat;
    background-size:100%


}

.nav-image{

    width:160px;
    height:160px;
    padding:10px;

}

.gallery-image{

    width:160px;
    height:160px;
    object-fit: cover;
    border-radius:5px;
}

.gallery-focus-image{

    height:100%;
    width:100%;

}

.arrow-icon{

    height:50px;
    width:25px;

}

#textField {

    font-family: "lulo-one", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color:white;
    background-color:#417BF6;
    border-radius:12px;
    border-style: solid;


}



.persona-answer {

    background-color: #F7F4BA;
    height:200px;
    width:60%;
    border-radius: 20px;
    line-height: 140%;
    margin-left:auto;
    margin-right:auto;
    padding:45px;
    margin-top: 30px;
    margin-bottom:30px;


}

.persona-answer-dark {
    background-color: #3D4360;


}


#mobile-skills {

    display:none;
}

#mobile_about{

    display:none;

}

.contact-top{

    background-image: url(Background/Contact\ BG\ 2.svg);
    background-repeat:no-repeat;
    height:475px;
    background-size: 100%;
    background-position-y:bottom;

}
.contact-top-dark{

    background-image: url(Background/Contact\ BG\ Dark.svg);

}

.contact {

    background-color: #F7F4BA;
    height: 600px;
}

.contact-dark{

    background-color: #1E273D;

}

.contact-title {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    text-align:left;
    margin-top:20px;

}

.u-full-width {

    border-color: #417BF6;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    height:40px;
    width: 100%;
    margin-top:3px;
}
.u-full-width-dark {

    border-color: #3D4360;
    background-color:#3D4360 ;
}


.two-columns-vertical {

    display:flex;
    flex-direction: column;
    width:75%;
    margin-top:12px;
    margin-bottom:12px;
}

.button-primary {

    border-color: #417BF6;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    height:40px;
    width: 200px;
    justify-content: center;
    margin-top:12px;
    font-family: "lulo-one", sans-serif;
    background-color: white;
    color:#417BF6
}

.button-primary-dark {

    border-color: #F7AF19;
    background-color: #1E273D;
    color: #F7AF19;
}


#exampleMessage{

    font-family: "lulo-one", sans-serif;
    color:#417BF6;
    font-size: 12px;


}


.open{
left:0;

}



.close {

background-image: url(interact/Cancel.svg);

}

.gallery-center{

    flex-flow: column;
    display:flex;
    justify-content: center;
    align-items:center;
    align-content: center;
}

.gallery-tablet-description{

    flex-flow:row;
    display:flex;
    justify-content:space-around;
}

.gallery-box {

flex-direction: row;
display: flex;
align-items: center;
margin-top:15px;
margin-bottom:15px;
margin-left:40px;
margin-right:60px
}

.gallery-box-tablet {

    flex-flow: column;
    display:flex;
    justify-content: center;
    gap:10px;
    align-content: center;

    }

.gallery-summary-tablet{

    width:300px;
    margin:0 auto;
    display:block;
}

.gallery-frame-tablet{
    padding:30px;
    background:white;
    border-radius: 30px;
    margin-bottom:25px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.gallery-frame-tablet-dark{

    background:#3D4360;

}


#gallery{

    display:flex
}

#gallery-tablet-display{
    display:none;
}

#gallery-mobile-display{

    display:none;
}

.two-column-mobile-contact{

    flex-flow:row;
    gap:15px;
    width:100%;
    justify-content:center;
    align-items:center;
    display:flex;
    margin-top:285px;

}
.lightmode{

background-image: url(interact/Light\ Mode.svg);

}



.faq-button{

    border-color: #417BF6;
    border-width: 4px;
    border-style: solid;
    margin: 15px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #417BF6; 
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: white;
    
}

.faq-button-dark{

    border-color: #F7AF19;
    border-width: 4px;
    border-style: solid;
    margin: 15px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #F7AF19; 
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color:#15202B;
    
}

.faq-button-dark:hover {

    border-color: #F7AF19;
    border-width: 4px;
    border-style: solid;
    margin: 15px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background-color:#F7AF19;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #15202B; 

}

.faq-answer{

    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    vertical-align: baseline;
      

}

.tablet-faq{

    display:block;
}

.mobile-faq{

    display:none;
    align-content: center;

}


.faq-button:hover {

    border-color: #417BF6;
    border-width: 4px;
    border-style: solid;
    margin: 15px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background-color: #417BF6;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: white

}

.button{

    border-color: #417BF6;
    border-width: 4px;
    border-style: solid;
    margin: 20px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #417BF6; 
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 10px;

}

.gallery-image-thumbnail{

    width:60px;
    height:60px;
    background-image: url(images/Sojuice\ Mockup.png);
    background-size: cover;
    background-repeat: no-repeat;





}


* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container-second {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .labelwhite {
    color: white;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;

  }

  .labelblack {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;

  }



  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .gallery-focustwo{

    width:100%;
    height:450px;


  }


.faq-section{

    display:block;

}

.gallery-mobile-stack{
    display:none;

}

  
