﻿.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: fit-content;*/
    /*background-color: grey;*/
    margin: auto;
    width: 100%;
    /*background-color: #0051B2;*/
    background: linear-gradient(45deg, #003980, #66abff);
    /*height: 35rem;*/
    height: intrinsic; /* Safari/WebKit uses a non-standard name */
    height: -moz-max-content; /* Firefox/Gecko */
    height: -webkit-max-content; /* Chrome */
    padding-bottom: 8rem;
    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: 65rem;
    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;
}

.info-1, .info-2, .info-3 {
    display: flex;
    flex-direction: row;
    /*width: fit-content;*/
    width: 100%;
    overflow: hidden;
    /*margin: auto;*/
    /*padding: 3rem;*/
    position: relative;
}

.info-2, .info-3 {
    margin-top: 5rem;
}

.info-section a {
    color: black;
    text-decoration: underline;
}

.info-section {
    display: flex;
    flex-direction: column;
    max-width: 47rem;
    margin: auto;
}

.info-1 h2, .info-2 h2, .info-3 h2, h4 {
    font-family: Bahnschrift, Sans-Serif;
    font-weight: bolder;
    font-size: 2.35rem;
    text-align: center;
    color: #0051B2;
    margin: auto;
}

.info-1 h4, .info-2 h4, .info-3 h4 {
    font-size: 1.35rem;
    font-weight: lighter;
    text-align: left;
    margin-left: 1rem;
    text-indent: 20px;
    color: black;
}

.circle {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: 12rem;
    border-radius: 8rem;
    background: linear-gradient(45deg, #002047, #0063db);
    /*box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.5);*/
    margin-left: 1rem;
    margin-right: 1rem;
}

    .circle h1 {
        margin-top: 3rem;
        color: white;
        text-align: center;
    }

.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;
    margin-bottom: 2rem;
}

.content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

.footer {
    position: absolute;
    bottom: 0;
}

body {
    background-color: rgba(0,0,0,.85);
}

@media (max-width: 955px) {
    /*.input-body {
        margin: 0 auto;
        box-shadow: none;
        border-radius: unset;
    }*/

    .info-1 {
        flex-direction: column;
        /*width: fit-content;*/
    }

    .info-2 {
        flex-direction: column-reverse;
        width: fit-content;
    }

    .circle {
        margin: auto;
    }

    .input-body {
        width: fit-content;
    }
}

@media (max-width: 894px) {
    .navigation-bar {
        overflow-y: hidden;
        background-color: rgba(0,0,0,1) !important;
        width: 100%;
    }
}
