/* ******************** 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;
}

.info{
    background-color: #77153F;
    border-style: solid;
    border-width: medium;
    border-color: black;
    margin-top: 30px;
    margin-left: 30%;
    width: 40%;
    height: 80%;
    text-align: center;
    color: white;
    margin-bottom: 100px;
}

.photo{
  width: 80%;
  height: 70%;
  padding-bottom:30px;
}

.divTitle{
  font-family: 'Lobster', cursive;
}




/* ******************** FOOTER ****************************/
.footer {
  color: #EAEAEA;
  text-align: center;
  background-color: #252A34;
  bottom: 0;
  position: static;
  width: 100%;
  height: 2.5rem;
  margin-top: 100px;
  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;
}
