*{
    margin:0;
    padding:0;
}
header, section, footer{
    width: 100vw;
    height: 100vh;
}
h2{
    font-size: 4em;
    text-align: center;
}
nav{
    position: fixed;
    top: 25vh;
    right: 2vw;
}
ol{
    list-style-type: none;
}
a:link{
    display: inline-block;
    margin-bottom: 1vh;
    text-decoration:none;
}

span{
    font-size: 0;
    opacity: 0;
    position: relative;
    top: 0.2vw;
    right: 1vw;
    white-space: nowrap;
    transition: right 0.2s, opacity 0.2s;
}

a:hover span{
    font-size:2vw;
    right: 9vw;
    opacity: 1;
}

.botton{
    width: 40px;
}

@font-face { 
    font-family: Oswald-Variable;
    src: url(/fonts/Oswald-VariableFont_wght.ttf);
}


/* COLOR CLASSES */

.forestgreen{
    background-color: #C0DFA1;
}
.olive{
    background-color: #9FC490;
}
.cambridge{
    background-color: #82A3A1;
}
.charcoal{
    background-color: #465362;
}
.oxford{
    background-color: #011936;
}
.teal{
    background-color: #028090;
}
.acru{
    background-color: #A49966;
}
.current{
    background-color: #1A5E63;
}

#navbar {
    padding: 10px 20px;
  }
  
  .nav-logo {
    width: 40px;
    height: auto;
  }