﻿/** For the Landing Page. **/

.landing-bg{
    width:100%;
    overflow:hidden;
    padding-top:40px;
    background-size:cover;
    background-position:center;
    padding-bottom:40px;
}

    .landing-bg .container-xl {
        max-width: 1370px;
    }

.max-z {
    position: relative;
    z-index: 9;
}

/*.landing-bg h1 {
    color: #fff !important;
    text-align: left !important;

}

.landing-bg h2{
    color:#fff !important;
    text-align:left !important;
}

.landing-bg h3{
    color:#fff !important;
    text-align:left !important;
}

.landing-bg h4 {
    color: #fff !important;
    text-align: left !important;
    margin-bottom: 1.5rem;
}
*/

div.landing-titles {
    display: flex;
    flex-direction: column;
    color: #FFFFFF !important;
}

h1.landing-title {
    font-size: 54px;
    line-height: 75px;
    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{
    font-size:20px;
    display: block;
    order: -1;
    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%;
}

/** Top Section Heights **/

/* @media(max-width:1249px){
    .landing-bg {
        height: 720px;
    }
 }

 @media(max-width:991px){

    .landing-bg {
        height: 785px;
    }
 }*/

/* @media(max-width:816px) and (min-width:768px){
    .landing-bg {
        height: 900px !important;
    }
 }*/

/* @media(max-width:767px){
    .landing-bg {
        height: 776px;
    }
 }*/

/* @media(max-width:641px){
    .landing-bg {
        height: 790px;
    }
 }
 */
/* @media(max-width:582px){
    .landing-bg {
        height: 850px;
    }
 }*/

/*@media(max-width:520px){
    .landing-bg {
        height: 800px;
    }
}

@media(max-width:487px){
    .landing-bg {
        height: 850px;
    }
}
 
 @media(max-width:416px){
    .landing-bg {
        height: 900px;
    }
 }  
 
 @media(max-width:300px){
    .landing-bg {
        height: 1100px;
    }
 } 

*/

h3.landing-info-title{
    color:#fff !important;
}

.landing-info {
    color: #fff !important
}

    .landing-info .col-12 {
        line-height: 125% !important;
    }

    .landing-info a {
        color: #fff000;
    }

        .landing-info a:hover {
            color: #FFFAB3 !important;
        }

 /** Resize Changes **/

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1370px;
    }
}

@media(max-width: 1165px) {
    h2.text-left,
    .drk-text-left h2 {
        font-size: 145%;
    }

    h3.text-left,
    .drk-text-left h3 {
        font-size: 135%;
    }
}

@media(max-width:991px) {
/*    h2.text-left,
    .drk-text-left h2 {
        font-size: 135%;
    }

    h3.text-left,
    .drk-text-left h3 {
        font-size: 125%;
    }*/

    .landing-bg h1 {
        font-size: 38px;
        line-height: 125% !important;
    }
}

@media (max-width: 767px) {
    .landing-bg h1 {
        font-size: 165% !important;
        line-height: 125% !important;
    }

    .landing-bg h4{
        font-size:160% !important;
    }

    h2.text-left,
    .drk-text-left h2 {
        font-size: 145%;
    }

    h3.text-left,
    .drk-text-left h3 {
        font-size: 130%;
    }
}

 /* Dark Green BG*/

.blue-landing-bg h3 {
    color: #c2c2c2 !important;
    /*font-size: 175%;*/
}

 .drk-text-left h2,
 .drk-text-left h3{
     text-align:left !important;
 }

.content.blue-landing-bg {
    position: relative;
    color: #fff;
    background-color: #1a334d;
}

    .content.blue-landing-bg h2 {
        color: #fff;
        /*font-size: 40px;
        line-height: 50px;*/
    }

/* 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: #28A745 !important;
        font-weight: bold !important;
        border: 1px solid #28A745 !important;
    }

        .app-form .card-body .btn:hover {
            background-color: #218838 !important;
            border: 1px solid #218838 !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;
}