/* Body Styles */
    *{
        margin: 0;
        padding: 0;
    }
    body{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        min-height: 100vh;
    }

/* Navgation Styles */
    ul {
        position: fixed;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #0d0d0d;
        align-items: center;
    }
    li {
        margin: .2%;
        float: left;
    }     
    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    li a:hover {
        background-color: #959595;
    }
    
/* Home Styles */
    .ImageBanner{
        width: 100%;
        height: 100%;  
    }

/* Headers Styles */
    h1{
      font-family: "Oswald", Sans-serif;
      font-size: 100px;
      text-transform: uppercase;
      background-color: rgb(236, 236, 236);
      text-align: center;
    }
    h2{
      font-family: "Oswald", Sans-serif; 
      font-weight: 500;
      text-align: center;
      font-size: 25px;
      padding: 30px;
      line-height: 2px;
      flex-wrap: wrap;
      flex-direction: column;
    }
    h3{
      font-family: "Oswald", Sans-serif; 
      font-weight: 500;
      text-align: center;
      font-size: 20px;
      color: #2a2a2a;

    }
   h2.part2{
      font-family: "Oswald", Sans-serif; 
      font-weight: 500;
      text-align: center;
      font-size: 25px;
      padding-top: 20px;

    }

/* Menu Styles */
    .container{
      display:flex;
      flex-direction: column row;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }
    .MenuSection{
      justify-content:center;
      background-color: rgb(255, 255, 255);
      padding: 10px;
    }
    .menu-box{
        display: inline-block;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        padding: 5px;
        margin: 20px;
    }
    .MenuImage{
      height: auto;
      width: 100%;
    }
    h4.ItemName{
      font-family: "Oswald", Sans-serif;
      font-size: 27px;
      text-align: center;
      color:rgb(19, 19, 19);
      margin-top: 20px;
      margin-bottom: 10px;
    }
    p.Description{
      font-family: "Oswald", Sans-serif;
      font-weight: 400;
      margin-top: .1px;
      font-size: 20px;
      text-align: center;
      color:rgb(19, 19, 19);
    }
    p.Under{
      font-family: "Oswald", Sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: rgb(101, 101, 101);
      text-align: center;
      text-decoration: underline;
      margin-top: 10px;
      
    }

/* About Style */
    .AboutSection{
      justify-content:center;
      background-color: rgb(255, 219, 178);
      padding: 10px;
    }
    .DawnCookie{
      width: 18%;
      padding: 20px;
      float: left;
    }
    .Sisters2{
      width: 20%;
      float: right;
      padding: 30px;
    }
    .DawnsDad{
      width: 15%;
      float:left;
      padding: 30px;
    }
    p.BioHeader{
      font-family: "Oswald", Sans-serif; 
      font-style: Bold;
      font-size: 65px;
      padding: 30px;
    }
    .OurStory{
      margin: 35px;
      background-color: rgb(255, 255, 255);
  
      }
    p.Bio{
      font-family: "Oswald", Sans-serif; 
      font-style: Light 300;
      font-size: 28px;
      padding: 30px;
    }

/* LocationNHours Styles */
    .LocationSection{
      justify-content:center;
      background-color: rgb(255, 255, 255);
      padding: 10px;
    }
    .LocationImage{
      display: block;
      margin: auto;
      padding: 30px;
      width: 40%;
    }
    p.Location{
      font-family: "Oswald", Sans-serif;
      text-align: center;
      font-weight: 500;
      font-size: 40px;
      margin: 20px;
      
    }
    p.Hours{
      font-family: "Oswald", Sans-serif;
      text-align: center;
      font-size: 30px;
      margin: 20px;
      
    }
    p.SocialMediaText{
      font-family: "Oswald", Sans-serif;
      text-align: center;
      font-size: 30px;
      padding: 15px;
    }





    .HoursLogo{
      position: absolute;
      fill:rgb(255, 206, 150)
    }
    .Googlemaps{
      margin: 5px;
    }
    .DawnsNyBakeryGoogleMaps{
      font-family: "Oswald", Sans-serif;
      font-weight: 500;
      font-size: 25px; 
      border-radius: 20px;
      height: 50px;
      width: 200px;

      display: block;
      margin: auto;
  

    }

    .GoogleMapsButton{
      margin: 0;
      position: absolute;
      
    }


    .GoogleMaps{
      height:600px;
      width:24px;
      float: left;
      padding: 10px;
      fill:rgb(96, 180, 239)
    }

/* Social Media Styles */
    .SocialMedia{
      text-align: center;
    }
    .Soial-Icon{
      color:rgb(148, 118, 48);
      transition: color 0.2s;
      text-decoration: none;
      margin:0 50px;
      font-size: 70px;
    }
    .Soial-Icon:hover{
      color:rgb(224, 182, 84);
    }
    .folder{
      display:flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      text-align: center;
    }

/* Footer Styles */
    footer {
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #0d0d0d;
      text-align: center;
    }
    .Footer_DawnsNYBakeryLogo{
      height: auto;
      width: 10%;

    }


/* Mobile Styles for 800px*/
    @media(max-width: 800px){
      /* Navigation Styles*/
        ul {
            position: fixed;
            width: 100%;
            height:4%;
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: #0d0d0d;
            align-items: center;
        }
        li {
            font-size: 60%;
            float: left;
        }  
        
      /* Headers Styles */
        h1{
          font-size: 40px;
        }
        h2{
          font-size: 20px;       
        }
        h3{
          font-size: 15px;
        }
        h2.part2{
          font-size: 20px; 
        }

      /* Menu Items */
        .MenuImage{
          height: auto;
          width: 100%;
        }
        .menu-box{
          flex: 100%;
        }
        h4.ItemName{
          font-size: 90%;
          text-align: center;
          color:rgb(19, 19, 19);
        }
        p.Description{
          margin-top: .1px;
          font-size: 80%;
          text-align: center;
          color:rgb(19, 19, 19);
        }
        p.Under{

          font-size: 70%;
          color: rgb(101, 101, 101);
          text-align: center;
          text-decoration: underline;
        }

      /* About Section */
        .AboutSection{
          justify-content:center;
          background-color: rgb(255, 219, 178);
          padding: 10px;
        }
        .DawnCookie{
          width: 40%;
          padding: 20px;
        }
        .Sisters2{
          width: 50%;
          float: right;
          padding: 20px;
        }
        .DawnsDad{
          max-width: 100%;
          height: auto;
        }
        p.BioHeader{
          font-size: 99%;
          float: auto;
        }
        .OurStory{
          margin: 2%;      
          }
        p.Bio{
            font-size: 90%;
            padding: 10%;
        }
      
      /* Location Section */
        .LocationImage{
          width: 80%;
        }
        p.Location{
          font-size: 90%;
          margin: 0;      
        }
        p.Hours{
          font-size: 90%;
        }
        .Googlemaps{
          margin: 0;
        }
        .DawnsNyBakeryGoogleMaps{
          font-family: "Oswald", Sans-serif;
          font-weight: 400;
          font-size: 18px; 
          border-radius: 20px;
          height: 40px;
          width: 140px;
    
          display: block;
          margin: auto;
      
    
        }

      /* Social Media Styles */
        .SocialMedia{
          text-align: center;
        }
        .Soial-Icon{
          color:rgb(148, 118, 48);
          transition: color 0.2s;
          text-decoration: none;
          margin:0 50px;
          font-size: 55px;
        }
        .Soial-Icon:hover{
          color:rgb(224, 182, 84);
        }
        .folder{
          display:flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-evenly;
          text-align: center;
        }
        p.SocialMediaText{
          font-family: "Oswald", Sans-serif;
          font-weight: 400;
          text-align: center;
          font-size: 20px;
          padding: 15px;
        }

      /* Footer Styles */
        .Footer_DawnsNYBakeryLogo{
            width: 30%;
        }
    } 

    
    @media(max-width: 480px){
      /* Header Styles */
        h2{
          font-size: 60%; 
        }
        h2.part2{
          font-size: 18px; 
        }
        h3{
          font-size: 12px;
        }

      /* About Section */
        .AboutSection{
          justify-content:center;
          background-color: rgb(255, 219, 178);
          padding: 10px;
        }
        .DawnCookie{
          width: 40%;
          padding: 20px;
        }
        .Sisters2{
          width: 90%;
          float: right;
          padding: 20px;
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
        .DawnsDad{
          width: 80%;
        }
        p.BioHeader{
          font-size: 99%;
          float: auto;
        }
        .OurStory{
          margin: 2%;      
          }
        p.Bio{
            font-size: 90%;
            padding: 10%;
        }

      /* Footer Styles */
        .Footer_DawnsNYBakeryLogo{
          width: 60%;
        }
    }