:root {
    --primaryColor: #F2DFA7;
    --secondaryColor: #2F5373;
    --tertiaryColor: #6D70A6;
    --backgroundColor: #152840;
    --backgroundColorTransparent: #152840b9;
    --extraColor: #5a51519e;
}

* {
    box-sizing: border-box;
    font-family: "Della Respira", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: var(--backgroundColor);
    box-sizing: border-box;
    font-family: "Della Respira", serif;
    font-weight: 400;
    font-style: normal;
}

label {
    color: var(--primaryColor);
}

.della-respira-regular {
    font-family: "Della Respira", serif;
    font-weight: 400;
    font-style: normal;
}

.open-sans-regular {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--primaryColor);
    font-size: 1.25rem;
}

h1 {
    color: var(--primaryColor);
    font-size: 4rem;
}

h2 {
    color: var(--primaryColor);
    font-size: 2.25rem;
}

h3 {
    color: var(--primaryColor);
    font-size: 2.0rem;
}

h4 {
    color: var(--primaryColor);
    font-size: 1.5rem;
}

p {
    color: var(--primaryColor);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.25rem;
    font-variation-settings:
        "wdth" 100;
}

.dots {
    color: var(--primaryColor);
}

.footer {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 12px;
    margin-left: 0px;
    background: var(--tertiaryColor);
    height: 45px;
    padding-right: 15px;
    /* margin-top: 25px; */
}

.footer p {
    /* color: rgba(255 255, 255, .3); */
    color: var(--primaryColor);
    font-style: italic;
}



.navbar .links {
    gap: .5rem;
    /* margin-left: auto;
    margin-right: auto; */
}

.btn {
    color: var(--primaryColor);
    background-color: var(--extraColor);
    font-size: 1.25rem;
    border-radius: 10%;
    z-index: 3;
    border: 1.25px solid var(--primaryColor);
}


.form-control {
    background-color: var(--primaryColor);
    color: var(--secondaryColor);
    margin-bottom: .20rem;

}

.form-control::placeholder {
    color: var(--secondaryColor);

}

.form-control:focus {
    background-color: var(--primaryColor);
    color: var(--secondaryColor);

}

a.button {
    text-decoration: none;
}

a:hover {
    color: var(--primaryColor);
    text-decoration: underline;
}

.nav-link:hover {
    color: var(--primaryColor);
    text-decoration: underline;

}



.navbar .toggle_btn {
    color: var(--secondaryColor);
    font-size: 1.5rem;
    cursor: pointer;
    top: 5px;
    display: none;
    margin-right: 10px;

}

.mm-columns__img {
    width: 100%;
    height: auto;
}

.header-container {
    background-image: url('..\\imgs/pose-2-color-v5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
}

.arrow-class {
    height: 25px;
}

#brand-logo {
    width: auto;
    margin-top: 5%;
    height: 8vh;
    border-radius: 30%;
}

.dropdown_menu {
    display: flex;
    justify-content: right;
    z-index: 1;
}

.dropdown_menu ul {
    background: var(--extraColor);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    text-align: center;
    width: auto;
    align-self: right;
    padding: 2%;
}

.navbar-brand {
    z-index: 3;
}

.navbar-expand-icon {
    color: var(--primaryColor);
    font-size: 2rem;
}

/* One consistent “card” size for every video */
.vimeo-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* change to 4/3 if you prefer */
    background: #000;
    /* makes letterboxing look intentional */
    border-radius: 10px;
    /* optional */
    overflow: hidden;
    /* keeps rounded corners clean */
}

/* Make the iframe fill the box */
.vimeo-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


.name-buffer {
    height: 25vh
}

.name-header {
    width: 45vw;
    text-align: center;
}

.phoenix-poster {
    max-height: 90%;
    max-width: 80%;
}

.homepage-detailed-boxes {
    background-color: var(--tertiaryColor);
    /* top-left top-right bottom-right bottom-left */
    border-radius: 3%;
    padding: 4%;
    margin-bottom: 4%;
    margin-top: 0%;
}

.production-detailed-boxes {
    background-color: var(--tertiaryColor);
    /* top-left top-right bottom-right bottom-left */
    border-radius: 3%;
    padding: 4%;
    margin-bottom: 4%;
    margin-top: 4%;

}

.page-title {
    text-align: center;
    margin-bottom: 3%;
    margin-top: 3%;
}

.carousel-caption {
    /* top:0;
    left: 0;
    text-align: left; */
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
}

.caption-text {
    display: inline;
    background-color: var(--backgroundColorTransparent);
    border-radius: 10%;
    font-size: 1rem;
    color: var(--primaryColor);
    padding: 2%;
}

/* Responsive Design for smaller screens below. */
/* 
Some common CSS breakpoints in 2022 that you can use include –

Mobile – 360 x 640; 375 x 667; 360 x 720
Tablet – 768 x 1024
iPhone – 375 x 812
Laptop – 1366 x 768 */

.navbar .toggle_btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    top: 5px;
    display: none;
    /* margin-right: 10px; */
}




@media(max-width: 1200px) {
    a {
        text-decoration: none;
        color: var(--primaryColor);
        font-size: 1rem;
    }

    h1 {
        color: var(--primaryColor);
        font-size: 3rem;
    }

    h2 {
        color: var(--primaryColor);
        font-size: 2rem;
    }

    h3 {
        color: var(--primaryColor);
        font-size: 1.0rem;
    }

    h4 {
        color: var(--primaryColor);
        font-size: 1rem;
    }

    p {
        color: var(--primaryColor);
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 1rem;
        font-variation-settings:
            "wdth" 100;
    }

    .btn {
        color: var(--primaryColor);
        background-color: var(--extraColor);
        font-size: 1rem;
        border-radius: 10%;
    }

}

@media(min-width: 992px) {
    #dropdown_menu {
        display: none !important;
    }

    .imagecol2-md {
        display: none;
    }


}

@media(max-width: 992px) {

    .hide-lg {
        display: none !important;
    }

    .imagecol3-lg {
        display: none;
    }

    .phoenix-poster {
        margin-bottom: 5%;
    }

    .about-me-paragraph {
        margin-bottom: 5%;
    }

    h1 {
        color: var(--primaryColor);
        font-size: 2.5rem;
    }

    h2 {
        color: var(--primaryColor);
        font-size: 1.5rem;
    }

    .page-title {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

@media(min-width: 626px) {
    .imagecol1-sm {
        display: none;
    }
}

@media(max-width: 626px) {
    .imagecol2-md {
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    .page-title {
        margin-top: 3%;
    }

    .production-detailed-boxes {
        padding: 4%;
        margin-bottom: 5%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .homepage-detailed-boxes {
        padding: 4%;
        margin-left: 2%;
        margin-right: 2%;
    }
}