body {
    background-color: #FFFCF7;
}

/*banner*/
header {
    z-index: 10000;
}

.banner {
    background-color: #E4F0D0;
}

.bnr {
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 100px;
    max-width: 1440px;
    margin: 0 auto;
}

.text {
    font-family: Legwork Demo;
    font-size: 40px;
    white-space: nowrap;
    margin-left: 10%;
    margin-top: 10%;
}

.desktop-img {
    margin-bottom: -3%;
    margin-right: -40%;
    filter: drop-shadow(-125px 10px 15px rgba(0, 0, 0, 0.3));
}

.mobile-img {
    display: none;
}

/*information*/
.information {
    padding: 5% 5%;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

.title {
    background: url('../imgs/adpt/pawbgup.png');
    position: relative;
    z-index: 1000;
    background-size: contain;
}

.information h1 {
    font-size: 32px;
}

.information h2 {
    font-size: 25px;
}

.line1,
.line2 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.line1 {
    margin-bottom: 5%;
}

.line2 {
    margin-bottom: 5%;
}

.dginfo {
    background-color: #FBDEDB;
    border-radius: 20px;
    padding: 10px 8%;
    margin: 0px 5%;
    position: relative;
    z-index: 0;
    max-width: 300px;
    min-height: 150px;
}

.dog:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.dog a {
    text-decoration: none;
}

.dg {
    margin-bottom: -20%;
}

.dg5 {
    margin-bottom: -25%;
}

.line1 h1,
.line2 h1 {
    font-size: 25px;
}


.gap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20%;
}

.breed,
.calender {
    display: flex;
    align-items: center;
    gap: 10%;
}

.bgdown img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: -80%;
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width:1024px) {
    .text {
        margin-top: 8%;
        font-size: 30px;
    }
}

@media screen and (min-width: 601px) and (max-width:760px) {
    .text {
        margin-top: 10%;
        font-size: 28px;
    }

    .dginfo {
        padding: 10px 8%;
        margin: 0px 2%;
    }

    .line1 p,
    .line2 p {
        font-size: 16px;
    }
}

/*mobile*/
@media screen and (max-width: 600px) {

    .bnr {
        background-color: #E4F0D0;
        height: 120vh;
        flex-direction: column-reverse;
        justify-content: center;
        /* Center content vertically */
        text-align: center;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
        width: 90%;
        margin-top: 15%;
        margin-left: 20px;
        filter: drop-shadow(10px -100px 15px rgba(0, 0, 0, 0.3));
    }

    .text {
        text-align: center;
        margin-left: 0px;
        margin-top: -5%;
    }

    .information h1 {
        font-size: 35px;
    }

    .information h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .line1,
    .line2 {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .line1 p,
    .line2 p {
        font-size: 18px;
    }

    .dog {
        margin: 10%;
    }

    .doginfo{
        margin:0px 20%;
    }

}

@media screen and (max-width: 500px) {
    .bnr {
        height: 92vh;
    }
}

@media screen and (max-width: 320px) {
    .bnr {
        height: 85vh;
    }

    .text {
        margin-top: 5%;
    }
}