@font-face {
    font-family: 'Franklin Gothic Book Regular';
    src: url('fonts/Franklin\ Gothic\ Book\ Regular.ttf');
}
@font-face{
    font-family: 'Franklin Gothic demi';
    src: url('fonts/ITCFranklinGothicStd-Demi.woff');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

h1, h2, h3, h4{
    font-family: 'Franklin Gothic demi', sans-serif;
}
h4{
    font-size: 18;
    margin: 0%;
}
h3{
    font-size: 22pt;
    margin: 0%;
}
h2{
    font-size: 24pt;
    margin: 0%;
}
h1{
    font-size: 164pt;
    line-height: 0%;
    margin: 0%;
}
p{
    font-family: 'Franklin Gothic Book Regular', sans-serif;
    font-size: 14pt;
    margin: 0%;
}



a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: rgb(167, 167, 167);
}

#numbers{
    font-family: 'Franklin Gothic Book Regular', sans-serif;
}

button{
    width: 100%;
    text-align: left;
    background-color: white;
    border: none;
}
button:hover{
    background-color: rgba(235, 228, 228, 0.7);
}

#header-placeholder{
    z-index: 50;
    position:fixed;
    width: 100%;
}


/* Footer */
.footer{
    padding:0.5vw;
    background-color: rgb(235, 228, 228, 0.7);

    align-self: center;
}
.footertext{
    display: block;
    text-align: center;
    color: grey;
    font-family: 'Franklin Gothic Book Regular';
}
.footertext:hover{
    color: white;
}