/* 
File Name: style.css
Date: 11/08/19
Programmer: Aiden Mace
*/

/* MOBILE STYLES */

html, body {
  font-family: Lato, Montserrat;
  line-height: 1.5em;
  background-color: white;
  font-size: 1em;
}

p {
  margin: 1em 0;
  color: black;
}

.para {
 padding: 5px;
}


h1 {
  background-color: goldenrod;
  margin: 1em 0;
  font-weight: bold;
  text-shadow: .5px .5px wheat;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 2.5em;
  font-size: 2.5em;
  text-align: center;
}

h2 {
  margin: 1em 0;
  font-weight: bold;
  font-size: 2em;
  padding-left: 30px;    
}

h3 {
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.375em;
  font-size: 2em;
  color: black;
}

li {
  text-align: left;
  padding-left: 50px;
  color: black;
}

footer {
  margin-bottom: 10px;
  font-style: italic;
  color: green;
  text-align: center;
}

.hero {
    height: 400;
}

.logoheader {
    text-align: center;
    background-color:beige;
    height: 280px;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.container2 {
  text-align: center;
}

.list {
    list-style-type: circle;
}

.ingredients {
    text-align: center;
}

.findUs {
  padding: 35px;
  margin-top: 10px;
}

#hours {
  line-height: 43px;
  font-size: 1.5em;
}

#intro {
    text-align: center;
}

#howTo {
    text-align: center;
}

#designer {
  font-size: 0.75em;
  line-height: 1.1em;
  text-align: left;
  padding: 10px;
}

#contact {
  font-size: 0.9em;
  letter-spacing: 3px;
}

* {
  box-sizing: border-box;
}


/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}





/* TABLET STYLES */

@media only screen and (min-width: 600px) {
  html, body {
    background-color: #f5f5f5;
    font-size: 2em;
    margin: 0 auto;
    width: 100%;
  }
    
  h1 {
  background-color: goldenrod;
  text-shadow: .5px .5px wheat;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.2em;
  font-size: 1em;
  text-align: center;
}
  
 h2 {
 margin-top: 0;
 margin-bottom: .8em;
 padding-top: 38px;
 font-size: 1em;
}
  
 h3 {
 margin-top: 0;
 font-size: .7em;
}

 li {
 text-align: left;
}

ul {
  margin-bottom: 1em;
}
    
footer {
 background-color: white;
}

.logoheader {
 width: 100%;
}
    
.hero {
 width: 100%;
 height: 400;
}
    
p {
 font-size: .3em;
 line-height: 18px;
 padding: 7px;
    }

.para {
 font-size: .3em;
 line-height: 25px;
 padding: 2px;
}

* {
 box-sizing: border-box;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  padding-left: 30px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
    
.container {
  position: relative;
  text-align: center;
  color: white;
  height: 600;
}
    
    
/* Float four columns side by side */
.column {
  float: left;
  width: 33%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 22px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 46px;
  margin-left: 10px;
}
    
/* Style the counter cards */
.ingredients {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 22px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 46px;
  margin-left: 10px;
  float: left;
  width: 305%;
  height: 300%;
}
    
.place {
  font-size: .4em;
  line-height: 35px;
} 
    
.findUs {
  font-size: .3em;
  line-height: 45px;
}
    
.find {
  font-size: 1.5em;
}
    
.container2 {
  text-align: center;
}

#phone {
  padding-left: 146px;
}
    
#designer, #contact {
  font-size: .2em;
}
    
#hours {
  font-size: .5em;
}
    
    
    
/* DESKTOP STYLES */
@media only screen and (min-width: 1025px) {
  body {
    background-color: #f5f5f5;
    font-size: 15.76px;
    margin: 0 3%;
  }
    
  h1 {
  background-color: goldenrod;
  text-shadow: .5px .5px wheat;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.2em;
  font-size: 4em;
  text-align: center;
  padding: 20px;
}
    
h2 {
  margin-top: 0;
  margin-bottom: .8em;
  padding-top: 38px;
  font-size: 3.5em;
}
    
footer {
  background-color: white;
}

.logoheader {
  width: 100%;
  height: 500;
}
    
h3 {
  font-size: 2.5em;
}
    
li {
  text-align: left;
}

ul {
  margin-bottom: 1em;
}
    
.logoheader {
  width: 100%;
}
    
.hero {
  width: 100%;
  height: 400;
}
    
p {
  font-size: 1.3em;
  line-height: 18px;
  padding: 7px;
}
    
.para {
  font-size: 1.3em;
  line-height: 25px;
  padding: 64px;
}

* {
  box-sizing: border-box;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  padding-left: 30px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
    
.container {
  position: relative;
  text-align: center;
  color: white;
  height: 600;
}
    
    
/* Float four columns side by side */
.column {
  float: left;
  width: 33%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 22px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 46px;
  margin-left: 10px;
  
 
}
    
/* Style the counter cards */
.ingredients {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 22px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 46px;
  margin-left: 10px;
  float: left;
  width: 305%;
  height: 300%;
}
    
.place {
  font-size: 1.3em;
  line-height: 35px;
} 
    
.findUs {
  font-size: 1.3em;
  line-height: 45px;
}
    
.find {
  font-size: 1.5em;
  line-height: 130px;
  padding-top: 100px;
  margin-top: 50px;
}
    
.container2 {
  text-align: center;
  margin-top: 610px;
}
    
#phone {
  padding-left: 597px;
  padding-right: 500px;
  margin-left: 20px;
}
    
#designer, #contact {
  font-size: 1.2em;
}
    
#hours {
  font-size: 1.5em;
}
    
    
    

}
