@font-face {
    font-family: 'Raleway';
    src: url('./Fonts/Raleway-VF.woff');
    font-feature-settings: "lnum", "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
    -webkit-font-feature-settings: "lnum", "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
        -moz-font-feature-settings: "lnum", "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
        -ms-font-feature-settings: "lnum", "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
        -o-font-feature-settings: "lnum", "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
}

:root {
    font-size: 100%;
}

body {
    font-family: 'Raleway';
    font-size: 1vmin;
    position: absolute;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0px;
    bottom: 20px;
    width: 100vw;
    height: 90vh;
}

/* Breakpoints: Mobile First*/

@media (min-width: 1000px) {
    /* write in any css for this breakpoint, write it after it has already been defined above*/
body {
        height: 100vh;
    } 
}

h1 { color:black;
    font-size: 5em;
    font-variation-settings: "wght" 300, "GRAD" 88;
    margin: 0%;}

h2 { color:black;
    font-size: 2em;
    font-variation-settings: "wght" 300, "GRAD" 88;
    margin: 0%;
    margin-top: 2%;}

p { font-family:'Raleway', Courier, monospace;
    font-size: 5em;
    color: white;
    padding: 4%;
    }

a { font-family: 'Raleway', Courier, monospace;
    font-weight: bold;
    text-decoration: none;
    color: rgb(242, 0, 255);
    display: inline-block;
    cursor: pointer;
}

/* class */
.center {
    text-align: center;
}

/* id */
#Title{
    position: relative;
    display: block;
    top: 4%;
    height: 10%;
    margin-left: 4%;
    margin-right:4%;
    overflow-y: hidden;
}

#scene-container {
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    top: 3%;
    width: 92%;
    height: 80%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgb(255, 255, 255);
}

@media (min-width: 1000px) {
    /* write in any css for this breakpoint, write it after it has already been defined above*/
    #scene-container {
    height: 85%;
    }
    #Title {
    top: 6%;
    height: 10%;
    }
}

#info {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

#infoButton {
    position: relative;
    color: rgb(0, 0, 0);
    float: right;
    margin-top: 0%;
}

#p5-navContainer {
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    top: 3%;
    width: 92%;
    height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
}
#p5-navButton {
    position:static;
    display: inline-block;
    width: 33%;
    height: 33%;
    background-color: rgb(137, 137, 137);
}

#TitleHome{
    position: relative;
    margin-left: 4%;
    margin-right: 4%;
    height: 25%;
    background-color: rgb(255, 255, 255);
}

#links{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    font-size: 4vmin;
    line-height: 10vmin;
    cursor: pointer;
    padding: 3%
}