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



.verse{
  font-style: italic;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
}

.giving{
  margin-left: 10%;
  width: 80%

}

.text{
  margin-left: 15%;
  margin-top: 30px;
}

.icons{
  margin-left: 46%;
  margin-top: 20px;
}

.modes{
  margin-left: 48%;
}

.ca{
  width:110px;
  height: 100px;
  display: inline-block;
}

.ca_text{
  margin-left: 110px;
}

.z{
  width:8%;
  height: 40px;
}



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