.navbar-logo-text {
    font-family: "Dancing Script", cursive;
    font-size: 1.4rem;
    color: #333;
    margin-left: 16px;
    display: flex;
    align-items: center;
}
/* Navbar logo styling */
.navbar-logo-link {
    display: flex;
    align-items: center;
    height: 70px;
}

.navbar-logo {
    height: 70px;
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.navbar {
    min-height: 70px;
}
/* Footer logo centering and sizing */
.footer-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    height: 100px;
    max-width: 90vw;
    object-fit: contain;
}
body{background-color: #B2C8BA;}

.background{
    background-color: #EBF3E8;
}
.background-nav{
    background-color: #B2C8BA;
}
.text-body-emphasis{
    font-family: cursive;
}
.background-gallery{
    background-color: #D2E3C8;
}
.gallery-section img{
    display: block;
    margin: auto;
    border: 5px solid #86A789;
}
.gallery-section img:hover{
    transform: scale(1.3);
}
#profile img{
    border: 5px solid #86A789;
}
.brand-font{
    font-family: "Dancing Script", cursive;
}
#top{
    background-color: #EBF3E8;
}
#top img{
    margin: auto;
    display: block;
}
.profile-text{
    font-family: "Noto Serif", serif;
    color: #D2E3C8;
    font-size: 1.2rem;
    background-color: #86A789;
    border-radius: 5%;
}
.temporary-text{
    font-family: "Noto Serif", serif;
    color: #D2E3C8;
    font-size: l;
    background-color: #86A789;
    min-height: 600px;
}
#header{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #D2E3C8;
}
#artwork{
    font-family: "Dancing Script", cursive;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 50px;
    font-weight: 600;
    font-size: 3.5rem;
    color: black;
}
#temporary-header{
    margin-top: 200px;
    margin-bottom: 200px;
    font-weight: 600;
    font-size: 5rem;
    color: #D2E3C8;
}
.carousel-inner > .carousel-item > img {
    max-width: 100%; /* Ensures the image fits within the container */
    max-height: 600px; /* Ensures height stays within a reasonable size */
    height: auto; /* Maintains aspect ratio */
    object-fit: contain; /* Ensures the image fits within the container while maintaining aspect ratio */
    box-sizing: border-box; /* Ensures padding and border are included in the width/height */
}

#carousel {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 100%; /* Ensures carousel doesn’t exceed the width of its container */
    box-sizing: border-box; /* Ensures padding is included in the width calculation */
}

.form-group{
    text-align: center;
}
.form-group label{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}
.form-group button{
    background-color: #86A789;
    width: 100px;
    height: 50px;
    border-radius: 10%;
}
.form-group button:hover{
    background-color: goldenrod;
}
#commissionText{
    display: block;
    margin: 0 auto;
    width: 500px;
    height: 300px;
    text-align: center; 
    padding-bottom: 270px;
}
@media (max-width:500px){
    .temporary-text{
        font-family: "Noto Serif", serif;
        color: #D2E3C8;
        font-size: l;
        background-color: #86A789;
        min-height: 400px;
    }
    #temporary-header{
        margin-top: 50px;
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 5rem;
        color: #D2E3C8;
    }
    .carousel-inner > .carousel-item > img{
        height: 300px;
        width: fit-content;
    }
    #carousel{
        align-self: center;
        align-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #commissionText{
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 300px;
        text-align: center; 
        padding-bottom: 270px;
    }
}
