@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html {
    margin: 0;
    /*box-sizing: border-box;*/
    padding: 0;
    font-family: "Courier New", monospace;
    font-weight: 500;
    overflow: scroll;
    color: #ffffff;
    overflow-x: hidden;
    scrollbar-width: none; 
    width: 100%;
    /* background-color: #030613; background-color: #000114; */
    /* scrollbar-color: #FFFFFF #030613 ; */

}

html::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

::-moz-scrollbar-button, ::-webkit-scrollbar-button {
    width: 0px;
}

body {
    box-sizing: border-box;
    margin: 0px;
    
}

button {
    font-weight: 500;
    font-family: 'Courier Prime', Courier, monospace;
    font-size: 1.4rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
}


.logo {
    justify-content: left;
}

.navbar {
    justify-content: center;
    /*align-items: center;*/
    height: 8vh;
    position: fixed; 
    z-index: 999;
    display: flex;
    width: 100%;
    
}

.navbar_container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    /* opacity: 0.5; */
    backdrop-filter: blur(5px);

}

.navlink {
    /*padding-left: 5%;
    padding-right: 5%;*/
    text-decoration: none;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
}

.body_container {
    display: flex;
    /*height: 89vh;*/
    width: auto;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #030613;/*#000114; rgb(0, 9, 37);8*/
    

}

.segment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    height: 100vh;
    /*background-color: red;*/
    /*overflow: scroll;*/
}

.element {
    /*background-color: blue;*/
    flex: 1;
    width: 50vw;
    min-width: 360px;
    text-align: center;
    align-self: center;
    min-height: 360px;
    align-content: space-between;
    justify-content: center;
    padding: 1vw;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.deskimg {
    /*min-width: 300x;*/
    aspect-ratio: 9/8;
    width: 100%;
}

.title {
    font-size: 3.75vw;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 0px 0px 2px white    ;
    /* background: linear-gradient(to right, #ff00d4 0%, #00aeef 100%); */
    /* background: linear-gradient(to right, #662D8C  0%,#ED1E79 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

span {
    color: #ffffff;
}
/* .el2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
} */

.bn {
    width: 20vw;
    align-self: center;
    height: auto;
    min-height: 7vh;
    font-weight: 500;
    font-family: 'Courier Prime', Courier, monospace;
    font-size: 1.4rem;
    border-radius: 5px;
    border: solid 3px #000114; 
    outline: solid 5px #ffffff; 
    background-color: #ffffff;
    color: #030613;
}

.texcontainer {
    height: 90%;
    justify-content: space-evenly;
}

.bn2 {
    justify-content: flex-end;
    background-color: #000114;
    color: #ffffff;
}

.tex {
    font-size: 4vh;
    font-family: 'Courier Prime', Courier, monospace;
    text-align: left;
    padding-left: 4vw;
    text-wrap: balance;
    color: #F9F9F9;
}

.show {
    /* animation: slide linear; */
    /* animation-timeline: view(); */
    /* animation-range: entry 0 cover 30%; */
    animation: show 0.25s linear
}

.hidden {
    opacity: 0;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.end {
    width: 100%;
    height: auto;
    min-width: 360px;
    display: block;
    padding-top: 4vh;

}

.endlinecontainer {
    margin-top: 1vh;
    position: relative;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    height: auto;
    align-content: center;
    justify-items: right;
}

.endline {
    height: 0.75vh;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    position: absolute;
    width: 98%;
    z-index: 10;
}

.me {
    /* justify-self: right; */
    right: 2vw;
    background-color: #000114;
    width: auto;
    border-left: solid 5px #000114;
    border-right: solid 5px #000114;
    font-size: 1.1rem;
    z-index: 11;
    position: relative;
    top: -1.25vh;
}

.socials {
    height: auto;
    display: flex;
    justify-content: space-around;
    align-content: center;
    /* margin-right: 1vw; */
    flex-wrap: wrap;
}

.sic {
    height: auto;
    /* margin-top: 5vh; */
    margin-left: 1vw;
    margin-right:0.5vw;
    align-self: center;
}

.sicd {
    align-self: center;
    cursor: pointer;
    height: 6vh;
    padding-left: 1vw;
    padding-right: 1vw;
    flex-grow: 1;
}

.sictex {
    font-size: 1rem;
}

.quarter {
    font-size: 1.05rem;
}

.hemi {
    font-size: 1.1rem;
}

.highlights {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.hightex {
    font-size: 3.5rem;
    text-shadow: 0px 0px 2px white;
}


@media only screen and (max-width: 768px) {

    .navbar_container {
        visibility: hidden;
    }

    .segment {
        flex-direction: row;
        width: 95%;
        flex-wrap: wrap;
        overflow: scroll;
        height: auto;
        padding-right: 1vw;
        padding-left: 1vw;
        overflow-x: hidden;
        
    }

    html, body {
        overflow-x: hidden;
    }


    body {
        position: relative
    }
    
    .element {
        min-width: 360px;
        min-height: 360px;
        height: auto;
        justify-content: space-around;
        align-content: space-around;
        width: 100%;
        /*background-color: blue;*/
    }

    .tex {
        font-size: 5.25vw;
        padding-left: 5vw;
        padding-right: 5vw;
        /* text-align: justify;  */
    }
    
    .title {
        font-size: 2.5rem;
        padding-bottom: 5vh;
        padding-top: 3vh;
    }

    .bn {
        width: 55vw;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    .supportus {
        display: flex;
        width: 100%;
        align-self: center;
        justify-content: center;
        padding-bottom: 5vh;
    }

    .sictex {
        font-size: 5vw;
    }

    .socials {
        justify-content: center;
    }

    .sicd {
        justify-content: center;
        align-items: center;
    }

    .seg3{
        flex-direction: column-reverse;
    }

    .seg5{
        flex-direction: column-reverse;        
    }

    .seg7{
        flex-direction: column-reverse;   
    }

    .me {
        right: 5vw;
        font-size: 4.8vw;
        top: -1.8vh;
    }
  }




