﻿html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
}

h1 {
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
}

h2 {
    font-weight: 800;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #ff9933;
}

#logo-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

#footprints-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #footprints-holder img{
        margin-top: 50px;
    }

    .hide {
        opacity: 0;
    }

label.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.form-container {
    max-width: 300px;
    margin: auto;
    text-align: left;
}

input[type="number"]{
    text-align: center;
}

@media (max-width: 992px) {



    h1 {
        font-size: 1rem;
    }

    h2 {
        font-size: 0.9rem;
    }
    p {
        font-size: 0.8rem;
    }
}
