.full {
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;

    color: #fff;
}

.middle{
    min-height: 300px;
}



@media (min-width: 768px) {
    .logo {
        margin-top: 50px;
        margin-left: 50px;
    }
}

    


.dropdowns {
    font-size: 2.0em;
    color: #fff;
    text-decoration: none !important;
    margin-left: 10px;
    
}

    .dropdowns:hover {
        color: #e4e4e4 !important;
    }

    .dropdowns:focus {
        color: #e4e4e4 !important;
    }

    .dropdowns:active {
        color: #e4e4e4 !important;
    }

.dropdownMenu {
    background: transparent;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    min-width: 0px;
    text-align: right;
}

.dropdownMenu li{
    text-align:right;
    font-size: 1.6em;
}

.footerRow{
    margin-left: 40px;
}

.fa{
    font-size: 8px;
}

#myModal label, h3
{
    color: #000;
}

.required {
    color: red;
    font-weight: bold
}

.human {
    margin: 0 0 0 12px
}