
.desktop {
  width: 100%;
  height: 70px;
  clear: both;
  display: block;
  z-index: 1000; }

.desktop-l{  background-color: #1e1d1d;
  float: left;
  width: 40%;}

.desktop-l img{width: 50px;}
.desktop-m {
  background-color: #1e1d1d;
  float: right;
  width: 60%;
  height: 70px; }

#inner-m {
  display: flex;
flex-direction: row;
justify-content: flex-start;
    align-items: center; }

#inner-m a {
  color: #d7cfc9;
  font-family: 'americanamedium',sans-serif;
  text-decoration: none;
  font-size: 1em;
  padding: 0 10px;
  margin: 29px 25px 0 20px;
  -webkit-transition: all .7s ease;
          transition: all .7s ease; }

#inner-m a:hover {
  color: white;
  -webkit-transition: all .7s ease;
          transition: all .7s ease; }



.mobile {
  z-index: 1001; }

.mobile a {
  display: block;
  text-align: left;
  color: #d7cfc9;
  font-family: 'americanamedium',sans-serif;
  text-decoration: none;
  font-size: 2em;
  padding: 0 10px;
  margin: 22px 20px 10px 20px;
  -webkit-transition: all .7s ease;
          transition: all .7s ease; }

.mobile a:hover {
  color: white;
  font-size: 2em;
  -webkit-transition: all .7s ease;
          transition: all .7s ease; }



/*////////B's CODE'*/

header {
    height: 800px;
    background: url(images/img1.jpg);
    background-repeat: no-repeat;
}




header #logo {
    
    display: flex;
    justify-content: center;
    padding-top: 5%;
}

header #logo_mobile {
    display: none;
}
header #shop_now {
    display: flex;
    justify-content: center;
    width: 100%;
}

header #shop_now h1 {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: darkgray;
    border-radius: 10px;
    font-size: 1em;
    color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

section {
    width: 100%;
    height: auto;
    background-color: darkgray;
    display: flex;
    justify-content: center;
}

section #bakers_beg {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
    
   
}

section #bakers_beg h2 {

    color: white;
    font-size: 1.2em;
    
}
section #bakers_beg p {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    color: white;
    
}

section #categories {
    display: flex;
    justify-content: space-between;
    width: 40%;
    
    
}

section #categories .button {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-left: .2px solid;
    border-color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    
}


section #categories .button h3 {
    margin-top: 20%;
    background-color: white;
     border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10%;
    
}

.wrapper {
    margin-top: 8%;
    
}

.wrapper h4 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 5%;
}

.wrapper #photos {
    display: flex;
    justify-content: space-around
}

footer {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: center;
}
/*
footer .contact {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
    
}

*/

footer .footer_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50%;
    margin-bottom: 30%;
    
}

footer .contact h2 {
    font-size: .9em;
    text-align: center;
    line-height: 25px;
    
}

/******* about *********/

#about_header {
    height: auto;
    background-color: darkgray;
    display: flex;
    flex-direction: row;
    
}

#about_header img {
    
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: 15%;

    
}

#about_header h3 {
    color: white;
    padding-top: 15%;
    width: 20%;
    font-size: .8em;
    margin-top: 20%;
    margin-bottom: 15%;
    margin-right: 15%;
    margin-left: 10%;
}


/****** gallery ********/

#gallery #row_1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1%;
    margin-top: 1%;
   
}

#gallery #row_2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1%;
   
}

#gallery #row_3 {
    display: flex;
    justify-content: space-around;
   
}

/****** services *******/

#services_header {
     height: auto;
    background-color: darkgray;
    display: flex;
    flex-direction: row;
}

#services_header img {
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: 15%;
    
}

#services_header #paragraph {
    width: 50%;
    padding-top: 20%;
    padding-left: 5%;
}

#services_header #paragraph h3 {
    color: white;
    margin-bottom: 0;

}

#services_header #paragraph p {
    color: white;
    font-size: .8em;
    width: 65%;
}

/*////////B's CODE'*/
/* Tablet */
@media screen and (min-width: 481px) and (max-width: 800px) {
    
/***** INDEX **********/
    header {
        height: 500px;
    }
    
    header #logo {
    display: block;
    text-align: center;
    
    }
    
    section #categories {
        flex-direction: column;
        padding-top: 7%;
        padding-bottom: 7%;
        
    }
    section #categories .button {
        border-color: transparent;
    }
    section #categories .button h3 {
        margin-top: 1%;
         -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2%;
        font-size: 1em;
    }
    
    
    
    
/***** ABOUT **********/
    
  
    #about_header {
        display: flex;
        flex-direction: column;
        
    }
    
    #about_header img {
        margin: auto;
        padding-top: 15%;
    }
    
    #about_header h3 {
       text-align: center;
        margin: 0;
        padding: 0;
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
    }
/***** SERVICES **********/
 
        #services_header {
        display: flex;
        flex-direction: column;
        
    }
    
    #services_header img {
        margin: auto;
        
        
     
    }
    
    #services_header #paragraph {
        width: 60%;
        margin-right: 20%;
        margin-left: 20%;
        margin-bottom: 5%;
        padding: 0;
       
    }
    
    #services_header #paragraph h3 {
        text-align: center;
        margin-bottom: 2%;
        padding: 0;
        width: 100%
        
     
     
    }
    #services_header #paragraph p {
         text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }
        
/***** CONTACT **********/
    
}
/* Mobile */
@media screen and (max-width: 480px) {
  
/***** INDEX **********/
    header {
        height: 500px;
    }
    
    header #logo {
        display: none;
    }
    
    header #logo_mobile {
        display: flex;
        justify-content: center;
        padding-top: 10%;
    }
    
    section #categories {
        flex-direction: column;
        padding-top: 7%;
        padding-bottom: 7%;
        
    }
    section #categories .button {
        border-color: transparent;
    }
    section #categories .button h3 {
        margin-top: 1%;
         -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2%;
        font-size: 1em;
    }
    
    .wrapper #photos {
        flex-direction: column;
        margin-right: 6%;
        margin-left: 6%;
    }
/***** ABOUT **********/
    #about_header {
        display: flex;
        flex-direction: column;
        
    }
    
    #about_header img {
        margin: auto;
        padding-top: 15%;
    }
    
    #about_header h3 {
       text-align: center;
        margin: 0;
        padding: 0;
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
    }
/***** SERVICES **********/
    
           #services_header {
        display: flex;
        flex-direction: column;
        
    }
    
    #services_header img {
        margin: auto;
        
        
     
    }
    
    #services_header #paragraph {
        width: 60%;
        margin-right: 20%;
        margin-left: 20%;
        margin-bottom: 5%;
        padding: 0;
       
    }
    
    #services_header #paragraph h3 {
        text-align: center;
        margin-bottom: 2%;
        padding: 0;
        width: 100%
        
     
     
    }
    #services_header #paragraph p {
         text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }
/***** CONTACT **********/


}
