/* ******************** INDEX ****************************/
/* ******************** NAV BAR ****************************/
.logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.nb {
  background-color: #77153F;
}



/* ******************** HEADER ****************************/
.header {
  background-image: url("images/mountains.JPG");
  color: black;
  font-size: 3rem;
  text-align: center;
  background-repeat:no-repeat;
  background-size: cover;
  margin-top: 10px;
  height: 350px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

/* ******************** FOOTER ****************************/
.footer {
  color: #EAEAEA;
  text-align: center;
  background-color: #252A34;
  bottom: 0;
  position: static;
  width: 100%;
  height: 2.5rem;
  margin-top: 30%;
  padding-bottom: 200px;
}

/* ******************** FOOTER ICONS ****************************/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: red;
  color: white;
}



div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  margin-top: 30px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 100px;
}

div.desc {
  padding: 15px;
  text-align: center;
}
