/* This Css is designed to house the informsation abou the look of the website */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
body{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 60px;
}

/* To Prevent Navabar from overlappiong */
section {
    scroll-margin-top: 70px; 
}

/* 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;
}
h2.part2{
    font-family: "Oswald", Sans-serif; 
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
}
h3{
    font-family: "Oswald", Sans-serif; 
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color: #2a2a2a;
}

/* Container is found in all sections */
.container{
    display:flex;
    flex-direction: column row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* Menu Section */
.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;
}
h1.DropdownTab{
    padding-top: 20px;
    font-family: "Oswald", Sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(255, 255, 255);
  	text-decoration: underline;
}
p.Description{
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    margin-top: .1px;
    font-size: 18px;
    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;
  }
.ChildhoodDawn{
    width: 20%;
    padding: 20px;
    float: left;
  }
.DawnAndSisters{
    width: 40%;
    float: right;
    padding: 30px;
  }
.DawnsDad{
    width: 40%;
    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;
  }

/* Location and Hours Styles */
.LocationSection{
    justify-content:center;
    background-color: rgb(255, 255, 255);
    padding: 10px;
  }
.LocationImage{
    display: block;
    margin: auto;
    padding: 30px;
    width: 30%;
  }
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;
  }
.Soial-Icon {
    color: rgb(148, 118, 48);
    transition: color 0.2s;
    text-decoration: none;
    margin: 0 50px;
    font-size: 70px;
}
.HoursLogo{
    position: absolute;
    fill:rgb(255, 206, 150)
}

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

/* Google maps Styles */
.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)
}

/* Footer Styles */
footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d0d0d;
    display: flex;
    justify-content: center;
    text-align: center;
}
.FooterLogo{
    height: auto;
    width: 15%;

}

/* Mobile Styles for 768px*/
@media(max-width: 768px){   
    /* Headers Styles */
    h1{
        font-size: 40px;
    }
    h2{
        text-align: center;
        font-size: 15px;
        padding: 8px;
        line-height: 1.3;       
    }
    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;
    }
    h1.DropdownTab{
       font-size: 25px;
      text-decoration: underline;
    }

    /* About Section */
    .AboutSection{
        justify-content:center;
        background-color: rgb(255, 219, 178);
        padding: 10px;
    }
    .ChildhoodDawn{
        width: 40%;
        padding: 10px;
        height: 20%;
        float: left;
    }
    .DawnAndSisters{
        width: 100%;
    }
    p.BioHeader {
        padding: 30px;
        font-size: 160%;
    }
    .OurStory{
        margin: 2%;      
        }
    p.Bio{
          font-size: 130%;
          padding: 10%;
      }
    .DawnsDad{
        width: 90%;
        float: left;
        padding: 30px;
    }
/* Location and Hours*/
.LocationImage{
    width: 60%;
  }
p.Location{
font-size: 90%;
}
p.Hours{
    font-size: 90%;
}
.DawnsNyBakeryGoogleMaps {
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-radius: 20px;
    height: 40px;
    width: 140px;
    display: block;
    margin: auto;
}
.SocialMedia{
    text-align: center;
}
.Social-Icon{
size: 30%;
}
.FooterLogo {
    width: 50%;
}

}

  
  




