
head {
    font-family: 'Lato Bold', Helvetica, Arial, sans-serif
}

html, body {
    
    font-family: 'Arimo Regular', Helvetica, Arial, sans-serif;
    background-color: #efefef;
}

h1 {
    background-image: url('images/header-background.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 3em;
}

.col {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.footer-timestamp {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.footer {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

#footerLogo{
    width: 150px;
    height: 75px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url("/font/Lato-Regular.ttf");
}

@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    src: url("/font/Lato-Bold.ttf");
}

@font-face {
    font-family: 'Arimo Regular';
    font-style: normal;
    font-weight: 400;
    src: url("/font/Arimo-Regular.ttf");
}