.drop-shadow{filter: drop-shadow(0px 0px 35px #d4d4d4);}
.rounded-white{background:#fff; border-radius:20px; padding:2rem;}
div, p, html, body{font-family: 'archivoregular';}
h1{font-size:2rem;}
h1, h2{font-family: 'archivobold';}
h3, h4{font-family: 'archivosemibold';}
h5{color:#3d98ff}
.carousel-slide{
    padding:20px;
    border-radius:4rem;
}

img.roundedPic{border-radius:20px; margin-top:1rem; margin-bottom:1rem;}

.icon100{height:200px; padding:2rem;}

/* NAVIGATION */
nav {
    width: 100%;
    margin: 0 auto;
  }
  nav ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
  }
  nav ul li {
    display: inline-block;
  }
  nav ul li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color:#fff;
    font-size: 0.9375rem;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:visited{
      color:#fff;
  }
  nav ul li a:hover {
    color: #fae101;
  }
  
  /* stroke */
  nav.stroke ul li a,
  nav.fill ul li a {
    position: relative;
  }
  nav.stroke ul li a:after,
  nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fae101;
    height: 1px;
  }
  nav.stroke ul li a:hover:after {
    width: 100%;
  }
  
  nav.fill ul li a {
    transition: all 2s;
  }
  
  nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
  }
  nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
  }
  nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
  }
  
  
  ul.disc {
  list-style-type: circle;
}
  
  .flex-center{
  
      display: flex;
      align-items: center;
      justify-content: center;
  
  }
  
  
  .flex-center{
  
      display: flex;
      align-items: center;
      justify-content: center;
  
  }
  
  .menu-button{
      font-size: 14px;
      padding: 10px 15px;
      display: block;
      margin-top: 0;
      background: #040404;
      box-shadow: 0 0 5px #009bde;
      cursor: pointer;
  }
  
  
  .menu-button:hover{
      font-size: 14px;
      padding: 10px 15px;
      display: block;
      margin-top: 0;
      background: #8c8383;
      cursor: pointer;
  }
  
  
  .ico-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
      height:36px;
    cursor: pointer;
    transition: all .20s ease-in;
    border-radius: 50%;
  }
  
  .ico-btn:hover{
    background-color: rgba(0,0,0, 0);
  }
  
  .ico-btn__burger,
  .ico-btn__burger::before,
  .ico-btn__burger::after{
    width: 20px;
    height: 2px;
    background: #3d98ff;
    border-radius: 2px;
    transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);;
  }
  
  .ico-btn__burger::before{
    content: '';
    position: absolute;
    transform: translateY(-6px);
  }
  
  .ico-btn__burger::after{
    content: '';
    position: absolute;
    transform: translateY(6px);
  }
  
  /* -------------------------------------------
  **  ANIMATION 
  ============================================= */
  .ico-btn.is-active .ico-btn__burger{
    background: transparent;
  }
  
  .ico-btn.is-active .ico-btn__burger::before{
    transform: rotate(-45deg);
  }
  
  .ico-btn.is-active .ico-btn__burger::after{
    transform: rotate(45deg);
  }
  
  .ico-btn.is-active{
    transform: rotate(360deg);
  }



/* MAIN CSS */



.drop-shadow {
  width: 200px; /* Set the width of your div */
  height: 200px; /* Set the height of your div */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Apply a drop shadow */
}



.shadow {

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Apply a drop shadow */
}

.text-overlay {
    position: absolute;
    top: 200px; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Adjust text color */
    font-size: 18px; /* Adjust font size */
    font-weight: bold; /* Adjust font weight */
    width:70%;
}

.text-overlay h2 {
    text-transform: uppercase;
}

/*MEDIA QUERIES*/

  @media only screen  {	


  }
  
  @media only screen and (min-width: 1000px) {	
  
  
  }
  
  
      /*Small*/
      @media only screen {		

      
          .vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
          .hugeFont{font-size:1.75rem}
          .largeFont{font-size:1.15rem}

          
          
          /*Sticky Hedaer*/
          header {padding-top:1rem;
  
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:10;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }
  

            h1{font-size:1.25rem}

      
          
  
  
      }
  
  
      /*Small*/
      @media only screen and (min-width: 35.0625em) {	
  
  
          .vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
          .hugeFont{font-size:1.75rem}
          .largeFont{font-size:1.15rem}
          
          /*Sticky Hedaer*/
          header {padding-top:1rem;
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:10;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }
  
  
  
      }
  
  
      /*Medium*/
      @media only screen and (min-width: 40.0625em) { 
  
          

          .vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
          .hugeFont{font-size:2rem}
          .largeFont{font-size:1.4rem}

          
  
          /*Sticky Hedaer*/
          header {
  padding-top:1rem;
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:100;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }

      }	
      
  
      /*Medium*/
      @media only screen and (min-width: 45.0625em) {
      
  
          .vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
          .hugeFont{font-size:2.5rem}
          .largeFont{font-size:1.9rem}
          
          
          /*Sticky Hedaer*/
          header {
          
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:100;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }

      }
  
  
      /*Large*/
      @media only screen and (min-width: 54.0625em) {
  
  
          .vhFix{height:100vh}
          .hugeFont{font-size:3rem}
          .largeFont{font-size:2.4rem}

          
          
          /*Sticky Hedaer*/
          header {
              padding-top:0;
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:100;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }

  
  
      }
  
      /*Large*/
      @media only screen and (min-width: 64.0625em) {
  
          .vhFix{height:100vh}
          .hugeFont{font-size:3rem}
          .largeFont{font-size:2.4rem}

          
          
          /*Sticky Hedaer*/
          header {
              padding-top:0;
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:100;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }
  

          
  
      }
  
          
  
      /*Large*/
      @media only screen and (min-width: 75em) {		
  

  
          .contactInfo{border:0; padding:0; margin:0}
  
          .vhFix{height:100vh}
          .hugeFont{font-size:3.6rem}
          .largeFont{font-size:3rem}
          

          
          
          /*Sticky Hedaer*/
          header {
              padding-top:0;
              height: 100px;
              position: fixed;
              top: 0;
              transition: top 0.2s ease-in-out;
              width: 100%;
              z-index:100;
              background-color:#3d98ff;
          }
  
          .nav-up {
              top: -100px;
          }
  

  
  
      
      }
      
      
      @media only screen and (min-width: 82em) {	
          
      }
  
      @media only screen and (min-width: 92em) {	
          
      }
      
      @media only screen and (min-width: 102em) {	
          
      }
      
      @media only screen and (min-width: 112em) {	
          
      }
      
  #overlayBottom{position:absolute; bottom:2rem; width:100%}
  #overlayMiddle{position:absolute; bottom:60%; width:100%}
  
  li {
   display: block;
   transition-duration: 0.5s;
  }
  
  ul li:hover > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  
  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    /*margin-top: 1rem;*/
    display: none;
    padding: 1rem 0;
  }
  
  ul li ul li {
    clear: both;
  display:inline-block;
    margin-left:25px;
    padding:10px;
    background-color:rgba(0,0,0,1);
    width:100%;
  }
  
  ul li:hover > ul,
  ul li:focus-within > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    width:350px
  }
  
  
  
  .pinkButton{width:auto; background-color:#f13d75; border:2px white solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}
.pinkButton:hover{width:auto; background-color:#f13d75; border:2px #fae101 solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}

.blueButton{width:auto; background-color:#3d98ff; border:2px white solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}
.blueButton:hover{width:auto; background-color:#3d98ff; border:2px #f13d75 solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}

.yellowButton{width:auto; background-color:#fae101; border:2px white solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}
.yellowButton:hover{width:auto; background-color:#fae101; border:2px #3d98ff solid; border-radius:1rem; padding:0.5rem 1rem; color:white;  cursor: pointer;}
