html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}    
ul {
    list-style: none; /* removes bullets */
    padding: 0;       /* optional: removes left padding */
    margin: 0;        /* optional: removes top/bottom spacing */
}
a {
    text-decoration: none;
}
p {
    line-height: 23px;
}
.mobile-optimised {
    display: none;
}
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-bar-links {
    display: flex;
    justify-content: space-between;
}
.nav-bar-links > a {
    padding-right: 40px;
    text-decoration: none;
}
.nav-bar-logo {
    padding: 20px;
    width: 190px;
}
.footer {
    background-color: #F2F2F2;
}
.footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.footer-address {
    margin-right: 80px;
}
.footer-logo {
    margin-left: 30px;
    width: 250px;
}
.footer-address > p {
    line-height: 3px;
}
.footer-address-title {
    font-weight: 700;
    color: #886403;
}
.copyright-quote {
    text-align: center;
    font-size: 10px;
}
#hamburger-menu {
    display: none;
}

.font-large {
    font-size: 22px;
}
.font-medium {
    font-size: 16px;
}
.font-small {
    font-size: 22px;
}
.font-bold {
    font-weight: 400;
}
.font-bolder {
    font-weight: 600;
}
.font-boldest {
    font-weight: 800;
}
.text-color-gold {
    color: #886403;
}
.text-color-black {
    color: black;
}
.text-color-white {
    color: white;
}
.text-align-center {
    text-align: center;
}
#hamburger-menu-icon {
    display: none;
}
a:hover {
    color: #765703;
    transition: 0.25ms;
}
.fade-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-section.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
    #hamburger-menu {
        /* display: block; */
        position: fixed;
        z-index: 3;    
        height: 100vh;
        width: 100vw;
        background-color: white;
        padding-top: 50px;
    }
    #hamburger-menu > p, #hamburger-menu > a {
        margin-left: 50px;
    } 
    #hamburger-menu > a {
        padding-bottom: 50px;
    }
    #hamburger-close-btn {
        display: flex;
        justify-self: right;
    }
    #hamburger-menu-icon {
        display: block;
    }
    #hamburger-menu-icon > img, #hamburger-close-btn {
        width: 90px;
        margin-right: 10px;
    }
    p {
        line-height: 60px;
    }
    .mobile-optimised {
        display: block;
    }
    .nav-bar-and-content {
        height: fit-content;
    }
    .nav-bar-logo {
        width: 400px;
    }
    .nav-bar-links {
        display: none;
    }
    .font-large {
        font-size: 50px;
    }
    .font-medium {
        font-size: 33px;
    }
    .font-small {
        font-size: 25px;
    }
    .footer-content {
        display: block;
    }
    .footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-address {
        margin: 0;
    }
    .footer-address > p {
        text-align: center;
    }
}
@media (min-width: 1600px) {
    p {
        line-height: 27px;
    }
    .nav-bar-logo {
        width: 225px;
    }
    .nav-bar-links > a {
        font-size: 19px;
    }
    .font-large {
        font-size: 35px;
    }
    .font-medium {
        font-size: 22px;
    }
    .font-small {
        font-size: 20px;
    }
}

/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/cyrillic-ext') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/cyrillic') format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/vietnamese') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/latin-ext') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/latin') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/cyrillic-ext-normal') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/cyrillic-normal') format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/vietnamese-normal') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/latin-ext-normal') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./../fonts/Montserrat/latin-normal.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}