body {
  padding-top: 5rem;
  background-image: url("../img/intro-bg.jpg");
  background-size: cover;
}

h1{
  color:slategray;
  font-size: 3.0vw;
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6, p{
  font-family: "Montserrat", sans-serif;
}

strong, .strong{
  color:#0f175f;
}

/** NAVIGATION **/

.navbar {
  background-color:#0f175f;
  font-family: "Montserrat", sans-serif;
}

.navbar-brand{
  margin-left:15px;
}

.nav-item{padding:10px 15px 10px 15px;}

.light {
  font-weight: 400;
  font-size: 1.1rem;
  margin-top:5px;
}

.recovery{
  background-image: url("../img/road-to-recovery.jpg");
}

.carousel{
  width:400px;
}

#main{
  background-color: white;
  opacity: 0.85;
  padding:30px;
}

/** GENERAL CLASSES **/

.img-thumbnail{
  height:100px;
  width:100px;
}

.mission {
  font-size: 1.6vw;
  line-height: 4.4vh;
  color:black;
  font-family: "Montserrat", sans-serif;
}

.strong{
  color:#0f175f;
  font-weight: bold;
}

.call{
  width:200px;
  font-family: "Montserrat";
  color:white;
  font-weight: bold;
  
}

.call a{
  text-decoration: none;
  color:white;
}

.card{
  width:11rem;
  height:11rem;
  margin:10px;
  float:left;
}

.card-title{
  text-align: center;
}

/** Pull Quote **/

.pquote {
  float: right;
  width: 450px;
  color:#0f175f;
  font-size: 27px;
  line-height: 1.3;
  font-style: italic;
  padding: 13px 13px 13px 23px;
}

blockquote {
  margin: 0;
}

blockquote p {
  hanging-punctuation: first;
}

footer{
  margin-top:15px;
}


#volunteer{
  background-color:rgb(139, 150, 160);
  border-radius:10px;
  padding:30px;
  color:white;
}

#volunteer h3{
font-weight: bold;
}




