﻿/** For the Landing Page. **/

.landing-bg{
    padding-bottom:40px;
    width:100%;
    overflow:hidden;
    padding-top:40px;
    background-size:cover;
    background-position:center;
}

.max-z {
    position: relative;
    z-index: 9995;
}

div.landing-titles {
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    color: #FFFFFF;
}

h1.landing-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap: pretty;
    line-height: 1.1;
    text-align:left !important; 
}

h2.landing-lede {
    display: block;
    order: -1;
    font-size: 20px;
    line-height: 1.5;
    text-align: left !important;
}

h2.landing-subtitle {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    text-align: left !important;
}

.font-adjust h2 {
    font-size: 36px;
}

@media(min-width:992px){
    h1.landing-title {
        font-size: 60px;
    }
}

 @media(max-width:991px){

    div.landing-titles {
        padding-right: 0;
    }

     .font-adjust h2{
         font-size:32px
     }

     h3.title-alt,
     .drk-green-bg h3{
         font-size:26px !important;
     }

 }

 @media(max-width:767px){

    .font-adjust h2 {
        font-size: 28px
    }

    h3.title-alt,
    .drk-green-bg h3{
        font-size: 24px !important;
    }

 }

.title-alt.text-left {
    color: #95a3ae;
    font-size:150%;
}

 /* Dark Green BG*/

.drk-green-bg h3 {
    color: #ffc323 !important;
    font-size: 150%;
}

 .drk-text-left h2,
 .drk-text-left h3{
     text-align:left !important;
 }

/* 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.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: #468a5d !important;
        font-weight: bold !important;
        border: 1px solid #468a5d !important;
    }

        .app-form .card-body .btn:hover {
            background-color: #3A6947 !important;
            border: 1px solid #3A6947 !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;
}