html, body {
    width: 100%; 
    margin: 0px; 
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #e5e2df;
    background-image: url('/Images/Home/fruta\ spine.png');
      background-size: cover; /* Ensures the image covers the entire page */
            background-repeat: no-repeat; /* Prevents image repetition */
            background-position: center; /* Centers the image */
            height: 100vh; /* Ensures full height */
}

@media (max-width: 950px) {
body {
    background-color: white;
    background-image: url('/Images/Home/studio\ saudari\ logo\ 08:025.jpg');
      background-size: contain; /* Ensures the image covers the entire page */
            background-repeat: no-repeat; /* Prevents image repetition */
            background-position: top; /* Centers the image */
            height: 100vh; /* Ensures full height */   
}
}

/* 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: '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: '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');
}


@font-face {
    font-family: 'VG5000';
    src: url('/Type/vg5000-master/fonts/webfonts/VG5000-Regular_web.woff2') format('woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}
/*  */


p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 17px;
    line-height: 1.5em;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 40px;
    font-weight: 20;
    color: #1C2C89;
}

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

a, button {
  -webkit-tap-highlight-color: transparent;
}

/* Also control the active state if needed */
a:active, button:active {
  background: none;
}

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

.navbar a {
    display: block;
    color: #e3e0dc;
    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: 1em;
    margin-bottom: 1em;
  }

  .navbar-text {
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
    font-size: 23px;
    text-shadow: 0px 0px 3px beige, 0px 0px 3px #e3e0dc,0px 0px 0px white,0px 0px 20px #2a2d78,0px 0px 20px #2a2d78;
}

/* Navbar mobile */
.navbar-mobile {
    text-align: center;
    margin-top: 23em;
}

.navbar-mobile a {
    display: block;
    color: gray;
    text-align: center;
    text-decoration: none;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.navbar-text-mobile{
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
    font-size: 1.8em;
    text-shadow: none;
    text-align: center;
     text-shadow: 0px 0px 5px white,0px 0px 30px limegreen,0px 0px 0px white,0px 0px 5px wheat,0px 0px 5px #1C2C89;
    
}


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

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

body {
    background-color: white;
}


h1 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 25px;
    line-height: 1em;
    text-decoration: none;
    text-align: left;
    color:  white;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-shadow: 0px 0px 1px  #002eff,0px 0px 0px  #002eff,0px 0px 0px black,0px 0px 1px ,0px 0px 3px  #002eff;
}
p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 14px;
    line-height: 1.5em;
    color: black;
    margin-top: 1px;
    padding-left: 40px;
    padding-right: 40px;
}
a {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 22px;
    line-height: 1.4em;
    text-decoration: none;
    color: #1C2C89;
    text-shadow: 0px 0px 1px white, 0px 0px 3px white,0px 0px 0px white,0px 0px 1px #002eff,0px 0px 1px #002eff;
}
}


