/* ================================================================================================================================================================================= */
/* BODY */
/* ================================================================================================================================================================================= */



/* ================================================================================================================================================================================= */
/* HEADER */
/* ================================================================================================================================================================================= */

.mainNav{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;
    font-family: 'brolink_demoregular', sans-serif;
    font-weight: normal;
    font-size: normal;
    z-index: 1000;
    white-space: nowrap;
}

.logo{
    position: absolute;
    top: 5px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navLinks{
    display: flex;
}

.navLink{
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.navLink:first-child > span{
    margin-left: 780px;
    /* margin-right: -900px; */
    margin-top: 1px;
}

.navLink:last-child > span{
    margin-right: 760px;
    /* margin-left: -900px; */
    margin-top: 1px;
}

.navLink{
    align-items: center;
}

.social{
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.backgroundVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
}

@media (min-aspect-ratio: 16/9){
    .backgroundVideo{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9){
    .backgroundVideo{
        width: auto;
        height: 100%;
    }
}

nav ul li{
    list-style: none;
    display: inline-block;
}

/* ================================================================================================================================================================================= */
/* SECTION */
/* ================================================================================================================================================================================= */

.homePageInfo{
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    z-index: 10;
}

.text{
    position: absolute;
    top: 50px;
    left: 50px;
    animation: transitionIn 3s;
    z-index: 2000;
}

@keyframes transitionIn{
    from{
        opacity: 0;
        transform: rotateX(-15deg);
    }
    to{
        opacity: 1;
        transform: rotateX(0);
    }
}

.text h1{
    font-family: 'brolink_demoregular', sans-serif;
    font-size: 9.75em;
    font-weight: 525;
}

.text p{
    font-family: 'Roboto Mono', monospace;
    font-size: 1.05em;
    font-weight: 525;
    margin-top: 20px;
    margin-left: 58.8em;
    padding: 8px;
    width: 230px;
    transition: 1.5s;
}

.text p:hover{
    background: #ADD8E6;
    box-shadow: 0 0 50px #1e9bff;
}

.homepageNav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 510px;
}

.homepageNav li{
    margin: 45px 0px;
}

.homepageNav li a{
    font-family: 'brolink_demoregular', sans-serif;
    font-size: 2em;
    font-weight: 525;
    color: white;
}

.aboutLink{
    position: absolute;
    top: 510;
    left: 0;
    background: black;
    border: 1px solid #1e9bff;
    letter-spacing: 0.1em;
    padding: 20px 160px 20px 888px;
    transition: 1.5s;
}

.aboutLink:hover{
    padding: 20px 877px 20px 888px;
    box-shadow: 0 0 40px #1e9bff;
}

.contentLink{
    position: absolute;
    top: 510;
    right: 0;
    position: absolute;
    background: black;
    border: 1px solid #1e9bff;
    letter-spacing: 0.1em;
    padding: 20px 850px 20px 135px;
    transition: 1.5s;
}

.contentLink:hover{
    padding: 20px 850px 20px 855px;
    box-shadow: 0 0 40px #1e9bff;
}

.privacyPolicyLink{
    position: absolute;
    top: 510;
    left: 0;
    position: absolute;
    background: black;
    border: 1px solid #1e9bff;
    letter-spacing: 0.1em;
    padding: 20px 51px 20px 785px;
    transition: 1.5s;
}

.privacyPolicyLink:hover{
    padding: 20px 767px 20px 785px;
    box-shadow: 0 0 40px #1e9bff;
}

/* ================================================================================================================================================================================= */
/* FOOTER */
/* ================================================================================================================================================================================= */

.footInfo{
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    z-index: 9;
}

.copyRight{
    font-family: 'brolink_demoregular', sans-serif;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 1.7em;
    animation: fade-inout 1.25s infinite alternate;
}

.cmdIcon{
    font-family: 'brolink_demoregular', sans-serif;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.7em;
    animation: fade-inout 1.25s infinite alternate;
    /* animation: glowing 2.5s ease-in-out infinite alternate; */
}

@keyframes fade-inout{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/* cmdIcon has a glowing animation with this function */
/* @keyframes glowing {
    from{    
        text-shadow: 0 0 10px #00498D,
        0 0 12px #00498D,
        0 0 14px #00498D,
        0 0 16px #00498D,
        0 0 18px #00498D,
        0 0 20px #00498D,
        0 0 22px #00498D;
    }
    to{
        text-shadow: 0 0 10px #00FFFF,
        0 0 12px #00FFFF,
        0 0 14px #00FFFF,
        0 0 16px #00FFFF,
        0 0 18px #00FFFF,
        0 0 20px #00FFFF,
        0 0 22px #00FFFF;
    }
} */

/* ================================================================================================================================================================================= */
/* LINKS */
/* ================================================================================================================================================================================= */

a:link{
    text-decoration: none;
    color: black;
}

a:visited{
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration: none;
    color: black;
}

a:active{
    text-decoration: none;
    color: black;
}

/* ================================================================================================================================================================================= */
/* IMAGES */
/* ================================================================================================================================================================================= */

