


/* Custom styles for the hero section */
.hero {
    background-image: url('img/hero.jpg');

    /* Replace 'your-image.jpg' with your actual image URL */
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;

    /* Center horizontally */
}

/* Black tint at 50% opacity */
.hero::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.77);

    /* Adjust the opacity as needed */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style for the text, not tinted */
.hero-text {
    z-index: 1;

    /* Place text above the tinted background */
}

/* Custom styles for the navbar */
.navbar {
    background-color: #1E1E1E;
}

.collapse p,
.collapse h4,
.collapse li
{
    font-family: 'Libre Baskerville', serif;
    color: #1E1E1E;
}

.magic-camp p
{
 font-family: 'Libre Baskerville', serif !important;
color:white !important;
}

.btn1
{
 font-family: 'Libre Baskerville', serif;
}

ul
{
  font-family: 'Libre Baskerville', serif;
  color:white;
}

h4
{
  font-family: 'Libre Baskerville', serif;
}

@media (max-width:575px) {
    .hero h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
        color: #A89559;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
}

h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #A89559;
}

h3 {
    line-height: 1.9rem;
    font-family: 'Libre Baskerville', serif;
    color: #ffffff;
    font-size: 1.3rem;
}

p {
    line-height: 1.6rem;
    font-family: 'Libre Baskerville', serif;
    color: #ffffff;
    font-size: 1 rem;
}


.social-media {
    line-height: 1.9rem;
    font-family: 'Libre Baskerville', serif !important;
    color: #999999;
    font-size: 1.2rem!important;
}

@media (max-width:575px) {
    .testimonials h3 {
        line-height: 2.5rem;
        font-family: 'Libre Baskerville', serif;
        color: white;
        font-size: 0.8rem;
    }
}

.testimonials svg {
    height: 40px;
    width: 40px;
    color: white;
}

@media (max-width:575px) {
    .bio h3 {
        line-height: 1.6rem;
        font-family: 'Libre Baskerville', serif;
        color: #999999;
        font-size: 1.1rem;
    }

    h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        color: #A89559;
    }

    h3 {
        line-height: 1.7rem;
        font-family: 'Libre Baskerville', serif;
        color: #999999;
        font-size: 1.1rem;
    }
}

/* Custom styles for the carousel */
.bordered-carousel {
    border: 5px solid #A89559;

    /* Border width and color */
    border-radius: 10px;

    /* Rounded corners, adjust as needed */
    overflow: hidden;

    /* Hide overflowing content */
}

@media (min-width:1400px) {
    .hero {
        background-image: url('img/hero.jpg');
        min-height: 700px;
    }
}

.bg-dark {
    background-color: #1E1E1E !important;
}

@media (max-width:575px) {
    .testimonial1 {
        font-family: 'Playfair Display', serif;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.bg-red {
    background-color: #2B2824;
    color: white;
}

@media (min-width:576px) {
    .logo-square {
        display: none;
    }
}

@media (max-width:575px) {
    .logo {
        display: none;
    }
}

.lets-talk {
    font-size: 1.3rem;
    font-family: 'Libre Baskerville', serif;
    background-color: #BB4330;
    border: 0;
}

.testimonials {
    font-family: 'Libre Baskerville', serif;
}

@media (max-width:575px) {
    .about-me {
        padding: 30px !important;
    }
}