﻿@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/roboto-slab-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-slab-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.odometer {
    font-size: 5.6vw;
}

html, body {
    background-color: #3DAE2C;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    flexont-style: normal;
    margin: 0;
    height: 100%;
}

h1, h2, h3, h4, h4, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

h1, h3 {
    color: white;
}

h1 {
    font-size: 5vw;
}

h3 {
    font-size: 4vw;
}

h4 {
    font-size: 3vw;
    color: #F5C60A;
}

p {
    font-size: 2vw !important;
    color: white;
}

.left {
    flex: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.right {
    flex: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock {
    align-self: center;
}

#page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content-wrap {
    display: flex;
    height: 100%;
    flex: 1 0 auto;
    margin-left: 5vh;
    margin-right: 5vh;
}

#footer {
    width: 100%;
    flex-shrink: 0;
    height: 20vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #footer .logo {
        display: flex;
        justify-content: flex-end;
        flex: 50%;
        align-self: center;
        margin-right: 20px;
    }

    #footer .tagline {
        flex: 50%;
        font-size: 1.2vw;
        display: flex;
        justify-content: flex-start;
        align-self: center;
        text-transform: capitalize;
    }
