
body{
    background: rgb(119, 46, 46);
    background: linear-gradient(180deg, rgb(119, 46, 46) 0%, rgb(221, 85, 103) 100%);
    
    min-width: 100%;
    min-height: 100vh;

    color: #fff;
  }


  

  nav a{
    color:#fff !important;
    font-family: lexend;
    background-color: #00000067;
    border-radius: 12px;
    margin:0px 16px;
    padding: 8px 16px !important;
  }

  nav a:hover{
    color:#fff !important;
    font-family: lexend;
    background-color: #00000067;
    border-radius: 12px;
  }

  .nav-item-active{
    background-color: #00000067;
    border-radius: 12px;
  }

  .logo{

    text-decoration: none;
    padding: 16px 0px;
    margin: 0px 0px;
    font-size: 30px;
    background: none !important;
    font-family: "Cherry Bomb One", system-ui;
  }

  .logo:hover{
    font-family: "Cherry Bomb One", system-ui;
  }

  .logo span{
    padding: 16px 8px;
  }


  footer{
    color:#fff !important;
    font-family: lexend;
    font-size: 14px !important;
    background-color: #00000067;
    min-height: 500px;
 
    
  }

 footer a{
    color:#fff !important;
    font-family: lexend;
    background-color: #00000067;
    border-radius: 12px;
    margin:0px 16px;
    padding: 16px 8px;

  }

  .text-body-emphasis{
    color: #fff !important;
  }

  footer a:hover{
    background-color: #00000067;
    border-radius: 12px;
    
  }

  h1{
    font-weight: normal;
    
  }

  h2{
    font-size: 2.4rem;
    font-weight: 300 !important;
  }


  .sectiondark{
    background-color: #16161642;
    border-radius: 36px;
  margin-top: 56px;
  padding: 28px 28px;
    
  }
  .sectiondarklast{
    margin-bottom: 120px;
  }

  h3{
    font-size: 1.5rem;

  }

    .download{
      background-color: transparent !important;
     
    }

    .form-switch .form-check-input {
        --bs-form-switch-bg: url('../images/ico_moon.svg');
      background-size: 20px 20px;
      width: 3.1em;

      background-image: var(--bs-form-switch-bg);
      background-color: #24295fed;
      background-position: left center;
      border-radius: 2em;
      height: 1.8em;
      transition: background-position .15s ease-in-out;
      border-width: 0px;
      margin-top: 6px;
  
  }

  .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url('../images/ico_moon.svg');
    border-color:#fff !important;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
  } 

  .form-check-input:checked {
    --bs-form-switch-bg: url('../images/ico_moon.svg');
    background-image: var(--bs-form-switch-bg);
  background-color: #000;
  border-color: #fff;
  border-width: 0px;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url('../images/ico_moon.svg');
}

.mainimage{
  max-width: 500px !important;
}
.mainimage2{
  max-width: 300px !important;
}

.download{
    background-color: transparent !important;
   
  }
.btn{
  font-family: "Jua", system-ui;
}
  .ico_challenge{
    height: 200px;
    width: 200px;
    padding: 36px;
    border: #00000067 solid 6px;
    border-radius: 360px;
  }

  .btn-primary{
    background-color:#000000a2;
    color:#fff;
    padding: 8px 16px;
    border-radius: 12px;
    border-color: #000;
  }

  .btn-primary:hover{
    background-color: #000;
    color:#fff;
    border-color: #000;
  }

  .btn:active{
    background-color: #000;
    color:#fff;
    border-color: #000;
  }

  
  .btn-primary:active{
    background-color: #000;
    color:#fff;
    border-color: #000;
  }


  .form-control{

    border: #00000067;
    color: #000;
  }

  .form-control:focus{

    border: #000;
    color: #000;
  }

  body.dark-theme {
    background: #2C2C2C;
    background: linear-gradient(180deg, #2C2C2C 0%, #000 100%);
    
    min-width: 100%;
    min-height: 100vh;
    font-family: lexend;
    color: #fff;
}

.dark-theme .sectiondark{ 
    background-color: #292828ed;
}

.dark-theme footer{ 
    background-color: #292828ed;
}

.dark-theme .btn-primary{
    background-color: #fff;
    color:#000;
    border-color: #fff;

}

.dark-theme .form-control {
    background-color: #fff;
    color:#000;
    border-color: #fff;
}

.dark-theme .btn:active{
   
        background-color: #000;
        color:#fff;
        border-color: #000;
    
}

.navbar-toggler {
  border-color: transparent !important;  
  border: none !important;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:none !important;
  border: none !important;
}

.form-switch{
  margin-left: 32px;
}

.cherry{
  font-family: "Jua", system-ui;
  letter-spacing: px;
}