﻿body {
    margin: 0;
}

h1 {
    font-size: 2rem;
    font-family: microgramma-extended, sans-serif;
}
h2 {
    font-size: 1.8rem;
    font-family: paralucent;
    font-weight:300;
}

h3 {
    font-family: microgramma-extended, sans-serif;
    font-weight: 900;
    font-size: 2rem;
}

h4 {
    font-weight: 300;
    font-family: microgramma-extended, sans-serif;
    font-size: 1.5rem;
}
h5 {
    font-weight: 300;
    font-family: paralucent;
    font-size: 1.5rem;
}
h6 {
    font-weight: 300;
    font-family: paralucent;
    font-size: 1rem;
}


.red_text {
    color: #C62128;
}


.cursive_text {
    font-family: 'Rage', cursive;
    font-style: italic;
    font-weight: 500;
    font-size: 2.3rem;
}

.section_1 .col-12, .section_2 .col-12, .section_3 .col-12, .section_4 .col-12, .section_5 .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero_container .hero_text h3 {
    font-family: paralucent;
    font-weight: 100;
}

.sub_section {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    height: 60%;
    margin: 10px auto;
}

.app_section {
    width: 90%;
}


.sub_section2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.app-features {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #C62128;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
}

    .app-features p {
        width: 100%;
    }

.leasingBanner {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #C62128;
    color: #fff;
    margin-top: 60px;
    padding: 20px;
}

    .leasingBanner h1 {
        margin: 0;
        font-size: 50px;
    }

@media (min-width: 1024px) {
    .hero_container {
        position: relative;
        background: url(/images/professional-video/video-hero-25.jpg) no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        height: 70vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 50%;
            left: 400px;
            transform: translate(-50%, -50%);
            width: 50%;
            max-width: 600px;
            min-width: 625px;
            background: rgba(255, 255, 255, 0.8);
            padding: 2rem;
            border-radius: 25px;
        }

            .hero_container .hero_text a {
                display: flex;
                justify-content: center;
                background-color: #C62128;
                width: 60%;
                font-size: 22px;
                padding: 5px 25px;
                margin-right: .5rem;
                border-radius: 10px;
                color: #fff;
                opacity: 1;
            }



    .section_1 img {
        width: 50%;
    }

    .section_2 img {
        width: 80%;
        border-radius: 20px;
    }

    .section_3 img {
        width: 80%;
        max-width: 400px;
    }

    .section_4 img {
        width: 40%;
        min-width: 250px;
    }

    .section_5 img {
        width: 50%;
        max-width: 235px;
    }

    .section_6 {
        background-image: url('/images/professional-video/video-hero-25.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .leasingForm {
        background-color: rgb(255, 255, 255, 0.8);
        max-width: 700px;
        padding: 50px;
        border-radius: 25px;
        margin: 50px
    }

    .lease-req-submit {
        display: flex;
        justify-content: center;
        background-color: #C62128;
        width: 50%;
        font-size: 22px;
        padding: 5px 25px;
        margin-right: .5rem;
        margin-top: 2rem;
        border: none;
        border-radius: 10px;
        color: #fff;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    h1 {
        width: 80%
    }

    .hero_container {
        background-image: url('/images/professional-video/video-hero-25.jpg');
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        height: 90vh;
        position: relative;
    }

        .hero_container .hero_text {
            justify-content: center;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 0.8rem;
            width: 40%;
            min-width: 625px;
            background: rgba(255, 255, 255, 0.8);
            padding: 2rem;
            border-radius: 25px;
        }

            .hero_container .hero_text a {
                position: relative;
                margin: 0 25%;
                display: block;
                text-align: center;
                background-color: #C62128;
                width: 50%;
                min-width: 150px;
                font-size: 18px;
                padding: 5px 25px;
                margin-right: .5rem;
                border-radius: 10px;
                color: #fff;
                opacity: 1;
            }

    .section_1 img {
        width: 30%;
    }

    .section_2 img {
        width: 90%;
        max-width: 500px;
        border-radius: 20px;
    }

    .section_3 img {
        width: 70%;
        max-width: 480px;
    }

    .section_4 img {
        width: 30%;
        min-width: 250px;
    }

    .section_5 img {
        width: 50%;
        max-width: 235px;
    }

    .section_6 {
        background-image: url('/images/professional-video/video-hero-25.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin: 50px auto 0;
    }

    .leasingBanner h1 {
        font-size: 30px;
    }

    .leasingForm {
        background-color: rgb(255, 255, 255, 0.8);
        width: 80%;
        max-width: 700px;
        padding: 50px;
        border-radius: 25px;
        margin: 50px
    }

    .lease-req-submit {
        display: flex;
        justify-content: center;
        background-color: #C62128;
        width: 80%;
        font-size: 22px;
        padding: 5px 25px;
        margin-right: .5rem;
        margin-top: 2rem;
        border: none;
        border-radius: 10px;
        color: #fff;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    h1 {
        width: 80%
    }

    .hero_container {
        background-image: url('/images/professional-video/video-hero-25-m.jpg');
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        position: relative;
    }

        .hero_container .hero_text {
            justify-content: center;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 0.8rem;
            width: 90%;
            min-width: 350px;
            background: rgba(255, 255, 255, 0.8);
            padding: 1rem;
            border-radius: 25px;
        }

            .hero_container .hero_text a {
                position: relative;
                margin: 0 25%;
                display: block;
                text-align: center;
                background-color: #C62128;
                width: 50%;
                min-width: 150px;
                font-size: 18px;
                padding: 5px 15px;
                margin-right: .5rem;
                border-radius: 10px;
                color: #fff;
                opacity: 1;
            }

    .section_1 img {
        width: 40%;
        max-width: 230px;
    }

    .section_2 img {
        width: 90%;
        max-width: 500px;
        border-radius: 20px;
    }

    .section_3 img {
        width: 90%;
        max-width: 480px;
    }

    .section_4 img {
        width: 40%;
        min-width: 250px;
    }

    .section_5 img {
        width: 50%;
        max-width: 200px;
    }

    .sub_section2 {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .section_6 {
        background-image: url('/images/professional-video/video-hero-25.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin: 50px auto 0;
    }

    .leasingBanner h1 {
        font-size: 25px;
    }

    .leasingForm {
        background-color: rgb(255, 255, 255, 0.8);
        width: 95%;
        max-width: 900px;
        height: 700px;
        padding: 20px;
        border-radius: 25px;
        margin: 30px auto;
    }

    .lease-req-submit {
        display: flex;
        justify-content: center;
        background-color: #C62128;
        width: 80%;
        font-size: 22px;
        padding: 10px 15px;
        margin-right: .5rem;
        margin-top: 2rem;
        border: none;
        border-radius: 10px;
        color: #fff;
        opacity: 1;
    }
}
