/*.banner {
    height: 100vh;
    .banner-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .title, .content, .btn {
        animation: come-up 1s linear 0.5s forwards;
    }
    .title {
        margin-bottom: 6rem;
    }
    .content {
        max-width: 46rem;
    }
}
section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
    .banner {
        height: 600px;
        .title {
            margin-bottom: 3rem;
        }
    }
    section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .banner {
        height: 250px;
        .container {
            margin-top: 0;
        }
        .title {
            margin-bottom: 1rem;
        }
    }
    .title {
        font-size: 1.4em;
        margin-bottom: 1rem;
    }
    h2 {
        font-size: 1.2em;
    }
    h2 {
        font-size: 1.1em;
    }
}*/


@red: #EF3F2A;
@blue: #0092B3;
@grey: #ADAFB2;


.banner .title {
    font-size: 48px;
/*    margin-left: -5%;*/
    letter-spacing: 0px;
    width: 420px;
}

.banner .sub-title {
    font-size: 18px;
    letter-spacing: 3px;
    width: 400px;
/*    margin-left: -5%;*/
    margin-bottom: -5%;
}


.banner {
    height: 70vh;
    .content {
        margin-top: 1rem;
        font-size: 1.3em;
    }
}
section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    .title {
        color: @blue;
        margin-bottom: 1rem;
        position: relative;
        padding-left: 1rem;
        &::before {
            content: '';
            position: absolute;
            top: 9px;
            left: 0;
            bottom: 9px;
            width: 6px;
            background-color: @red;
            border-radius: 15px;
        }
    }
}
@media only screen and (min-width: 992px) {
    section {
        div.left-side {
            position: relative;
            padding-right: 2rem;
            &::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 1px;
                background-color: @grey;
            }
        }
        div.right-side {
            padding-left: 2rem;
        }
    }
    .banner .title, .banner .sub-title{
/*        margin-left: -10%;*/
    }
    
}
@media only screen and (max-width: 767px) {
    section {
        padding-top: 1rem;
        padding-bottom: 1rem;
        .title {
            padding-left: 0.5rem;
            &::before {
                top: 4px;
                bottom: 4px;
                width: 4px;
            }
        }
    }
}
.form_notice {
    background-color: @red;
    color: white;
    padding: 2rem 4rem;
    margin: 0 3rem;
    font-size: 1.2em;
    border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
    .form_notice {
        padding: 2rem 2.5rem;
        margin: 0;
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 991px) {
    .form_notice {
        padding: 1rem;
        font-size: 1em;
    }
    .banner .title, .banner .sub-title{
        margin-left: 0%;
    }
    .banner .title {
        font-size: 36px;
    }
    .banner .sub-title {
        font-size: 12px;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .form_notice {
        padding: 0.5rem 1rem;
        font-size: 0.9em;
    }
    .banner .title {
        font-size: 22px;
    }
    .banner .title {
        width: inherit;
    }
    .banner .sub-title {
        width: inherit;
    }
}
#pet_form {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    label {
        margin-bottom: 0;
    }
    gap: 1rem;
}
#adopt-email {
    float: right;
    width: calc(50% - 142px);
}
@media screen and (min-width: 1600px) {
    #adopt-email {
        width: calc(50% - 180px);
    }
}
.adoptArea .container-fluid {
/*    padding-left: 1%;*/
/*    padding-right: 1%;*/
}
#adopt-email a:not(.btn) {
    color: black;
}
#iframe-pet {
    width: 59%;
}
#iframe-pet .list-body {
    background-color: #0092B3 !important;
}

.adoptTable .list-item {
    width: 240px !important;
}
@media only screen and (max-width: 991px) {
    #adopt-email, #iframe-pet {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content {
        font-size: 1em;
    }
    #pet_form {
        flex-direction: column;
        gap: 6px;
    }
    #adopt-email a {
        word-break: break-all;
    }
}
/* Accordion Style */
.uk-accordion-title {
    font-family: Playfair Display;
    font-size: 1.5em;
}
.uk-accordion-content {
    margin-top: 1rem;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .uk-accordion-title {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 991px) {
    .memberBtn {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .memberBtn {
        margin-bottom: 1rem;
    }
}