* {
  text-align: center;
  font-size: 80px;
}

html, body{
  width: 100%;
  height: 100%;
  margin: 0;
}

/* NAV BAR */
.navbar {
  background-color: #0C184C;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  width: 100%;

}

.navbar a {
  float: left;
  display: block;
  color: #FFFFF0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  width: 25%;
}






/* HERO IMAGE */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hero-image.jpg");
  height: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}




/* IMAGE GALLERY */

div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
  width: 360px;
  height: 540px;
}




h1 {
  font-family: 'Tangerine', serif;
  color: #0C184C;
}


p {
  font-family: 'Tangerine', serif;
  font-size: 48px;
  line-height: 25px;
}

li {
  font-size: 18px;
}


a {
  text-decoration: none;
}



.main {
  padding: 16px;
  margin-top: 50px;
  height: 500px; /* Used in this example to enable scrolling */
}
