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

/*To adjust 'about us' and 'how to pick your dish'*/
.para {
    padding: 5px;
}

h1 {
    background-color: orangered;
    margin: 1em 0;
    font-weight: bold;
    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;
    background-color: white;
    text-align: center;
}

.hero {
    height: 400;
}

.logoheader {
    text-align: center;
    background-color:beige;
    width: 100%;
    height: 400px;
}

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

.container2 {
    text-align: center;
}

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

.ingredients {
    text-align: center;
}

/*Google map*/
.find {
    background-color: white;
}

/*Address, phone, and google map*/
.findUs {
    padding: 35px;
    margin-top: 10px;
}

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

/*Section intro, 'about us'*/
#intro {
    text-align: center;
}

#howTo {
    text-align: center;
}

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

#contact, a {
    font-size: 0.9em;
    letter-spacing: 3px;
    color: black;
}

/* To adjust display on phone img/button*/
#phone {
    padding: 17px;
    background-color: ghostwhite;
}

* {
  box-sizing: border-box;
}

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

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

/* 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: #D0021B;
    line-height: 1.2em;
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
 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;
}
    
a {
    font-size: .8em;
    color: black;
}
    
footer {
    background-color: white;
}

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

/* This is to adjust 'about us' and 'how to pick a dish' text*/
.para {
    font-size: .3em;
    line-height: 25px;
    padding: 17px;
    text-align: center;
}

* {
 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;
}
    
/* This is to style the 'choose your toppings' area. 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: 19px;
    margin-right: 5px;
    float: left;
    width: 305%;
    height: 300%;
}
    
.place {
    font-size: .4em;
    line-height: 35px;
} 
    
/*Address, phone, and google map*/
.findUs {
    font-size: .3em;
    line-height: 45px;
}
    
/*Google map*/
.find {
    font-size: 1.5em;
}
    
.container2 {
    text-align: center;
}

#phone {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#contact {
    font-size: .4em;
    color: black;
}

#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: orangered;
    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;
    padding-bottom: 10px;
}

/* Style the hero image*/
.logoheader {
    width: 100%;
    height: 1000px;
}
    
h3 {
    font-size: 2.5em;
    padding-top: 24px;
    margin-top: 46px;
}
    
li {
    text-align: left;
}

ul {
    margin-bottom: 1em;
}
    
.hero {
    width: 100%;
    height: 400;
}
    
p {
    font-size: 1.3em;
    line-height: 18px;
    padding: 7px;
}
    
/*To adjust 'about us' and 'how to pick your dish'*/
.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: 16px;
    float: left;
    width: 305%;
    height: 300%;
}
    
/*'Place an order' Text*/
.place {
    font-size: 1.3em;
    line-height: 35px;
} 
    
/*Address, phone, and google map*/
.findUs {
    font-size: 1.3em;
    line-height: 45px;
}
    
/*Google map*/
.find {
    font-size: 1.5em;
    line-height: 26px;
    padding-top: 100px;
    margin-top: 50px;
}
    
.container2 {
    text-align: center;
    margin-top: 610px;
}

/* To adjust display on phone img/button*/
#phone {
    text-align: center;
    padding-left: 1px;
    padding-right: 27px;
}
    
#designer, #contact, a {
    font-size: 1.2em;
    color: black;
}
    
#hours {
    font-size: 1.5em;
}
    
  
    
    

}
