/* Generated by less 2.5.1 */
/*
File Name: week06_style.less
Date: 11/02/2019
Programmer: Aiden Mace
*/
/* VARIABLES */
/* colors */
/* sizes */
/* margins */
/*
File Name: week06_mixins.less
Date: 11/02/2019
Programmer: Aiden Mace
*/
/* MIXINS */
/* MOBILE STYLES */
body {
  font-family: Lato, Montserrat;
  background-image: linear-gradient(#a7d2cb, white);
  line-height: 1.5em;
  background-color: #f5f5f5;
  font-size: 16px;
  margin: 0 1em;
}
p {
  margin: 1em 0;
}
h1 {
  margin: 1em 0;
  font-weight: bold;
  text-shadow: 1px 1px #989898;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 2em;
  font-size: 2.5em;
}
h2 {
  margin: 1em 0;
  font-weight: bold;
  font-size: 2em;
}
h3 {
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.375em;
  font-size: 2em;
}
li {
  list-style-type: none;
}
footer {
  margin-bottom: 10px;
  font-style: italic;
  color: green;
  text-align: center;
}
#container {
  margin: 0 1em;
  text-align: center;
}
#summary {
  font-size: 0.6em;
  font-style: italic;
  line-height: 115%;
  margin-top: 5px;
  letter-spacing: 1px;
}
#summary:first-letter {
  font-size: 1.5em;
  font-weight: bold;
}
#designer {
  font-size: 0.75em;
  line-height: 1.1em;
  text-align: left;
}
#contact {
  font-size: 0.9em;
  letter-spacing: 3px;
}
#phone {
  margin: 40px;
  margin-left: 90px;
  margin-right: 50px;
}
.ordering {
  display: grid;
  grid-gap: 20px;
  padding: 10px;
  margin: 48px;
  margin-left: 89px;
}
* {
  box-sizing: border-box;
}
.row > .column {
  padding: 0 8px;
}
div.row {
  margin-left: 81px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* CSS GRID MOBILE */
.item3 {
  grid-column: 1 / span 12;
  grid-row: 3;
  text-align: center;
}
/* TABLET STYLES */
@media only screen and (min-width: 600px) {
  body {
    background-color: #f5f5f5;
    font-size: 15.76px;
    margin: 0 4%;
  }
  h2 {
    margin-top: 0;
    margin-bottom: .8em;
  }
  h3 {
    margin-top: 0;
  }
}
ul {
  margin-bottom: 1em;
}
/* CSS GRID TABLET */
.item3 {
  grid-column: 1 / span 6;
  grid-row: 2;
}
/* DESKTOP STYLES */
@media only screen and (min-width: 1025px) {
  body {
    background-color: #f5f5f5;
    font-size: 15.76px;
    margin: 0 3%;
  }
  /* CSS GRID DESKTOP */
  .item3 {
    grid-column: 9 / span 4;
    grid-row: 1;
  }
}
