﻿/** For the Landing Page. **/

.landing-bg {
    width: 100%;
    overflow: hidden;
/*    padding-top: 75px;
    padding-bottom: 75px;*/
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center !important;
}
.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%;
 }

 h4.landing-h4{
     font-size:125% !important;
 }

 @media(min-width:1200px){
     .landing-bg{
         min-height:566px;
     }
 }

@media(max-width:767px){
    h1.landing-title{
        font-size:150%;
    }
}

 /* Dark Green BG*/

.grey-bg.grey-landing h3{
    color:#fff !important;
}

/* Dark overlay */

.bg-gradient-landing {
    position: relative;
}

    .bg-gradient-landing: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.5)
    }

/* 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: #cc3333 !important;
        font-weight: bold !important;
        border: 1px solid #cc3333 !important;
    }

    .app-form .card-body .btn.btn-block{
        width:100%;
    }

        .app-form .card-body .btn:hover {
            background-color: #9B2727 !important;
            border: 1px solid #9B2727 !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;
}

.grecaptcha-badge {
    bottom: 88px !important;
    z-index: 99995;
}