* {
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 2600px;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  padding-bottom: 10px;

}

li {
  list-style-type: none;
}

/* Navigation */

nav {
  position: sticky;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 20px 15px;
  background-color: #d7ddea;
  margin-bottom: 10px;
}

nav a {
  color: #000;
  padding: 10px 15px;
  align-items: center;
  text-decoration: none;
  text-align: center;
}

nav a:hover {
  color: #fff;
}

/*End Navigation*/

/*Welcome*/
@font-face {
  font-family: 'brittany_signatureregular';
  src: url('../webfontkit-20201030-140918/brittanysignature-webfont.woff2') format('woff2'),
    url('../webfontkit-20201030-140918/brittanysignature-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.header {
  display: flex;
  flex-wrap: wrap;
}

section.header {
  text-align: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background-image: url(../images/shop.jpg);
  background-position: center;
  background-size: cover;
  align-self: center;
  margin-bottom: 25px;
}

div h3 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #d7ddea;
  border-radius: 10px;
  padding: 15px 30px;
  color: #000;
}

.center {
  font-family: 'brittany_signatureregular';
  font-size: 170px;
  text-shadow: -3px 2px rgb(230, 227, 227);
  margin: 0
}

/*End Welcome*/

/*Contact*/
.row-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  text-align: center;
 
}

#contact-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-start;
 
}

header {
  text-align: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  background-image: url(../images/online.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

header h1 {
  align-self: center;
  min-width: 100%;
  padding: 25px;
  margin: 10px;
  font-family: 'brittany_signatureregular';
  font-size: 120px;
  text-shadow: -3px 2px rgb(230, 227, 227);
}

.contact form {
  flex-grow: .5;

}

input[type="submit"] {
  padding: 10px 25px;
  font-size: 2em;
  color: #000;
  background-color: #d7ddea;
  border-radius: 5px;
  border: none;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
}

#submit:hover {
  color: #fff;
  cursor: pointer;
  
}


textarea {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
  resize: vertical;
  min-height: 150px;
}

input[type="text"],
input[type="email"],
textarea {
  border:none;
  outline:none;
  border-bottom:1px solid gray;
  padding: 12px;
  width: 400px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
}

.size {
  display:flex;
  justify-content: center;
  text-align: center;
  width:70%;
  margin:auto;

  
}

section div p {
  margin:0;
}

/*End Contact*/

/*Back to Home*/

.up {
  display: flex;
  justify-content: flex-end;
  margin: 5px;
  padding: 10px;
  font-family: 'brittany_signatureregular';
  font-size: 30px;
  text-decoration: none;
  color: black;
}

.up:hover {
  color: #d7ddea;
}

/*End Back to Home*/


/*Footer*/

footer {
  padding-top: 15px;
  background-color: #d7ddea;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

footer p {
  margin: 0;
}

.social {
  width: 35px;
}

.footer {
  display: flex;
  flex-direction: row;

}

.logo2 {
  display: block;
  width: 90px;
  padding-bottom: 10px;

}


/*End Footer*/

/*Animation*/

aside {
  text-align: center;
  padding: 5px;
  width: 140px;
  height: 145px;
  background-color: #d7ddea;
  box-shadow: -2px -2px 5px;
  border-radius: 25px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  animation: aside 2s 4;

}

@keyframes aside {
  50% {
    transform: rotate(25deg);
  }
}

aside img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;

}

aside a {
  text-decoration: none;
  color: black;

}

aside a:hover {
  color: white;

}

aside p {
  margin: 0;
}

/*End Animation*/

/*Menu*/

#menu {
  padding: 30px;
  max-width: 2600px;
  max-width: 100%;
  margin: 0 auto;
}

#menu h1 {
  text-align: center;
  margin-top: -5px;
  font-family: 'brittany_signatureregular';
  font-size: 70px;
  text-shadow: -3px 2px rgb(230, 227, 227);
}

div a {
  text-decoration: none;
  color: black;
  margin-top: -.5px;
  text-align: center;
}

.download:hover {
  color: #d7ddea;

}

/*End Menu*/

/*Online Order*/



/*End Online Order*/
.coffee {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-gap: 5px;
  padding-bottom: 20px;
}

.coffeeheader {
  grid-row-start: 1;
  grid-row-end: 5;
  text-decoration: underline double black;
}

.coffee p {
  display: inline;
}

.coffee h4 {
  display: inline-block;
  margin-bottom: -1px;
}

.coffee h5 {
  margin-top: -1px;
  font-style: italic;
}

.starters {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-gap: 5px;
  padding-bottom: 20px;
}

.startersheader {
  grid-row-start: 1;
  grid-row-end: 5;
  text-decoration: underline double black;
}

.starters p {
  display: inline;
}

.starters h4 {
  display: inline-block;
  margin-bottom: -1px;
}

.eggs {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-gap: 5px;
  padding-bottom: 20px;
}

.eggsheader {
  grid-row-start: 1;
  grid-row-end: 5;
}

.eggsheader p {
  display: inline;
}

.eggsheader h3 {
  display: inline-block;
  text-decoration: underline double black;
}

.savory {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-gap: 5px;
  padding-bottom: 20px;
}

.savoryheader {
  grid-row-start: 1;
  grid-row-end: 5;
  text-decoration: underline double black;
}

.savory p {
  display: inline;
}

.savory h3 {
  display: inline-block;
  margin-bottom: -1px;
}

.savory h5 {
  margin-top: -1px;
  font-style: italic;
}

.sweet {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-gap: 5px;
  padding-bottom: 20px;
}

.sweetheader {
  grid-row-start: 1;
  grid-row-end: 5;
  text-decoration: underline double black;
}

.sweet p {
  display: inline;
}

.sweet h3 {
  display: inline-block;
  margin-bottom: -1px;
}

.sweet h5 {
  margin-top: -1px;
  font-style: italic;
}

/*End Menu*/

/*Mobile*/
@media only screen and (max-width: 600px) {

body {
    width:100%;
    margin:0;
    padding: 1px;
  } 

  /*Nav*/

  nav {
    position: relative;

  }

  nav a {

    display: block;
        
  }

  /*End Nav*/

  /*Menu*/
  .coffee,
  .starters,
  .eggs,
  .savory,
  .sweet {
    display: flex;
    flex-direction: column;
  }

  .coffeeheader,
  .startersheader,
  .eggsheader,
  .savoryheader,
  .sweetheader {
    grid-row: 1/1;
  }

  /*End Menu*/

  /*Welcome*/

  section.header {
    width: 100%;
    max-height: 250px;
  }

  .center {
    font-size: 50px;
    text-shadow: -3px 2px rgb(230, 227, 227);
  }

  header {
    width: 100%;
    min-height: 175px;
  }

  /*End Welcome*/

  /*Contact*/
  .size {
    width:100%;
    margin-top: -50px;
    font-size: 20px;
    text-align: center;
    padding-top: 75px;
  }


  header h1 {
    align-self: center;
    min-width: 100%;
    font-family: 'brittany_signatureregular';
    font-size: 60px;
    text-shadow: -3px 2px rgb(230, 227, 227);
  }
  

  /*End Contact*/

  /*Back to Home*/
  .up {
    display: flex;
    justify-content: flex-end;
    margin: 5px;
    padding: 10px;
    font-family: 'brittany_signatureregular';
    font-size: 20px;
  }

  /*End Back to Home*/

  /*Animation*/
  aside {
    height: 65px;
    width: 75px;
    font-size: 8px;
    

  }

  aside img {
    width: 20px;
    height: 20px;

  }
  
}
  /*End Animation*/

  /*End Mobile*/


  /*Tablet*/
  @media only screen and (max-width: 1600px) {

  body {
    width:100%;
    margin:0;
    padding:2px;
    } 

    /*Menu*/
    .coffeeheader,
    .startersheader,
    .eggsheader,
    .savoryheader,
    .sweetheader {
      display: block;
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row: 1/1;
    }

    /*End Menu*/

    /*Welcome*/
    section.header {
      width: 100%;
      max-height: 600px
    }

    .center {
      font-size: 120px;
      text-shadow: -3px 2px rgb(230, 227, 227);

    }

    /*End Welcome*/

    /*Contact*/
    .size {
      width:100%;
      margin-top: -100px;
      
      
    }

   
    /*End Contact*/



  }

  /*End Tablet*/