@font-face {
    font-family: josefin-sans;
    src: url(../fonts/Josefin_Sans/JosefinSans-Regular.ttf);
}

@font-face {
    font-family: josefin-bold;
    src: url(../fonts/Josefin_Sans/JosefinSans-Bold.ttf);
}

@font-face {
    font-family: lato-regular;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: lato-bold;
    src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: abeezee-regular;
    src: url(../fonts/ABeeZee/ABeeZee-Regular-2.ttf);
}

header #burger{
    color: #F7941E;
    font-size: 2.813rem;
    text-shadow: 0 3px 10px #000;
    position: absolute;
    top: 0.3em;
    left: 0.3em;
}