html, body {
    width: 100%; 
    height: 100vh;
    margin: 0px; 
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Fonts */
@font-face {
    font-family: 'Geist Ultra Black', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-UltraBlack.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Regular', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Louise Regular', Arial, Helvetica, sans-serif;
    src: url('/Type/Louise-Regular.otf') format('otf');
}

@font-face {
    font-family: 'Hal Timezone', Helvetica, sans-serif;
    src: url('/Type/HALTimezone-Regular.otf') format('otf');
}

@font-face {
    font-family: 'Geist Thin', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Thin.otf') format('otf');
}

@font-face {
    font-family: 'Geist Medium', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Italic';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Light';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Bold';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Subjectivity-BoldSlanted';
    src: url('/Type/Subjectivity-BoldSlanted.otf') format('otf');
}

@font-face {
    font-family: 'Coconat-Regular';
    src: url('/Type/CLT-Coconat/desktop/Coconat-Regular.otf') format('woff2');
}

@font-face {
    font-family: 'GT America', Helvetica, sans-serif;
    src: url('/Type/GTAMERICA/GT-America-Standard-Bold.otf') format('otf');
}
/*  */


p {
    font-family:  'Hal Timezone', serif;
    font-variation-settings: 'wght' 100;
    font-size: 16px;
    line-height: 1.4em;
}

hr {
    size: 0.5px;
}

h1 {
    font-family:  'GT America';
    font-size: 70px;
    font-weight: 50;
}

h2 {
    font-family:  'GT America';
    font-size: 22pt;
    font-weight: 50;  
    text-align: left; 
    margin-bottom: 0.5em;
}

a {
    color: #3e53a5;
    text-decoration: none;
}


/* Nav Bar Section */
.navbar {
    background-color: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    z-index: 1000;
}

.navbar a {
    display: block;
    color: greenyellow;
    background-color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    margin-top: 150px;
    margin-bottom: 1em;
  }

  .navbar-text {
    font-family: 'Subjectivity-BoldSlanted';
    font-style: italic;
    font-weight: 100;
    font-size: 18pt;
}

  .navbar a:hover {
    color: grey;
}

.navbar-mobile {
    text-align: center;
}

.navbar-mobile a {
    display: block;
    color: black;
    background-color: white;
    text-align: center;
    text-decoration: none;
   padding-top: 10px;
   padding-bottom: 10px;
   border-top: 0.75px solid black;
}

.navbar-mobile a:last-child {
    border-bottom: 0.75px solid black;
  }

.navbar-text-mobile{
    font-family:  'GT America';
    font-weight: 100;
    font-size: 22pt;
}

@media (min-width: 950px) {
    .navbar-mobile  {
    display: none;
}
}

@media (max-width: 950px) {
    .navbar  {
    display: none;
}
.navbar a {
    display: block;
    color: black;
    background-color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    writing-mode: sideways-lr; 
    text-orientation: upright;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .navbar-text {
    font-family:  'GT America';
    font-size: 22pt;
  }
}


/* Header Section */
.header-section {
    display: grid;
    grid-template-columns: 1fr;
   justify-items: center;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 0em;
}

.home-header {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0.1em;
}

.header-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;   
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px; 
    gap: 90px;
    align-items: center;
}


.header-gallery img {
    width: 50%; 
    margin-bottom: 10px;
}

.header-gallery2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 30px;
    margin-bottom: 30px; 
    gap: 40px;  
    align-items: center;
}

.header-gallery2 img {
    width: 60%; 
    margin-bottom: 20px;
}


.logo {
    display: block;
    max-width: 600px;
    height: auto;
    margin-bottom: 0.1em;
}

#intro-words {
    font-family:  'Hal Timezone';
    font-size: 15pt;
    line-height: 1.4em;
    text-align: justify;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 60px;
    margin-top: 30px;
}

@media (max-width: 950px) {
    .header-section {
        display: grid;
        grid-template-columns: 1fr;
       justify-items: center;
       text-align: center;
       margin-top: 70px;
       margin-bottom: 0em;
    }

    h1 {
        font-family:  'Hal Timezone';
        font-size: 60pt;
        line-height: 0.9em;
        font-weight: 50;
    }
    
    .home-header {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0.1em;
    }
    
    .header-gallery {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-top: 0.1em;   
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 20px; 
        gap: 10px;
        text-align: center;
        justify-items: center;
    }
    
    
    .header-gallery img {
        width: 100%; 
        margin-bottom: 20px;
    }
    
    .header-gallery2 {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-top: 40px;   
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 20px; 
        gap: 10px;
        text-align: center;
        justify-items: center;
    }
    
    .header-gallery2 img {
        width: 100%; 
        margin-bottom: 20px; 
    }
    
    
    .logo {
        display: block;
        max-width: 600px;
        height: auto;
        margin-bottom: 0.1em;
    }
    
    #intro-words {
        font-family:  'Hal Timezone';
        font-size: 18pt;
        text-align: justify;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* Body Section */
.divider-image-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.divider-img {
width: 80%;
height: auto;
}

.divider-img img {
    width: 100%;
    height: auto;
}


.stockists {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 0.1em;
    margin-left: 200px;
    margin-right: 200px;
    gap: 60px;
   align-items: left;
   text-align: justify;
}

.final-image-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-top: 0.1em;
    margin-left: 0;
    margin-right: 0;
}

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

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

@media (max-width: 950px) {
.stockists {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
  align-items: left;
}
.stockist-image {
    width: 80%;
    height: auto;
    padding-left: 20px;
padding-top: 5px;
    }

    h2 {
        font-size: 18pt;
        font-weight: 100;   
    }
}