html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, 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;
}
.thankYou {
    background-color: #83cbe8;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.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;}
.title {
    color: white;
    text-align: center;
}
.header {
	text-align: center;
	font-size: 200%;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
  }
  header {
	background-color: #664F3A;
	padding-top: 1%;
	padding-bottom: 1%;
  }
  .right {
	float: right;
  }
  .left {
	float: left;
  }
  .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%;
  }
  .button {
    text-align: center;
  }
body {
    background-color: #83cbe8;
}