html {
    height:100%;
    width:100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0.08em;
    background-image: linear-gradient(rgba(10,6,4,0.55), rgba(10,6,4,0.55)), url('nh_background.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgb(20,12,8);
    color: rgb(255,255,255);
}

.mainframe {
    z-index: 1;
    margin-top:0;
    margin-bottom:1em;
    text-align:center;
    background: transparent;
    color: rgb(255,255,255);
}

.topbox {
    width:100%;
    background: rgba(10,6,4,0.72);
    backdrop-filter: blur(6px);
    color: rgb(255,255,255);
    position:sticky;
    top:0;
    z-index:100;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.headerimg {
    width:4rem;
    margin:auto;
    padding:0.2em 0;
    text-align:center;
    max-width:25%;
    filter: drop-shadow(0 0.1em 0.4em rgba(0,0,0,0.6));
}

.navbar {
    margin:auto;
    padding:0;
    width:42rem;
    max-width:95%;
    height:auto;
    margin-bottom:1%;
    font-family:Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}

.navbar ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    list-style-type: none;
    width:100%;
    margin:auto;
    padding:0;
    text-align:center;
    margin-bottom:0;
    padding-bottom:0;
}

.navbar ul li {
    display:block;
    text-align:center;
    margin:auto;
    background-color: transparent;
    flex:1 1 auto;
    min-width:4.5em;
}

.navbar ul li a {
    display:block;
    text-align:center;
    line-height: 130%;
    padding: 0.3em 0.4em;
    font-size:1em;
    white-space:nowrap;
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0.05em 0.05em 0.3em rgba(0,0,0,0.8);
}

@media (max-width:480px) {
    .navbar ul li a {
        font-size:0.85em;
        letter-spacing:0.05em;
        padding: 0.3em 0.2em;
    }
}

.navbar ul li:hover {
    background-color: rgba(255,255,255,0.12);
}
.navbar ul li:hover a {
    text-decoration: underline;
    color: rgb(255,190,120);
}

.verticallinks {
    display:table;
    list-style-type: none;
    margin: 0 auto;
    padding: 0em;
    background-color:rgb(0, 0, 0);
    width: 90vmin;
    margin-top:1.2em;
    margin-bottom:2em;
}

.verticallinks li {
    padding:0em;
    padding-top:0;
    padding-bottom:0.2em;
}

.verticallinks li a {
    font: calibri;
    display: block;
    color: rgb(255,255,255);
    font-weight: bold;
    text-decoration: none;
    background-color:rgb(19, 19, 19);
    letter-spacing: 0.2em;
    height:5em;
    transition: 0.25s ease-out;
    position:relative;
    margin:auto;
    width:100%;
}


.verticallinks li a .a {
    vertical-align:middle;
    z-index:1;
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:9em;
}

.verticallinks li a iframe {
    vertical-align:middle;
    position:absolute;
    margin:auto 0 auto auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
}

.verticallinks li:hover a {
    background-color:rgb(22,22,22);
    box-shadow: 0.1em 0.1em 1em 0.01em rgba(0, 0, 0, 0.2);
}

.verticallinks li:active a {
    opacity:0.2;
}

.verticallinks:hover li:not(:hover) a {
    filter: blur(0.2em) brightness(75%);
}

.subtext {
    padding:0;
    padding-bottom:1.5em;
    margin:0;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.8);
}

.socialicons {
    text-align:center;
    display:table;
    list-style-type: none;
    padding: 0em;
    margin: 0 auto;
    padding-bottom:1vh;
}

.socialicons li {
    display: inline-block;
    padding:0em;
    padding-right:4vmin;
    padding-left:4vmin;
    margin-left: 00;
    margin-right: 0;
    padding-bottom:3em;
    padding-top:1em;
    width:2em;
    margin-top:2.5vh;
}

.socialicons li a {
    text-decoration:none;
}


.socialicons li a svg {
    width:2em;
    fill: rgb(255,255,255);
    filter: drop-shadow(0 0.05em 0.25em rgba(0,0,0,0.7));
}

.socialicons li a svg path {
    fill: rgb(255,255,255) !important;
    transition: fill 0.2s ease-out;
}

.socialicons li a:hover svg path {
    fill: rgb(255,190,120) !important;
}

.socialicons li a svg:hover {
    opacity:0.7;
}

.socialicons:hover li:not(:hover) a {
    filter:blur(0.08em);
    opacity:0.6;
}

.footer:hover {
    opacity:0.17;
}

.signup {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align:center;
    padding-top:0.5em;max-width:100%;width:50vh;margin:auto;
    color: rgb(255,255,255);
    font-weight: bold;
}

.signupbutton {
    padding-top:15px;padding-bottom:25px;font-size:0;width:100%;margin:auto;height:20px;
}

.signupfooter {
    font-size:0.1+1.3vmax;margin:auto;display:block;
    text-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.8);
}

.textbox {
    background: rgba(10,6,4,0.68);
    border-radius: 0.6em;
    padding: 1.5em 1.5em 2em 1.5em;
    color: rgb(255,255,255);
    font-weight: bold;
    line-height: 1.5em;
    text-shadow: 0.05em 0.05em 0.3em rgba(0,0,0,0.7);
    max-width: 45rem;
    margin: 1em auto;
}

.comingsoon {
    background: rgba(10,6,4,0.68);
    border-radius: 0.6em;
    padding: 3em 1.5em;
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-shadow: 0.05em 0.05em 0.3em rgba(0,0,0,0.7);
    max-width: 45rem;
    margin: 1em auto;
}

.videogrid {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5em;
    width:100%;
    max-width: 70rem;
    margin: 1em auto;
}

.videoitem {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(0,0,0,0.5);
    border-radius: 0.4em;
    overflow: hidden;
    box-shadow: 0 0 0.6em rgba(0,0,0,0.5);
}

.videoitem iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
