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;
}
.dropbtn {
	background-color: #664F3A;
	color: white;
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 10% 10%;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #592c25;}
  .header {
	text-align: center;
	font-size: 200%;
	padding: 3px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
  }
  .right {
	float: right;
  }
  .left {
	float: left;
  }
  header {
	background-color: #664F3A;
	padding-top: 1%;
	padding-bottom: 1%;
  }
  .body {
	background-color: #BF6C14;
	padding-right: 10%;
	padding-left: 10%;
  }
  p {
	font-family: Arial, Helvetica, sans-serif;
  }
  .centerP {
	padding-top: 1%;
	padding-bottom: 1%;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
  }
  .centerPPink {
	padding-top: 1%;
	padding-bottom: 1%;
	color: #f178ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
  }
.bottom {
  text-align: center;
  padding-top: 1%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}
.footerContainer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.icon {
  width: 60px;
  height: 60px;
}
footer {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #664F3A;
  padding-bottom: 1%;
}
.iconHead {
  color: white;
  text-align: center;
  width: 60px;
}
h2 {
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 300%;
  padding-top: 1%;
}
iframe {
	width: 70%;
	height: 500px;
	padding-left: 15%;
	padding-right: 15%;
}
.footerHeader {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
}
.imageContainer1 {
	width: 25%;
}
.donutImage {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.containerContainer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.imageContainer2 {
	width: 33.33333333%;
}
.weddingImage {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
}