﻿/** For the Landing Page. **/

.landing-bg{
    width:100%;
    overflow:hidden;
    padding-top:40px;
    background-size:cover;
    background-position:center;
    background-image:url("/Images/landing/top-1920.webp");
}

.max-z {
    position: relative;
    z-index: 9999;
}

div.landing-titles {
    display: flex;
    flex-direction: column;
    color: #FFFFFF !important;
}

h1.landing-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap: pretty;
    line-height: 1.1;
    color: #FFFFFF !important;
    text-align: left !important;
}

h2.landing-lede {
    display: block;
    order: -1;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF !important;
    text-align: left !important;
}

h2.landing-subtitle {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF !important;
    text-align: left !important;
}

 .title-alt.text-left{
     font-size:150%;
 }

 @media(min-width:992px){
    h1.landing-title {
        font-size: 275%;
    }
 }

 /* Black BG Landing */

h3.landing-h3 {
    color: #fff !important;
    font-size:150%;
}

/* Dark overlay */

.bg-gradient {
    position: relative;
}

    .bg-gradient:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+32,0.5+34,0.5+34,0+100 */
        background-color:rgba(0,0,0,0.60)
    }

/* Forms (Contact / Employment / Rental / Etc) */

.app-form .card {
    margin-bottom: 1.5rem;
    background-color: rgba(0,0,0,0.5) !important;
}

    .app-form .card:last-child {
        margin-bottom: 0;
    }

.app-form .card-body {
    padding: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

    .app-form .card-body h2{
        text-align:center !important;
        font-size:32px;
        color:#fff !important;
    }

    .app-form .card-body input,
    .app-form .card-body select{
        margin-bottom:1rem;
    }
    .app-form .card-body textarea {
        margin-bottom: 2.063rem;
    }

    .app-form .card-body .btn {
        background-color: #da2e2e !important;
        font-weight: bold !important;
        border: 1px solid #da2e2e !important;
    }

        .app-form .card-body .btn:hover {
            background-color: #9C1C1C !important;
            border: 1px solid #9C1C1C !important;
        }

            .app-form .card-body option{
                background-color:#fff;
            }


.app-form .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #333333;
}

.app-form label {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.25rem;
    color:#fff !important;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color: #DDDDDD;
}

.app-form textarea {
    resize: none;
}

textarea {
    resize: none;
}