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


.divTitle{
  text-align: center;
  margin-top: 100px;
  font-family: 'Lobster', cursive;
}

p{
  margin-top: 50px;
  margin-left: 3%;
  margin-right: 3%;
}

.img{
  margin-left: 35%;
  margin-top: 50px;
  width: 30%;
  height: 300px;
}

.cog{
  width: 30%;
  height: 40%;
  margin-left: 30%;
  margin-top: 5%;
}


h1{
  text-align: center;
  margin-top: 15%;
  font-family: 'Merriweather', serif;
}
