/* 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;
}

/*
Clean, consistent professional design  [v/]
Logo - You must re-create or create your own logo using logo design principles learned last year. [v/]
Pages are readable [v/]
No more than 3 fonts [v/]
All pages, links, and images work [v/]
Any photos that you use not from this site must be copyright free [v/]
Color scheme appropriate for the business  [v/]
Borrow Colors from your logo (if it has color) [v/]
*/
body{
	padding: 5%;
	background-color:#E4A9C7;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header, footer {
	display: flex;
	justify-content: space-between;
	background-color: skyblue;
	padding: 10px;
	border-radius: 7px;
	align-items: center;
}
#logo {
	height:70px;
}
#ham{
	height:70px;
}
h1{
	font-size: xx-large;
	font-weight: bolder;
}
article {
	background-color: #603913;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	color: rgb(255, 210, 160);
}
h2 {
	font-size: x-large;
	text-align: center;
}
.front {
	height:140px;
}
#trail{
	display: flex;
	align-items: center;
	justify-content:space-around;
	margin: 25px;
}
.center{
	text-align: center;
}
#socials{
	display: flex;
	flex-flow: column wrap;
	height: 105px;
	text-align: center;
}
.face{
	height: 25px;
	margin: 5px
}
ul{
	margin-left: 55%;
}
li{
	background-color: black;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	width: 85%;
	text-align: center;
}
form{
	background-color: #603913;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	color: rgb(255, 210, 160);
}
.form-flex{
margin: 10px;
}
#myLinks {
	display: none;
  }
a {
	text-decoration: none;
	color:#E4A9C7;
}
iframe{
	width: 90%;
	height: 300px;
	border-radius: 10px;
	margin: 5%;
}
img {
	border-radius: 5px;
}
.donut{
	width: 120px;
	margin: 15px
}
#food{
	display: flex;
	flex-flow: wrap;
	width: 300px;
	margin:auto
}
#rose{
	width:90%;
	margin:5%;
}
#drinks{
	display: flex;
	flex-flow: wrap;
}
.glass{
	width:40%;
	margin:5%;
	text-align: center;
}
#eddy{
	width:90%;
	margin:5%;
	text-align: center;
}
.plant{
	width:90%;
	margin:5%;
}