* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.4s ease;
  }
  body {
      background-color: var(--beige-color);
     color: var(--huntergreen-color);
  }
  :root {
    --green-color:#00ff00;
    --huntergreen-color:#ffffff;
    --gray-color:#ffffff;
    --beige-color:#000000;
   
  }

  @font-face {
    font-family: "titre";
    src: url("medias/RapidST_BlackExtended.otf");}
    @font-face {
        font-family: "sous-titre";
        src: url("medias/RapidST-BoldExtended.ttf");}
        @font-face {
            font-family: "corps";
            src: url("medias/MonumentGrotesk-Mono.ttf");}

            h3 {
              font-family: titre;
              text-transform: uppercase;
              font-size: 32px;
              line-height: .8;
              position: relative;
              text-align: left;
              padding-left: 15px;
              padding-top: 20px;
            }

        header {
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-size: 14px;
              line-height: .8;
              padding: 15px 0px 0px 0px;
              text-transform: uppercase;
            
            }
            
       
         .nav__links .home {
          height: auto; /* Adjust the size as needed */
          width: 120px;
       
        margin-top: 5px;
          vertical-align: middle;
      }
    
            .nav__links {
              list-style: none;
        
              display: flex;
            align-items: top;
            }
            
            .nav__links a,
            span,
            .cta,
            .overlay__content a{
              line-height: .85;
              font-family: "titre", sans-serif;
              align-items: top;
              align-items: top;
              color: var(--huntergreen-color);
              text-decoration: none;
            
            }
            .nav__links li {
              padding: 0px 10px;
              line-height: .85;
              font-size: 14px;
            }
            
            .nav__links li a {
              transition: all 0.3s ease 0s;
            }
      
      .nav__links li a:hover {
        color: var(--gray-color);
      }
      
      .cta {
        padding-left: 10px;
        text-transform: uppercase;
        margin-right: 10px;
        color:var(--huntergreen-color);
        border: none;
        align-items: top;
        cursor: pointer;
        transition: all 0.3s ease 0s;
      }
      
      .cta:hover {
       color:var(--gray-color);
      }
      
      /* Mobile Nav */
      
      .menu {
        display: none;
      }
      
      .overlay {
        color: var(--gray-color);
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 10;
          left: 0;
          top: 0;
          background-color: var(--beige-color);
          overflow-x: hidden;
          transition: all 0.5s ease 0s;
        
      }
      
      .overlay--active {
        width: 100%;
      }
      
      .overlay__content {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        line-height: .8;
       
      }
      
      .overlay a {
        padding: 15px;
        font-size: 22px;
        display: block;
        transition: all 0.3s ease 0s;
      }
      
      .overlay a:hover,
      .overlay a:focus {
        color: var(--gray-color);
      }
      .overlay .close {
        position: absolute;
        top: -5px;
        right: 5px;
        font-size: 30px;
        color: var(--huntergreen-color);
        cursor: pointer;
      }

      .close:hover {
        color:var(--gray-color);
      }
      
.logo {
  position: relative;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
}

.privacy {
 margin-top: 100px;
 width: 60%;
}
h1 {
  font-family: titre;
  text-transform: uppercase;
  font-size: 60px;
  line-height: .8;
  position: relative;
  padding-top: 10px;
  width: 95%;
  top: 2%;
  padding-bottom: 15px;
 margin-left: 10px;
}
#home:hover{
  color: var(--beige-color);
           }
footer {
  bottom: 5;
  margin-top: auto;
  width: 100%;
  font-size: 14px;
 font-family: corps;
  padding: 10px 0;
  position: relative;
}

.footer-content {
  display: flex;
  font-family: corps;
  justify-content: center;
  align-items: center;
  position: relative;
}

.centered {
  text-align: left;
  padding-left: 15px;
  flex: 1;
}

.centered:hover {
  color: var(--gray-color);
}
a {
  text-decoration: none;
  color:white;

}

a:hover {
  color:white;
  filter: blur(3px);
}
.right {
  position: absolute;
  right: 10px;
  text-align: right;
}
.privacy p {
  padding-top: 15px;
  width: 80%;
text-justify: auto;
  padding-left: 15px;
  font-family: corps;
line-height: .9;
  font-size: 14px;
  padding-bottom: 30px;
}
.privacy li {

  padding-left: 15px;
  width: 50%;
  padding-bottom: 10px;
  font-family: corps;
line-height: .9;
  font-size: 14px;
}


@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
  
  .privacy {
    margin-top: 15px;
    width: 90%;
   }
  .privacy p {
    width: 90%;
    position: relative;
    top: 10%;
  
  }

  .privacy h3 {
    font-size: 22px;
    width: 100%;
  }
}
