@font-face{
    font-family: Souvenir;
    src: url(./fonts/Souvenir/Souvenir.ttf);
    font-weight:normal;
}

@font-face{
    font-family: Souvenir;
    src: url(./fonts/Souvenir/SouvenirB.ttf);
    font-weight:bold;
}

@font-face{
    font-family: Souvenir;
    src: url(./fonts/Souvenir/SouvenirBI.ttf);
    font-style:italic;
    font-weight:bold;
}

@font-face{
    font-family: Souvenir;
    src: url(./fonts/Souvenir/SouvenirI.ttf);
    font-style:italic;
}

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

@font-face{
    font-family: Figtree;
    src: url(./fonts/Figtree/Figtree-Italic-VariableFont_wght.ttf);
    font-style: italic;
}

.header {
    height: 16%;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
    display: inline-block;
    text-align: center;
	background-color: #f4f4f4;
    line-height: 1.2rem;
    padding-bottom:3%;
    font-family: 'Souvenir';

}

#navbar{
    margin-top:3%;
    display:flexbox;
    flex-direction: row;
    margin-left:10%;
    margin-right:10%;
    line-height: 2.2rem;
    box-sizing: border-box;
}

.navbar-button {
    font-family: Figtree;
	color: #ffffff;
	background: #1580eb;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: .5rem;
    padding-bottom:.5rem;
    margin-right: -2.5px;
    margin-left:-2.5px;
    text-decoration: none;
}

.navbar-button:hover{
    background-color: #116ac2;
}

@media screen and (max-device-width: 500px){
    .header{
        height:50%;
        font-size:48px;
        line-height: 3.4rem;
    }

    #navbar{
        line-height: 4rem;
        font-size:38px;
    }
}