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);
}

.our-pastries-banner {
    background-image: url("images/our-pastries-banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 35%;
    padding: 0;
}

.our-pastries-banner .our-pastries-banner-text-overlay {
    padding: 100px 0;
    text-align: center;
    color: aliceblue;
    background-color: rgba(45, 39, 9, 0.558);
    margin: 0;
}

.our-pastries-banner p {
    margin-bottom: 55px;
    font-size: 25px;
    font-style: italic;
}

.pastries-intro p {
    text-align: center;
}

.chimney-cake-banner {
    background-image: linear-gradient(rgba(175, 113, 38, 0.244), rgba(84, 54, 19, 0.244)), url("images/chimneys.jpg");
    height: 150px;
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: aliceblue;
    letter-spacing: 3px;
    padding: 100px 0;
}

.chimney-cake-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.chimney-cake-grid-container img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.chimney-cake-grid-item {
    padding: 20px;
    text-align: center;
    position: relative;
}

.birthday-cake-banner {
    background-image: linear-gradient(rgba(175, 113, 38, 0.244), rgba(84, 54, 19, 0.244)), url("images/birthday-cake-banner.jpg");
    height: 150px;
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: aliceblue;
    letter-spacing: 3px;
    padding: 100px 0;
}

.birthday-cake-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.birthday-cake-grid-container img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.birthday-cake-grid-item {
    padding: 20px;
    text-align: center;
    position: relative;
}

.macarons-banner {
    background-image: linear-gradient(rgba(175, 113, 38, 0.244), rgba(84, 54, 19, 0.244)), url("images/macaron-photo.jpg");
    height: 150px;
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: aliceblue;
    letter-spacing: 3px;
    padding: 100px 0;
}

.macarons-flex-container {
    display: flex;
    gap: 50px;
}

.macarons-flex-container img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: 100% 80%;
}

.macarons-text-flex-item {
    width: 60%
}

.macarons-text-flex-item span {
    color: rgb(177, 157, 56);
}

.macarons-image-flex-item {
    width: 40%;
}

.macarons-section p {
    font-weight: 300;
}

.macarons-section button {
    background-color: rgb(172, 157, 74);
    padding: 15px 0px;
    border: none;
    border-radius: 10px;
    margin: 20px 0;
}

.macarons-section button:hover {
    background-color: rgb(120, 106, 35);
}

.macarons-section button a:hover {
    color: aliceblue;
}

.macarons-section button a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px;
}


.icon-flex-container {
    display: flex;
    justify-content: space-evenly;
    gap: 35px;
    justify-content: center;
}

.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;
}

.icon-flex-container img {
    width: 4%;
}

#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;
}