body {
    margin: 0;
}

section {
    padding: 100px 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p,
a,
ul,
ol,
table {
    font-family: "Nunito", sans-serif;
}

p {
    font-size: 20px;
    line-height: 30px;
}

#header {
    padding: 30px 100px;
}

#header nav a {
    color: rgb(42, 45, 47);
    text-decoration: none;
    padding: 0 25px;
}

#header nav a:hover {
    color: rgb(141, 197, 235);
}

.home-banner {
    background-image: url("images/macaron-banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 30%;
    padding: 0;
}

.home-banner .banner-text-overlay {
    padding: 250px 0;
    text-align: center;
    color: aliceblue;
    background-color: rgba(45, 39, 9, 0.558);
    margin: 0;
}

.home-banner p {
    margin-bottom: 55px;
    font-size: 25px;
    font-style: italic;
}

.home-banner button {
    border-color: aliceblue;
    border-style: solid;
    background-color: transparent;
    padding: 15px 0px;
}

.home-banner button:hover {
    background-color: aliceblue;
}

.home-banner button a:hover {
    color: rgb(42, 45, 47);
}

.home-banner button a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 20px;
}

.home-intro h2,
.home-intro p {
    color: rgb(42, 45, 47);
}

.home-intro table {
    width: 100%;
}

.about-the-cook {
    width: 55%;
}

.about-the-cook-text {
    width: 45%;
    padding-left: 10%;
}

.about-the-cook-text h2 {
    text-decoration: underline rgb(207, 187, 86) 5px;
}

.about-the-cook-text p {
    font-weight: 300;
}

.about-the-cook img {
    width: 100%;
}

.parallex-divider {
    background-image: url(images/assorted-cakes.jpg);
    height: 150px;
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.products-intro h2 {
    text-align: center;
    text-decoration: underline rgb(207, 187, 86) 5px;
    color: rgb(42, 45, 47);
}

.products-intro h4,
.products-intro p {
    text-align: center;
}

.products-flex-container {
    display: flex;
    gap: 30px;
}

.products-flex-container img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.products-flex-item {
    width: 25%;
}

.products-flex-item p {
    font-weight: 300;
}

.parallex-divider-2 {
    background-image: linear-gradient(rgba(45, 39, 9, 0.558), rgba(45, 39, 9, 0.558)), url(images/croissant-banner.jpg);
    height: 150px;
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: aliceblue;
    letter-spacing: 3px;
}

.back-to-top-button {
    position: fixed;
    bottom: 5%;
    left: 95%;
    box-shadow: 2px 2px 4px rgba(68, 60, 20, 0.532);
}

.back-to-top-button img {
    width: 50px;
}

#footer {
    padding: 50px 100px;
}

.footer-flex-container {
    display: flex;
    gap: 60px;
}

.footer-flex-item {
    width: 25%;
}

.footer-flex-item img {
    width: 25%;
    height: 80px;
}

.footer-flex-item p {
    color: rgb(42, 45, 47);
    font-size: 18px;
    font-style: italic;
}

.footer-flex-item h5,
.footer-flex-item a {
    color: rgb(42, 45, 47);
}

.footer-flex-item ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-flex-item a {
    display: block;
    text-decoration: none;
}

.footer-flex-item a:hover {
    color: rgb(141, 197, 235);
}

.small-footer-flex-container {
    display: flex;
    gap: 850px;
}

.small-footer-flex-item img {
    height: 60px;
}