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

#navigation-background {
    height: 140px;
}
#navigation {
    height: 132px;
    display: block;
    
}
#R-button {
    top: -45%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    height: 45px;
}
#R-button:hover {
    width: 255px;
    height: 45px;
}
#menu li {
    display: inline;
    padding: 6px 50px;
}
#nav-line-small {
    width: 100vw;
    height: 8px;
    background: linear-gradient(to right, #5800B0, #D20FF2);
    position: absolute;
    top: 50px;
}


#hero {
    height: 850px;
}
#hero_text {    
    font-size: 28px;
    top: 28%;
}
#hero img{
    float: left;
    margin-top: 100px;
    margin-left: -200px;
    width: 900px;
    height: 900px;
    object-fit: cover;
    border-radius: 50%;
 }
 #hero_overlay {
     clear: right;
     float: left;
     margin-top: -900px;
     margin-left: -200px;
     width: 900px;
     height: 900px;
     filter: blur(50px);
 }
#white_circle {
    width: 550px;
    height: 550px;
    background-color: #FFF;
    border-radius: 50%;
    clear:left;
    float: right;
    position: relative;
    top:-25%;
    left: 10%;
}


#about {
    height: fit-content;
}
#about img{
    width: 30%;
    height: 520px;
}
#about_text {
    width: 70%;
 }


#unlock {
    height: fit-content;
}
#unlock img {
    width: 25%;
    height: 275px;

 }
 #unlock_text {
    width: 75%;
    margin: 30px 20px;
 }


 #mastery {
    height: fit-content;
}
 #mastery_text {
    margin: 50px 70px;
 }


#future {
    height: fit-content;
} 
#future_text {
    margin: 40px 150px;
}
#future_text h1 {
    font-size: 34px;
 }
 #future_text p {
    font-style: italic;
 }
