/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
    text-align: center;
    font-size: 70px;
    margin-top: 20px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;


    
}
a {
    font-size: 40px;
}

#main-menu {
    display: none;
}

#main-menu li {
    background-color:#ed7c5a;
    width: auto;
    text-align: center;
    padding: 10px;
}
/* may add hover, link, visited */
#main-menu li {
    font-size: 20px;
}

#main-menu a {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
}

.icon {
    display: block;
    padding: 5px;

}


header {
    display: flex;
    justify-content: space-between;
    background-color: #ed7c5a;
    padding: 5px
}
 header h1 {
    width: 75%;
    font-size: 40px;
    text-transform: uppercase;
    margin: auto;
    color: rgb(255, 255, 255);
}
ol, ul {
	list-style: none;
}

.notice {
    color: red;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.info {
    font-size: 30px;
    text-align: center;
    margin: 20px;
    font-weight: bold;
}

.centered {
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    margin: 30px;

}
img {
    width: 100%;
}

h2 {
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px;
}

body {
    background-color: #c7d3df;
}

.bold {
    font-weight: bold;
    font-size: 24px;
}

section {
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px;  
    outline-style: solid;
    outline-width: 16px;
    outline-color: #ffbda9; 
}


.face {
    display: block;
    margin-bottom: 60px;
    padding: 1px;
    text-align: right;
    background-color: white;
    border-radius: 200px;
    color:  #3D5A8e;


}

section {
    border-style: solid;
    border-color: #c7d3df;
    border-width: 7px;
    background-color: #ffbda9;
    padding: 12px;
    border-radius: 12px;
}
h3 {
    font-size: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px;
    font-style: italic;
    text-align: center;
}
.cook {
    border-style: solid;
    border-color: #DAD6bE;
    border-width: 7px;
    border-radius: 12px;
    background-color: #ffbda9;
    padding: 12px;
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px;   

}
iframe {
    width: 250px; 
 

}
footer h2{

    font-size: 13px;
    background-color: #ed7c5a;
    
    margin:auto ;
    color: rgb(255, 255, 255);
    padding: 1px;
    text-align: center;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 20px;

}




.logo {
    margin-left: 23%;
    width: 200px;
    margin-bottom: 10px;
    height: auto;
    background-color: #ed7c5a;
    border-radius: 200px;
}

.send {
    background-color: #ed7c5a;
    border-radius: 20px;
    color: white;
    font-size: 30px;
}   
    

 .icon {
    display: block;
    padding: 5px;
    color:deeppink;
 }

 ul {
    padding: 5px;

    
 }







input, textarea {
    width: 350px;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
}

form p {
    width: 350px;
    margin: 10px auto;
}

form {
    width: 100%;
}

label {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#address {
    display: none;
}