* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none !important;
}

::-webkit-scrollbar {
    display: none;
}

/* Custom Nav */

.custom-nav-container {
    padding-top: 2.5%;
}

.lg-logo {
    margin-left: 7.5%;
    min-width: 85% !important;
    max-width: 85%;
}

/* End Custom Nav */

.headliner {
    width:75%;
    margin-left: auto;
    margin-right: auto;
}

.text-wall-custom {
    border-color: lightgray;
    border: 1px;
    height: 500px;
}

.text-wall-container-custom {
    text-align: center;
}

/* Form */

.form-input-text {
    border-radius: 2px;
    border-color: gray;
    border-style: double;
}

.med-input {
   width: 50%;
   line-height: 500% !important;
}

/* FAQ  */

.faq-logo-w {
    height: 16vw;
    width: 16vw;
}

.faq-logo-l {
    height: 16vw;
    width: 13.5vw;
}

.faq-logo-a {
    height: 16vw;
    width: 16vw;
}

.justify-self-center {
    justify-self: center;
}