
@font-face {
    font-family: JosefinSans;
    src: url(../fonts/JosefinSans-Italic-VariableFont_wght.ttf);
    src: url(../fonts/JosefinSans-VariableFont_wght.ttf);
}

body {
    background: #000;
    color:#fff;
    font-family: JosefinSans;

    margin: 0px;
    padding: 0px;
}

.main-wrapper {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;

    background-image: url(../img/autologistics-welcome-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% -25%;
    max-width: 2500px;
    margin: auto;
}

.main-wrapper .logo-wrapper {
    margin-bottom: 575px;
}

.main-wrapper .logo-wrapper img {
    max-width: 600px;
    height: auto;
}

.main-wrapper #tagline {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    margin-bottom: 60px;
}

.main-wrapper .divider {
    max-width: 175px;
    margin-bottom: 60px;
}

.main-wrapper .contact-form-wrapper {
    /*display: flex;*/
    justify-content: center;
    margin-top: 45px;
}

.main-wrapper .contact-form-wrapper input,
.main-wrapper .contact-form-wrapper textarea {
    background: transparent;
    font-family: JosefinSans;
    border: none;
    color: #fff;
    font-size: 16px;
    box-sizing:border-box;
}

.main-wrapper .contact-form-wrapper input {
    width: 48%;
    height: 30px;
    border-bottom: 1px solid #2b2b2b;
}

.main-wrapper .contact-form-wrapper textarea {
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #2b2b2b;
    resize: none;
}
.main-wrapper .contact-form-wrapper input:focus,
.main-wrapper .contact-form-wrapper textarea:focus {
    border: none;
    outline: none;
}


.main-wrapper .contact-form-wrapper #contact-form-top {
    justify-content: space-between;
    min-width: 700px;
    margin-bottom: 35px;
}

.main-wrapper .contact-form-wrapper .company-contact {
    color: #a7a7a7;
    font-weight: 300;
    line-height: 25px;
}

.main-wrapper .contact-form-wrapper .company-contact a {
    color: #ccc;
}

.main-wrapper .contact-form-wrapper #contact-right {
    text-align: left;
    margin-left: 20px;
}


.main-wrapper  .btn-container-mobile {
    display: none;
}
.main-wrapper .sendBtn {
    width: 100px;
    height: 50px;
    margin: auto;
    line-height: 55px;
    cursor: pointer;
    border: 2px solid #fff;
}


.main-wrapper .flex-container {
    display: flex;
}
.main-wrapper .contact-form-wrapper input.highlight-error,
.main-wrapper .contact-form-wrapper textarea.highlight-error {
    border: 1px solid #771111;
}

.feedback {
    margin-top: 10px;
    line-height: 20px;
}


.g-recaptcha {
    position: absolute;
    margin-top: 30px;
}


@media (min-width:1601px) and (max-width:1700px) {
    .main-wrapper {
        padding-top: 80px;
    }

    .main-wrapper .logo-wrapper {
        margin-bottom: 500px;
    }
}

@media (min-width:1501px) and (max-width:1600px) {
    .main-wrapper {
        padding-top: 80px;
    }

    .main-wrapper .logo-wrapper {
        margin-bottom: 500px;
    }
}

@media (min-width:1301px) and (max-width:1500px) {
    .main-wrapper {
        padding-top: 60px;
        background-position: 100% -5%;
    }

    .main-wrapper .logo-wrapper {
        margin-bottom: 450px;
    }

}

@media (min-width:901px) and (max-width:1300px) {
    .main-wrapper {
        padding-top: 60px;
        background-position: 100% 0%;
    }

    .main-wrapper .logo-wrapper {
        margin-bottom: 350px;
    }
}


@media (max-width: 900px) {
    .flex-container {
        flex-direction: column;
    }

    .main-wrapper {
        padding-top: 30px;
        background-position: 100% 5%;
        background-image: none;
    }

    .main-wrapper .logo-wrapper {
        margin-bottom: 40px;
    }

    .main-wrapper .logo-wrapper img {
        width: 60%;
        height: auto;
    }


    .main-wrapper #tagline {
        font-size: 30px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .main-wrapper h2 {
        font-size: 18px;
    }

    .main-wrapper .divider {
        margin-bottom: 30px;
    }

    .main-wrapper #contact-form {
        margin-left: 30px;
        margin-right: 30px;
    }

    .main-wrapper .contact-form-wrapper input,
    .main-wrapper .contact-form-wrapper textarea {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }


    .main-wrapper .contact-form-wrapper #contact-right {
        text-align: center;
        margin-left: 0px;

        position: relative;
        top: -100px;
    }

    .main-wrapper .contact-form-wrapper #contact-form-top {
        min-width: auto;
        margin-bottom: 0px;
    }

    .main-wrapper  .btn-container-mobile {
        display: inline-block;
        margin: 20px 0px;
    }
    .main-wrapper  .btn-container {
        display: none;
    }
    
    #mobile-img{
        max-width: 100%;
        position: relative;
        top: -60px;
        z-index: -1;
    }

    input, textarea {
        border-radius: 0;
    }

    input, textarea {
        -webkit-appearance: none;
    }

    .g-recaptcha {
        position: relative;
        margin-top: 10px;
    }
    .g-recaptcha > div{
        margin: auto;
    }
}