* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: DarkGray;
}

/* Style the topbar image */
.topbar {
	width: 100%;
	height: 50px;
	background-image: url("Images/TopBarLogo.png");
	background-size: cover;
	background-repeat: no-repeat;
}

/* Style all Images */
img {
	height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

/* Style the content */
.content {
  background-color: white;
  width: 60%;
  padding: 10px;
  margin: auto;
  line-height: 1.4;
  border-radius: 10px;
}
h2 {
	text-align: center;
	text-decoration: underline;
	}

@media screen and (max-width: 800px) {
  .content {   
    width: 90%;
    padding: 10px;
  }
}

/* Style the facebook iframe */
.iframe-container {
	text-align:center;
	width:100%;
  }

/* Style the footer */
.footer {
  background-color: DarkGreen;
  padding: 1px;
  text-align: center;
  color: white;
  font-style: italic;
}
