html {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
       
    }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    padding-top: 60px;
    margin-bottom: 60px;
    
}

/* Ensure Bootstrap's active nav-pills styles don't override our custom buttons */
.navbar .btn-custom {
    display: inline-block;
    padding: 8px 20px;
    background-color: #F5F5F5 !important;
    color: #444545 !important; /* Dark text color */
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px;
    margin-top: 5px;
}

/* Hover effect */
.navbar-nav .nav-item .nav-link.btn-custom:hover {
    background-color: #444545 !important; /* Dark background on hover */
    color: #F5F5F5 !important; /* White text on hover */
    border: 0px solid #444545 !important; /* White border on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
    transform: translateY(-3px);
}


/* For the clicked state */
.navbar-nav .nav-item .nav-link.btn-custom:active {
    transform: translateY(1px); /* Push down when clicked */
}

@media (max-width: 767px) {
    .navbar .btn-custom {
        /*background-color: transparent !important;*/
        color: #444545 !important; /* White text */
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important; /* Remove button shadow */
        font-weight: normal; /* Normal weight text */
        text-transform: none; /* Remove uppercase if needed */
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    text-transform: uppercase;
    color: #444545;
}

a {
    color: #0077cc;
}


#home-container {
    margin: 0;
    padding: 0;
    background-color: #E8D8DB;
}




#gallery-container {
    background-color: #E8D8DB;
    
}



#contact-card p {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
}
#contact-card {

    background-color: #E8D8DB;
    border-radius: 8px;

}
    #contact-card a {
        color: #444545;
    }


    #contact-card a:hover {
        color: #444545;
        opacity: 50%;
    }


#gallery-container .row {
    background-color: inherit; /* Make the row inherit the background color */
    border-radius: 10px;
}

    #gallery-container .col {
        background-color: inherit; /* Ensure the columns are also colored */
    }

.main-container {
    margin: 0;

    
    
}
.carousel,
.carousel-item {
    height: calc(100vh - 60px);
   
}



#carouselExampleAutoplaying {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    
    
}

/* Make sure carousel images fill the container without distortion */
.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: contain; 
   
  
}

/* Style for the content overlay on the carousel */
.content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: linear-gradient(to bottom, rgb(224, 222, 200, 0.80), rgb(164, 147, 147, 0.60));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    opacity: 95%;
    max-width: 90vh;
    max-height: 90vh;
    
}

.content-overlay h1 {

    font-size: 42px;
}

@media (max-width: 768px) {
    .content-overlay{
        font-size: 16px;
        width: 90vw;
        padding: 15px;
    }

 
}

@media (max-width: 480px) {
    .content-overlay {
        font-size: 14px;
        width: 90vw;
        height: 70vh;
        padding: 1px;
    }

    .content-overlay h1 {
        font-size: 28px;
    }

    .social-icons a {
        font-size: 14px; /* Even smaller icon size on mobile screens */
    }
}

 

.content-overlay .btn {
    margin-top: 20px;
    margin-bottom: 20px;    
    width: 50%;
        
}

@media (max-width: 768px) {
    .content-overlay .btn {
        width: 80%;
    }
}

.img-thumbnail {
    max-height: 200px;
}

.home-social-icons a {
    color: #F5F5F5; /* Default color */
    font-size: 24px; /* Size of the icons */
    transition: color 0.3s; /* Smooth transition effect */
}

        .home-social-icons a:hover {
            color: #444545; /* Change color on hover */
        }



.page-social-icons a {
    color: #444545; /* Default color */
    font-size: 24px; /* Size of the icons */
    transition: color 0.3s; /* Smooth transition effect */
}

    .page-social-icons a:hover {
        color: #444545; /* Change color on hover */
        opacity:50%;
    }

.home-social-icons a[href^="mailto:"] {
    font-size: 14px;
}

.home-social-icons i.fa-envelope {
    font-size: 14px; 
    vertical-align: middle;
}

.page-heading {
    font-size: 58px !important; /* Large font size for emphasis */
    font-weight: bold !important; /* Bold weight for visual impact */
    color: #444545; /* Dark, sophisticated color */
    text-align: center; /* Center align the heading */
    margin-top: 50px !important; /* Space below the heading */
    margin-bottom: 50px !important; /* Space below the heading */
    text-transform: uppercase; /* Optional: Make text uppercase for impact */
    letter-spacing: 2px; /* Slightly increase spacing between letters */
}

        
/*        .page-heading::after {
            content: "";
            display: block;
            width: 100px;
            height: 3px;
            background-color: #E8D8DB;
            margin: 15px auto; 
        }*/

        /* Optional Hover Effect */
        .page-heading:hover {
            color: #a8c4c4; /* Change color on hover for interactivity */
            transition: color 0.3s ease;
        }

    /* Optional Fade-in Animation */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .page-title {
        animation: fadeIn 1s ease-out;
    }

    .form-container {
        border: 2px solid #ccc; /* Light border around the form */
        padding: 20px; /* Space inside the form */
        border-radius: 10px; /* Slightly rounded corners */
        background-color: #f9f9f9; /* Light background color */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle box shadow */
        margin-top: 20px; /* Add some space above the form */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
        margin-bottom: 50px;
    }

        /* Optional: Add a hover effect for more interactivity */
        .form-container:hover {
            transform: scale(1.02); /* Slight zoom-in effect */
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
        }


    .about-image{

        max-height: 500px;
        object-fit: cover;


    }

.about-row {
    color: #444545;
    border-bottom: solid 1px #E8D8DB;
}

    .about-row p {
        font-style: italic;
        font-weight: 400;v
    }

    .about-row:nth-child(odd) {
        background-color: #f8f3f4; /* Light color for odd rows */
    }

    .about-row:nth-child(even) {
        background-color: white; /* White for even rows */
    }


    .figure-caption{

        font-size: 16px;
    }



.gallery-row {
    row-gap: 30px; /* Add vertical gap between rows to account for hover expansion */
    background-color: white;
}

.gallery-card {
    height: 100%; /* Ensure the card takes up available space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 1s ease, box-shadow 0.3s ease;
    margin: 10px; /* Add some margin between cards */
    color: #323A3A;
    border-radius: 10px;
    position: relative;
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    display: none;
}

/* Show the zoom icon when hovered (for desktop) or active (for mobile) */
.gallery-card:hover .zoom-icon,
.gallery-card:active .zoom-icon {
    display: block;
}

.gallery-card img {
    width: 100%; /* Ensure the width fills the container */
    height: 250px; /* Set a fixed height for the images */
    object-fit: contain; /* Ensure images cover the area while maintaining aspect ratio */
}

.gallery-card img:hover {
    cursor: zoom-in;
}

.card-body {
    flex-grow: 1; /* Allow the card body to expand to fill remaining space */
}

.gallery-card:hover {
    transform: scale(1.05); /* Scale the card */
    z-index: 10; /* Ensure the hovered card is above others */
    margin: -10px; /* Negative margin to maintain space around the card */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    
    opacity: 80%;
}


.modal-content {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

h2.artwork-detail-heading {
    font-size: 1.75rem; /* Adjust size of the title */
    font-weight: 600; /* Bold for headings */
    color: #2c3e50; /* Darker shade for the title */
    margin-bottom: 1rem;
}

h3.artwork-detail-heading {
    font-size: 1.25rem; /* Smaller heading size for sections */
    font-weight: 600; /* Make section headings bold */
    color: #34495e; /* Slightly lighter than title */
    margin-bottom: 0.5rem;
}




.full-size-image {
    border-radius: 8px; /* Soft corners for the image */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}


.modal-body {
    padding: 2rem;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 1rem;
    }
}


button.btn-close {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button.btn-close:hover {
        background-color: #c0392b;
    }

header {
    background-color: #F5F5F5;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #A8C4C4;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #F5F5F5;
    color: azure;
}

.navbar {
    background-color: #F5F5F5;
    z-index: 1000;
}

.navbar-toggler {
    border-color: rgba(68, 69, 69, 0.5); /* Optional: change the border color of the toggler button */
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba(68, 69, 69, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
    /* This changes the default hamburger icon to white using an inline SVG */
}

.navbar-collapse {
    background-color: #F5F5F5;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    z-index: 1000;
}