﻿.navigation-bar {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
}

.header-bar {
    display: none !important;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.contact-body {
    padding-top: 10rem;
    margin-top: -10rem;
    display: flex;
    flex-direction: column;
    position: relative;
    /*width: 80rem;*/
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    /*width: fit-content;*/
    /*background-color: grey;*/
    margin: auto;
    width: 100%;
    /*background-color: #0051B2;*/
    background: linear-gradient(45deg, #003980, #66abff);
    /*height: 30rem;*/
    height: intrinsic; /* Safari/WebKit uses a non-standard name */
    height: -moz-max-content; /* Firefox/Gecko */
    height: -webkit-max-content; /* Chrome */
    padding-bottom: 11rem;
    box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.5);
}

.input-body {
    /*background-color: red;*/
    background: linear-gradient(135deg, #f5f5f5, #f0f0f0, #fff);
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    /*width: intrinsic;*/ /* Safari/WebKit uses a non-standard name */
    /*width: -moz-max-content;*/ /* Firefox/Gecko */
    /*width: -webkit-max-content;*/ /* Chrome */
    /*width: fit-content;*/
    width: 100%;
    max-width: 70rem;
    margin: auto;
    padding: 3rem;
    position: relative;
    margin-top: -6rem;
    margin-bottom: 3rem;
    box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.5);
}

.page-title {
    padding-top: 2.5rem;
    color: white;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
    /*padding: 5rem;*/
}

.title-sub {
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    margin: 0 auto;
}

.entry {
    display: flex;
    flex-direction: column;
    /*width: intrinsic;*/ /* Safari/WebKit uses a non-standard name */
    /*width: -moz-max-content;*/ /* Firefox/Gecko */
    /*width: -webkit-max-content;*/ /* Chrome */
    /*width: fit-content;*/
    width: 70%;
    margin: 1.25rem auto 0;
}

    .entry label {
        color: #0051B2;
        font-family: Bahnschrift, Sans-Serif;
        font-weight: bold;
        font-size: 1.75rem;
        text-align: left;
        margin-bottom: -0.25rem;
    }

    .entry input {
        /*width: 50rem;*/
        height: 3rem;
    }

.message textarea {
    resize: none;
    /*width: max-content;*/
}

input, textarea {
    border: 1px solid;
    border-color: lightgray;
}

.request-demo {
    display: flex;
    justify-content: center;
    margin-top: 2.813rem;
}

.demo-button {
    background-color: #0051B2;
    color: white;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 20px;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 1.25em;
    border: none;
    height: 3rem;
}


.title-sub {
    max-width: 50rem;
    text-align: center;
    font-family: Bahnschrift, Sans-Serif;
    font-size: 1.5em;
    font-weight: lighter;
    vertical-align: middle;
}

.content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

.footer {
    position: absolute;
    bottom: 0;
}

body {
    background-color: rgba(0,0,0,.85);
}

@media (max-width: 894px) {
    .navigation-bar {
        overflow-y: hidden;
        background-color: rgba(0,0,0,1) !important;
        width: 100%;
    }
}
