
/* 

Written by Dimitri Moraetes
Updated: 3/30/2025

 */

 @font-face {
  font-family: "San Francisco";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");

}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-VariableFont_wght.ttf");

}




@media screen and (max-width:900px) {


    div.navbar {
        display: none;
    }

    div#mobile {
        display: block;
        
    }

/* Hamburger */
.hamburger1 {
    background-color: rgb(243, 243, 243);
    height: 45px;
    padding:5px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;

  }
  
  .hamburger1 div {
    background-color: rgb(63, 63, 63);
    position: relative;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

  }
  
  #toggle1 {
    display: none;
  }
  
  #toggle1:checked + .hamburger1 .top {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 22.5px;
  }
  
  #toggle1:checked + .hamburger1 .meat {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -5px;
  }
  
  #toggle1:checked + .hamburger1 .bottom {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  #toggle1:checked ~ .menu1 {
    height: 340px;
  }
  
  
  /* Menu */
  .menu1 {
    width: 100%;
    background-color: rgb(243, 243, 243);
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr repeat(4, 0.5fr);
    grid-row-gap: 25px;
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .menu1 a:first-child {
    margin-top: 40px;
  }
  
  .menu1 a:last-child {
    margin-bottom: 40px;
  }
  
  .link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background-color: inherit;
    font-family: "Raleway","San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  }
  
  .link1:hover {
    background-color: #fff;
    color: #d1a400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}


/* 720px */

@media screen and (max-width:720px) {


    div.navbar {
        display: none;
    }

    div#mobile {
        display: block;
    }

/* Hamburger */
.hamburger1 {
    background-color: rgb(243, 243, 243);
    height: 45px;
    padding:5px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;

  }
  
  .hamburger1 div {
    background-color: rgb(63, 63, 63);
    position: relative;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  #toggle1 {
    display: none;
  }
  
  #toggle1:checked + .hamburger1 .top {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 22.5px;
  }
  
  #toggle1:checked + .hamburger1 .meat {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -5px;
  }
  
  #toggle1:checked + .hamburger1 .bottom {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  #toggle1:checked ~ .menu1 {
    height: 340px;
  }
  
  
  /* Menu */
  .menu1 {
    width: 100%;
    background-color: rgb(243, 243, 243);
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr repeat(4, 0.5fr);
    grid-row-gap: 25px;
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .menu1 a:first-child {
    margin-top: 40px;
  }
  
  .menu1 a:last-child {
    margin-bottom: 40px;
  }
  
  .link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background-color: inherit;
    font-family: "Raleway","San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  }
  
  .link1:hover {
    background-color: #fff;
    color: #d1a400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}