:root {
  --backer:#9cb5c2;
  --fontlight: #edf0f3;
  --keyvizf: #191914;
  --detailsA: #4e5b62;
  --detailsB: #687982;
  --detailsC: #8297a3;
  --detailsD: #d2dce3;
  --detailsE: #b7c9d2;
  --highlight: #ffe800;
}

*, *::before, *::after {
    box-sizing: border-box;
  }
html{
    min-height: 100vh;
    font-size: 16px;
    width: 100vw;
    background: var(--backer);
    color: var(--keyvizf);
    overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

@font-face {
    font-family: newsreader ;
    src: url("/assets/fonts/Newsreader/Newsreader-VariableFont_opszwght.ttf");
}
@font-face {
    font-family: funnelsans ;
    src: url("/assets/fonts/Funnel_Sans/FunnelSans-VariableFont_wght.ttf");

}
body{
    padding: 0 2rem 0 2rem;
    min-height: 100vh;
    margin: 0;
    font-family: funnelsans;
    box-sizing: border-box;
    font-size: 16px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    width: 100%;
    position: relative;
}

a{
    text-decoration: none;
    font-weight: lighter;
    color: black;
}

.topbar{
    position: fixed;
    width:100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background: #9CB5C2;
background: linear-gradient(180deg,rgba(156, 181, 194, 1) 53%, rgba(156, 181, 194, 0.1) 100%);}
.pageTitle{
        color: black;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    transition-duration: 0.3s;
      margin-top: -6px;
}
#hiddensub{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -1.5rem;
    left: 0;
    transition: opacity 0.3s, visibility 0.3s;
    transition-delay: 0.3s;
    font-weight: 200;
    font-size: 1.7rem;
    padding-bottom: 2rem;
}
#dpVector{
    height: 1.7rem;
    vertical-align: bottom;
}
.navbar{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.navbar h1 {
    font-size: clamp(0.8rem, 4vw, 2rem);
}
.navbar h2 {
    font-size: clamp(0.5rem, 4vw, 2rem);
}
.mobiMenu{
    display: none;
}
#menupop{
    background-color: var(--highlight);
    position: fixed;
    z-index: 5;
    top: 15vh;
    left: 0;
    padding: 0rem 2rem 1.5rem 1rem;
    font-size: 1.6rem;
    display:none;
    -webkit-box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.8);
}
#menupopClose{
    color: var(--highlight);
    position: absolute;
    left: 102%;
    top: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 0.7;
    background: transparent;
    border: none;
    width: 2rem;
    cursor: pointer;
}
#menupop ul{
    list-style: none;
    padding: 0;
    padding-left: 2.5rem;
}
#menupop li{
    position: relative;
}
#menupop .active::after {
    content: "";
background: #FFE800;
background: linear-gradient(90deg,rgba(255, 232, 0, 0) 5%, rgba(255, 232, 0, 0.8) 100%);
width: 100%;
height: 1.6rem;
position: absolute;
top:0;
left: 0;
}
#menupop a{
    text-transform: uppercase;
    color: var(--detailsB);
    font-weight: 700;
    font-family: funnelsans;
    position: relative;
}
#menupop h2{
    font-family: newsreader;
            font-size: 1.7rem;
            margin-bottom: 0rem;
            margin-top: 2rem;

}
 .currentP {
                background: #4E5B62;
background: linear-gradient(90deg,rgba(78, 91, 98, 1) 25%, rgba(255, 232, 0, 1) 100%);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
            }
.neccessities{
    font-size: 0.8rem;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
       font-weight: 400;

}
.neccessities a{
}
#topLogo{
    height: 4rem;
    padding: 0rem 0 0rem 0;
    opacity: 1;
    margin-left: 0rem;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;

}
.topTitle{
    text-transform: uppercase;
    font-weight: 100;
    color: #ebf0f3 ;
    text-align: center;
    padding: 0.5rem;
}
.menuButton{
    text-transform: uppercase;
    color:var(--detailsA) ;
    background: none;
    border: none;
    padding-right: 0;
    font-size: clamp(0.8rem, 4vw, 2rem);
    cursor: pointer;
    font-family: 'funnelsans';
    font-weight: 300;
    margin-top: -9px;
  
}
/*MOBILE AND DYNAMIC CSSSSSSS*/

@media (max-width: 768px) {
    body,html {
        width: 100%;
    }
    body{
        padding: 1.2rem;
    }
    .navbar h1 {
    font-size:0.9rem;
        max-width: 25ch;
}
    .navbar h2 {
    font-size:0.9rem;
     
}

    .mobiMenu{
    display: block;
    height: 2.5rem;
}
.menuButton{
    margin-top: 0;
}
.mobiMenu img{
    height: 100%;
}
.pageTitle{
    text-align: center;
    margin-top: -4px;
}
.deskMenu{
    display: none;
}
#hiddensub{
   font-size: 1rem;
}
    #topLogo{
        height: 2rem;
        padding: 0;
        margin-left: 0;
    }
    .topbar{
        padding: 0;
    }
    #menupop {
        font-size: 1rem;
        padding-left: 0;
    }
    #menupop ul{
        padding-left: 1rem;
    }
    #menupop h2{
        font-size: 1rem;
    }
    #menupopClose{
        left: 101%;
    }
    .neccessities{
        font-size: 0.6rem;
        margin-left: 1rem;
    }
}
@media (max-width: 334px) {
    #menupop{
        font-size: 0.8rem;
        max-width: 90vw;
    }
    #menupop h2{
        font-size: 0.8rem;
    }
    .neccessities{
        font-size: 0.5rem;
        display: flex;
        flex-wrap: wrap;
    }
}