body {
  font-family: Arial, Helvetica, Sans Serif;
}

p {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.h4, h4 {
  font-family: Arial, Helvetice, Sans Serif;
  font-size: 1.5rem;
}

section {
  background-color: white;
  min-height: 70vh;
  padding: 25px;
}

#logo {
  font-family: Arial, Helvetica, sans serif;
  font-size: 30px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25vh;
}

li {
  padding: 5px;
  margin-left: 10px;
}

h1, h5 {
  text-align: center;
}

h5 {
  margin-top: 50px;
}

#logo {
  height: 75px;
  width: 75px;
  margin-right: 10px;
}

#about {
  margin-top: 25px;
}

.h4, h4 {
  margin-top: 25px;
}

#gallery {
  text-align: center;
}

a {
  color: black;
}

#icon {
  text-align: center;
  margin-top: 10px;
}

.navbar-light .navbar-brand {
  font-size: 30px;
}

