body {
    font-family: Calibri, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    padding: 1vh 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5em;
    margin: 0;
    background-color: #fff8e7;
}

.logo {
    height: 2.8em;
}

header nav ul {
    list-style-type: none;
    width: 20em;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex: 1 0 0;
}

header nav ul li {
    flex: 1 0 0;
    text-align: center;
}

header nav ul li a {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0c6e11;
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    position: relative;
} 

.innerBanner {
    width: 100%;
    text-align: center;
    color: white;
    padding: 20px;
}

footer {
    background-color: #fff8e7;
    color: #0c6e11;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 3vh 8vw;
    box-sizing: border-box;
}

.container {
    padding: 20px;
}

header a {
    flex: 1 0 0;
}

header div {
    flex: 1 0 0;
}

main {
    background-color: #fff8e7;
    margin: 0;
    padding: 10vh 8vw;
}

.projects {
    display: grid;
    column-gap: 0.8em;
    grid-template-columns: 50% 50%;
    row-gap: 2.6em;
}

h1 {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #295b08;
    text-decoration: none;
    font-size: 10vh !important;
    margin: 0;
}

h2 {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0c6e11;
    text-decoration: none;
    font-size: 5vh !important;
    padding-bottom: 0.5em;
}

h3 {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0c6e11 !important;
    text-decoration: none;
    font-size: 2em;
    margin: 0;
}

.projectImage {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    object-position: left top;
}

.mySundownImage {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    object-position: center top;
}

p {
    color: #0c6e11;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: -0.01em;
}

.project {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.projectsHeader {
    margin-bottom: 0.8em;
}

.projectImageContainer {
    padding-bottom: 1.2em;
}

.projectTitle {
    margin-bottom: 0.3em;
    font-size: 2em;
}

.projectImageContainer a {
    background-color: white;
    display: inline-block;
}

.projectImageContainer a img:hover {
    opacity: .8;
}

.projectHorizontal {
    display: grid;
    column-gap: 0.8em;
    grid-template-columns: 50% 50%;
    padding-top: 2.6em;
    padding-bottom: 2.6em;
}

.projectHorizontalText {
    margin-left: 8.33333%;
}

.projectHorizontalImage {
    place-self: center; 
}

.footerLogo {
    height: 2em;
    width: auto;
    margin-bottom: 1em;
}

footer div nav ul {
    list-style-type: none;
    width: 20em;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    display: flex;
    gap: 2em;
}

footer div nav ul li {
    text-align: left;
    width: fit-content;
}

footer div nav ul li a {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0c6e11;
    text-decoration: none;
    font-size: 0.9em;
}

footer div nav {
    padding-bottom: 0.4em;
}

.headerCarousel {
    width: 100%;
    height: auto;
}

.carouselEntry {
    height: 100vh;
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.carouselTitle {
    margin: 0;
    padding-bottom: 0.2em;
    color: white;
    font-size: 68px !important;
}

.carouselText {
    margin: 0;
    padding-bottom: 0.6em;
    color: white;
    font-size: 24px !important;
}

.carouselButtonContainer {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.carouselButton {
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    border-radius: 4px;
    background: none;
    border: 2px solid white;
    color: white;
    padding: 6px 12px;
}

.prettyBabiesCarousel {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/Pretty Babies.webp');
}

.runAwayAmyCarousel {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/Run\ Away\ Amy.webp');
}

.mySundownCarousel {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/My\ Sundown.jpg');
}

.jealousWhiteMenCarousel {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/Jealous\ White\ Men.webp');
}

footer p {
    font-family: "Bodoni Moda", serif;
    text-align: right;
    margin: 0.2em 0;
    font-size: 1em;
    line-height: 1.15em;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: block;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
}

.standardHeroBanner {
    width: 100%;
    background-color: #295b08;
    position: relative;
    padding: 8vh 15vw;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.standardHeroBannerInner {
    background-color: #fff8e7;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutUsEntry {
    width: 100%;
    border-collapse: collapse;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 3em;
}

.aboutUsImageContainer {
    height: auto;
    width: 100%;
    object-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutUsImage {
    width: 100%;
    height: auto;
}

.aboutUsText {
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.contactUsText {
    margin: 0 16vw;
}

.contactUsText p a {
    color: #0c6e11;
}

.contactUsIcons {
    font-size: 1.5em;
    color: #0c6e11;
    cursor: pointer;
    text-align: center;
}

.contactUsIcons a {
    color: #0c6e11;
}

body {
    min-height: 100vh;
    background-color: #fff8e7 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburgerContainer {
    font-size: 1.5em;
    color: #0c6e11;
    cursor: pointer;
    display: none;
    text-align: right;
}

.hamburgerMenu nav {
    border-top: 1px solid #0c6e11;
}

.hamburgerMenu nav li {
    list-style-type: none;
    padding: 1em 0;
    border-bottom: 1px solid #0c6e11;
    text-align: center;
}

.hamburgerMenu nav li a {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0c6e11;
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 830px) {
    header nav {
        display: none;
    }

    .hamburgerContainer {
        display: block;
    }

    .carouselTitle {
        font-size: 7.5vh !important;
        padding-bottom: 1.5vh;
        max-width: 75vw;
        display: block;
    }

    .carouselText {
        font-size: 3vh !important;
        padding-bottom: 1.5vh;
        max-width: 75vw;
        display: block;
    }

    .carouselButton {
        font-size: 3vh !important;
        padding: 4px 8px;
        max-width: 75vw;
        display: block;
    }
}

@media only screen and (max-width: 620px) {
    .projects {
        grid-template-columns: 100%;
    }   

    .aboutUsEntry {
        grid-template-columns: 100%;
        gap: 8vh;
    }

    footer {
        padding: 3vh 6vw;
    }
    
    footer div {
        text-align: center;
    }

    footer div nav {
        display: flex;
        justify-content: center;
    }
    
    footer div nav ul {
        text-align: center;
        justify-content: center;
    }
 
    footer p {
        font-family: "Bodoni Moda", serif;
        text-align: center;
        margin: 0.2em 0;
        font-size: 1em;
        line-height: 1.15em;
        padding-top: 2vh;
    }

    .contactUsText {
        margin: 0 4vw;
    }

    main {
        padding: 10vh 6vw;
    }

    .projectHorizontal {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0.3em;
        padding-right: 0.3em;
        row-gap: 0;
    }

    .projectHorizontalText {
        margin-left: 0%;
    }
}