@font-face {
    font-family: 'Avenir_Text';
    src: url('../fonts/Avenir_Next.ttc') format('truetype-collection');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Marion';
    src: url('../fonts/Marion.ttc') format('truetype-collection');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F6EFD5;
    font-family: 'Avenir_Text', sans-serif;
}

h1,h2,h3,h4 {
    font-family: 'Marion', sans-serif;
}

.full-width-image {
    width: 100%;
    height: auto;
}

.footer-bottom {
    background-color: #54361C;
}
.footer-top {
    background-color: #F6EFD5;
}
.navbar .nav-link, .navbar-brand, .footer-bottom-text {
    color: white !important;
}
.footer {
    padding: 0;
}

.footer .social-icons a {
    color: #54361C;
    font-size: 24px;
    margin: 0 15px;
}

.navbar {
    background-color: #54361C;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.text-justify {
    text-align: justify;
}
