
body {
    width: 100%;
    height: 100%;
    font-family: Oswald,sans-serif;
    color: #fff;
    background-color: #000;
}

body .finalize-container {
    font-family: Oswald,sans-serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #1e8d20;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ababab;
}

#footer {
    background-size: cover;
    -o-background-size: cover;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #1e8d20;
    color: #1e8d20;
    background-color: black;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #1e8d20;
    outline: 0;
    color: #000;
    background-color: #1e8d20;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding-bottom: 50px;
}

footer p {
    margin: 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.navbar{
    margin-bottom: 0px;
    min-height: 73px;
}

ul li{
    list-style-type: none;
    /* margin: 0 0 25px; */
    font-size: 18px;
    line-height: 1.5;
}

table {
    text-align: left;
}
