/* 
-------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------- 
*/

.moon {
    width: 300px;
    mix-blend-mode: plus-lighter;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.header-text {
    text-align: center;
    margin-top: 200px;
}

.earth {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#earthheader {  
    margin-top: 300px;
}

.earth img {
    transition-duration: 5s;
    width: 80%; /* 200% */
    mix-blend-mode: lighten;
    border-radius: 9196.8px; 
    rotate: 5deg; /* 120deg */
    border-radius: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.header-text h1 {
    font-family: gilroy-bold;
    margin-bottom: 8px;
    font-size: 60px;
    color: white;
    font-weight: 600;
}

.header-text p {
    color: white;
    line-height: 20px;
    color: #ffffffa6;
    font-size: 18px;
    margin-left: 25%;
    margin-right: 25%;
}

header {
    background-image: url('../images/hero-section.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
    background-color: #172936;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

#selected-nav-button {
    color: white;
}