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;
}


.logo {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #83cbe8;
}
.holylogo {
    width: 100%;
}
.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;}

.burger {
  width: 200%;
}
.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%;
}
p {
  font-family: Arial, Helvetica, sans-serif;
}
.paragraph {
  padding-top: 1%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}
.image {
  width: 75%;
}
.body {
  background-color: #BF6C14;
  padding-right: 10%;
  padding-left: 10%;
}
.firstHalf {
  width: 50%;
}
.secondHalf {
  width: 50%;
}
.containerContent {
  display: flex;
  justify-content: space-evenly;
}
h1 {
  text-align: center;
  color: white;
  font-size: 300%;
  font-family:Georgia, 'Times New Roman', Times, serif;
}
.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%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 3%;
  padding-bottom: 3%;
}