﻿body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #121925 !important;
    height: 100%;
    color: white;
}

.headerLinks {
    margin: 28px;
    display: inline-block;
    float: right;
}

    .headerLinks a {
        font-size: 18px;
        color: white;
    }

        .headerLinks a:hover {
            text-decoration: none;
        }

#headerLogoImage {
    /*float: right;*/
    padding: 10px;
    height: 80px;
    width: auto;
}

.contentContainer {
    padding-left:15%;
    padding-right:15%;
    padding-top:15px;
}

.textContainer {

}

.formContainer {
    display: block;
    padding-left: 15px;
}

.formContainer h5 {
    margin-bottom: 0 !important;
}

#emailInput {
    border-radius: 4%;
    width: 300px;
    height: 35px;
}

#subjectInput {
    border-radius: 4%;
    width: 300px;
    height:35px;
}

#messageInput {
    border-radius: 4%;
    width: 300px;
    resize: none;
    margin-bottom: 20px;
}

.g-recaptcha {
    margin-bottom:10px;
}

#submitButton {
    background: transparent;
    border: 2px solid #4285F4;
    background-color: #4285F4;
    line-height: 39px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
    opacity: 1;
    position: relative;
    width: 300px;
    color: #fff;
    transition: all 0.3s ease;
    padding: 0px 17px;
    letter-spacing: 1px;
    height: 43px;
    overflow: hidden;
}
.footer {
    width: 100%;
    height: 100px;
    text-align: center;
    color: white;
    display: block;
    margin-top:30px;
}

#footerImage {
    float:right;
}

.footer a {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-weight: initial;
    display: inline;
    color:white;
}

    .footer a:hover {
        text-decoration: none;
    }

.footer p {
    display: inline;
}

.termsContainer {
    text-align: justify;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 75px;
}