*{
  font-family: 'Nunito sans', sans-serif !important;
}

body {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2em;    
    margin: 0px 15% 0px 15%;
    background-color: #f8f8f8;
    }

body.modal-open {
    overflow: hidden;
  }  

 /* body.modal-open .supreme-container{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}  */

/* Navigation bar elements*/

.hack-logo{
    width: 150px;
    height: auto;
}

.nav-border{
    border-width:3px !important;
    border-color: #395677 !important;
}

.off-canvas-toggle{
    font-size:30px;
    cursor:pointer;
    color: #395677;
}

.offcanvas {
    background-color: #395677;
}

.offcanvas .h1:hover{
  cursor: pointer;
}

.offcanvas-body{
    color: #ffffff;
    margin-top: 50%;
}

.btn-close{
    color: #f8f8f8;
}

.btn-close-width{
    width: 2em;
}

.language{
  display: block;
  float: right;
  height: auto;
  width: auto;
}


.language:hover,
.language:focus {
  cursor: pointer;
}

.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: inherit;
  color: #395677;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin: 0px 0px 0px 0px;
  background-color: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 1;
  margin: 0px 0px 0px 0px;
}

.team-arrow{
  width:1rem;
  height:1rem;
}

.dropdown-content-bg{
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  height: 155px;
}

.dropdown-content-border{
  margin: 0px 0px 0px 0px;
}

.dropdown-content p{
  font-size: 10px;
  text-align: left;
  margin: 0px;
  padding-left: 21px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: white;
  background-color: #2A5779;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.border-language{
  margin: 5px 5px 5px 5px;
  border: solid #394677 1px;
  background-color: #ffffff;
}

.language-indicator-text{
  font-size: 20px;
  font-weight: medium;
  color: #395175;
}

.flag-indicator{
  margin-right: 20px;
}

.flag{
  border-radius: 100%;
  border: #394677 solid 2px;
  display: none;
}

/* Modal */

.modal-content-in-border{
  border:3px solid #395677;
  margin: 20px;
  padding: 0px;
}

.ver-line-content { 
  background-color:#395677; 
  height: 30px;
  width: 3px;
  margin-left:40%;
} 
.dot-content {
  height: 15px;
  width: 15px;
  background-color: #395677;
  border-radius: 50%;
  }
  
.modal-paragraph-margin{
  margin: 20px;
  width: 50%;
}

.modal-team-paragraph-margin{
  margin: 20px 20px 20px 80px;
  width: 50%;
}

.modal-form-margin{
  margin: 20px;
  width: auto;
}

.modal-submit-btn{
  background-color: #395677;
  color: white;
  cursor: pointer;
  border: 2px solid #395677;
  /* animate and time the transitions*/  
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-submit-btn:hover{
  background: transparent;
  color: #395677;
  border: 2px solid #395677;;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form-check u:hover{
  cursor: pointer;
}

.back-button-team{
  height: 2.5em;
  width: 2.5em;
  cursor: pointer;
}

/* Main Content */

.hack-statement{
  margin-right:30%;
  color: #26374B;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.container-margin-top{
 margin-top: 15%;
}

.background-story{
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.carousel-caption {
  top: 20%;
  bottom: auto;
}

.carousel-team-button:hover{
  cursor: pointer;
}

.card{
  background-color: inherit;
  border: none;
}

.team-modal-card-width{
  width: 16rem;
  cursor: pointer;
}

.nav-link{
  color: #394677 !important;
  cursor: pointer;
}

.nav-link:hover{
  text-decoration: underline;
}

.button-to-modal{
  width: fit-content;
  cursor: pointer;
  font-size: 3.5em;
  font-weight: bold;
  color: #2A5779;
}

.button-to-modal:hover{
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #395677;
}

.footer-link{
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.team-card-icon{
  height: 20px;
  width: 20px;
}

@media (min-width: 1025px) and (max-width: 1280px) {

  body {  
    margin: 0px 10% 0px 10%;
  }
  
  .hack-logo{
    width: 100px;
    height: auto;
  }

  .modal-paragraph-margin{
    width: auto;
  }

  .carousel-caption {
    top: 10%;
    bottom: auto;
  }

  .team-modal-card-width{
    width: 12rem;
  }

  .modal-team-paragraph-margin{
    margin: 20px 40px 20px 40px;
    width: auto;
  }
  
}

@media (min-width: 768px) and (max-width: 1024px) {

  body {  
    margin: 0px 4% 0px 4%;
  }
  
  .hack-logo{
    width: 100px;
    height: auto;
  }

  .modal-paragraph-margin{
    width: auto;
  }

  .carousel-caption {
    top: 10%;
    bottom: auto;
  }

  .team-modal-card-width{
    width: 14rem;
  }

  .modal-team-paragraph-margin{
    margin: 20px 40px 20px 40px;
    width: auto;
  }

  .nav-link{
    font-size: 0.7rem;
  }
  
}

@media (min-width: 320px) and (max-width: 767px) {


  body {  
    margin: 0px 5% 0px 5%;
  }
  
  .hack-logo{
    width: 75px;
    height: auto;
  }

  .modal-paragraph-margin{
    width: auto;
  }

  .carousel-caption {
    top: 0;
    bottom: auto;
  }

  .team-modal-card-width{
    width: 12rem;
  }

  .off-canvas-toggle{
    font-size: 20px;
}

.language-indicator-text{
  font-size: 16px;
}

.button-to-modal{
  font-size: 2em;
}

.modal-team-paragraph-margin{
  margin: 20px 20px 20px 20px;
  width: auto;
}

.flag{
  width:14px;
  height:14px;
  margin-top: 4px;
}

.flag-indicator{
  margin-right: 0px;
}

.dropdown-content {
  width: 150px;
}

.hack-statement{
  margin-right:auto;
}

.background-story{
  font-size: 1rem;
}

.video-heading{
  font-size: 1.25rem;
}

.video-description{
  line-height: 1.5rem;
}

.carousel-caption {
  top: 0%;
  padding: 10px 0px;
}

.carousel-nav{
  display: none;
}

.carousel-heading{
  font-size: 1rem;
  margin: 0px;
}

.carousel-description{
  font-size: 0.75rem;
  margin: 0px;
}

.carousel-control-prev{
  width: 10%;
}

.carousel-control-next{
  width: 10%;
}

.carousel-indicators{
  margin-bottom: 0px;
}

.footer-link{
  font-size: 0.75rem;
}

.footer-text{
  font-size: 1rem;
}

}