#background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.cover-container {
    position: fixed;
    bottom: 0;
    overflow-y: auto;
}

.baxter-logo {
    width: 150px;
    height: auto;
    float: left !important;
    margin: 10px;
    text-align: left;
}

.logo {
    width: 100%;
    height: auto;
}

.title-blank {
    color: #ffffff;
    font-family: 'Geogrotesque';
}

.instructions {
    color: #ffffff;
    font-family: 'Geogrotesque';
    font-size: 0.9e;
    font-style: italic;
}

.bolder {
    font-family: 'Geogrotesque SmBd';
}

.yellow {
    color: #F8EF64;
}

.relative {
    position: relative;
    top: -125px;
}

.counter-text {
    font-size: 4em;
    font-family: 'Geogrotesque Bd';
}

.text-cont {
    font-size: 1.3em;
    font-family: 'Geogrotesque';
    color: #ffffff;
}

.form-control {
    font-family: 'Geogrotesque';
}

.btn-primary {
    font-family: 'Geogrotesque';
    font-size: 1.5em;
}

h1 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

#agenda {
    margin-top: -60px;
}

.full-width {
    text-align: center;
    width: 80%;
    height: auto;
}

.arrow {
    width: 40px;
    height: auto;
}

.no-btn,
.no-btn:hover,
.no-btn:focus {
    background: none;
    border: none;
}

.btn-secondary {
    background-color: #4C80D2;
    border-radius: 10px;
    font-size: 1.3em;
    font-family: 'Geogrotesque';
    color: #ffffff;
    border: #77E7F6 solid 2px !important;
}

.mobile {
    display: none;
}

.no-mobile {
    display: block;
}

@media only screen and (max-device-width: 480px) {
    .col-xs-12.col-md-3 {
        height: 150px !important;
    }

    #agenda {
        margin-top: 40px !important;
    }

    h3 {
        font-size: 2em !important;
    }

    .baxter-logo {
        width: 80px;
        height: auto;
    }

    .relative {
        left: 1%;
    }

    .px-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mt-5 {
        margin-top: 10px !important;
    }

    .mobile {
        display: block;
    }

    .no-mobile {
        display: none;
    }

    .pt-2.mt-4 {
        display: none;
    }

    .buttons_mobile {
        padding-left: 20%;
        padding-right: 20%;
    }

    .row.mt-3 {
        margin-top: 5px;
    }
}
