﻿/** For the Landing Page. **/

.hero-bg{
    width:100%;
    overflow:hidden;
    padding-top:110px;
    padding-bottom:110px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center !important;
}

    @media(min-width:1200px){
        .hero-bg {
            min-height: 512px;
        }
    }

.max-z {
    position: relative;
    z-index: 9999;
}

div.hero-titles {
    display: flex;
    flex-direction: column;
    color: #FFFFFF !important;
}

h2.hero-title,
h1.hero-title{
    display: block;
    font-weight: bold;
/*    text-transform: uppercase;*/
    text-wrap: pretty;
    line-height: 1.1;
    color: #FFFFFF !important;
    text-align: left !important;
}

    h2.hero-title span,
    h1.hero-title span{
        color: #e22f36;
    }

h3.hero-lede,
h2.hero-lede{
    display: block;
    order: -1;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF !important;
    text-align: left !important;
}

h4.hero-subtitle,
h3.hero-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:1200px){
    h2.hero-title,
    h1.hero-title {
        font-size: 275%;
    }
 }

 @media(max-width:1199px){
    h2.hero-title,
    h1.hero-title{
        font-size: 225%;
    }
 }

 @media(max-width:992px){
    h2.hero-title,
    h1.hero-title {
        font-size: 150% !important;
    }
 }

 /* Black BG Landing */

h3.hero-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) */

.hero-bg .app-form .card {
    margin-bottom: 1.5rem;
    background-color: rgba(0,0,0,0.60) !important;
}

    .hero-bg .app-form .card:last-child {
        margin-bottom: 0;
    }

.hero-bg .app-form .card-body {
    padding: 2rem;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

    .hero-bg .app-form .card-body h2 {
        font-weight:bold;
        text-align: center !important;
        font-size: 32px;
        color: #fff !important;
    }

    .hero-bg .app-form .card-body input,
    .hero-bg .app-form .card-body select {
        margin-bottom: 1rem;
    }
    .hero-bg .app-form .card-body textarea {
        margin-bottom: 2.063rem;
    }

    .hero-bg .app-form .card-body .btn {
        color: #000 !important;
        text-decoration: none !important;
        background-color: #f98c06 !important;
        font-weight: bold !important;
        border: 1px solid #f98c06 !important;
    }

        .hero-bg .app-form .card-body .btn:hover {
            color: #000 !important;
            text-decoration: none !important;
            background-color: #d07506 !important;
            border: 1px solid #d07506 !important;
        }

    .hero-bg .app-form .card-body option {
        background-color: #fff;
    }


.hero-bg .app-form .card-header {
    color: #FFFFFF;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #333333;
}

.hero-bg .app-form label {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.25rem;
    color: #fff !important;
}

.hero-bg .app-form .form-group {
    margin-bottom: 10px;
}

.hero-bg .app-form hr {
    border-color: #DDDDDD;
}

.numbered-box {
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    font-size: 250%;
    font-weight: bold;
    color: #000 !important;
    padding: 20px 23px 20px 23px;
    margin-top: -50%;
    margin-bottom: 10px;
    border: 4px solid #000;
    border-radius: 150px;
}

.card-number-bottom{
    border-bottom:2px solid #000;
}

.card.landing-card{
    border:2px solid #000;
    border-radius:10px !important;
    overflow:hidden;
}

/* List Section */

.list-section p{
    text-align:center;
    text-wrap:balance;
}

.list-section .col-12 {
    text-align: center;
}

.list-section .col-12 p{
    font-weight:bold;
    margin-bottom: 0.75rem;
}

.list-section .col-12 ul{
    margin-bottom:0;
    display:inline-block;
    text-align:left;
}

.content.townsection-bg {
    background-color: #2c2c2c;
    background-image: url('/Images/Layout/town-bg-nw3.webp');
    background-position: center center;
    background-size: cover;
}

.landing-sub {
    color: #666666 !important;
}