html {
    scroll-padding-top: 150px;
  }
body{ 
    font-size: 16px;
}
h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#container {
    margin-top: -22px;
}

a.menu-btns {
    display:block;
}
#R-button-sm {
    display: block;
    position: absolute;
    top: 26px;
    left: 10px;
    width: 75px;
    height: 40px;
    text-align: center;
    line-height: 2;
    
}
#R-button {
    display: none;
}
.button-text {
    font-weight: 600;
    left: 0px;
    top:1px;
}
#R-button-sm:hover {
    width: 77px;
    height: 40px;
}

#handburger {
    color: #000;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 38px;
    height: 100%;
    width: 58px;
    text-align: center;
}
#close {
    color: #000;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 32px;
    height: 100%;
    width: 58px;
    font-weight: 600;
    text-align: center;
}
#toggle {
    display:none;
}
#navigation-background {
    overflow: visible;
}
#navigation {
    overflow: visible;
}
#menu {
    display:none;
}
#menu-sm {
    display: none;
    background: linear-gradient(90deg, #5800B0 0%, #D20FF2 89.74%);
    opacity: 0.9;
    width: 100%;
    height:300px;
    overflow: visible;
    z-index: 20;
    text-align: right;
    margin-top: 52px;
    font-size: 36px;
}
#menu-sm li {
    display: block;
    padding: 15px 25px;
    color: #fff;
}
#menu-sm a:hover {
    text-decoration:underline;
    text-underline-offset: 2px;
    text-decoration-style: wavy;
    text-decoration-thickness: 3px;
    text-decoration-color: #000000;
    font-weight: 500;
}

#toggle:checked + #menu-sm{display:block;}

#nav-line-small {
    display:none;
}


#hero {
    height: 650px;
}
#hero_text {    
    font-size: 18px;
}
#hero img{
    float: left;
    margin-top: 150px;
    margin-left: -50px;
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 20;
}
 #hero_overlay {
     margin-top: -600px;
     margin-right: -220px;
     width: 600px;
     height: 600px;
     filter: blur(50px);
 }
#white_circle {
     width: 100vw;
     height: 225px;
     background-color: #ffffff00;
     border-radius: 0;
     left: 0;
     top:10px;
     transform: translate(0, 0%);
}


#about {
    height: fit-content;
    flex-wrap: wrap-reverse;
    align-items: none;
}
#about img{
    flex: 0 0 100%;
    height: 50%;
    align-self: baseline;

 }
#about_text {
    flex: 0 0 80%; 
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    
 }



#unlock {
    height: 750px;
    flex-wrap: wrap;
    align-items: none;
}
#unlock img{
    flex: 0 0 100%;
    height: 60%;
    align-self: self-end;
 }
 #unlock_text {
    flex: 0 0 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
 }


 #mastery {
    height: fit-content;
}
 #mastery_text {
    flex: 0 0 80%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
 }


#future {
    height: fit-content;
} 
#future_text {
    flex: 0 0 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
#future_text h1 {
    font-size: 34px;
 }
 #future_text p {
    font-style: italic;
 }

#footer_img {
    display: none;
}
 #footer_img_sm {
    width: 100%;
    display: flex;
    justify-content:flex-start;
    overflow-x: scroll;
    white-space: nowrap;    
    
 }
 #footer img {
    width: 200px;
    height: 250px;
    margin: 30px 40px;
    object-fit: fill;
 }
 #footer_text {
    top: -20px;
 }
#scroll-line {
    position: relative;
    top: 0px;
    display: block;
    margin:  auto;
    width: 50%;
    
}