@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@600&family=Roboto:wght@900&display=swap');
/*mission section*/
#introduction{
  background-color:#006837;
  padding-top:20px;
}


header .navbar{
  padding: 30px 0px;
  background-color: #006837;
  border:none;
  font-size: 25px
}
header .navbar-light .navbar-nav .nav-link{
  color:white;
  padding:5px 8px;
}
header .navbar-light a:hover{
  color: #F7931E !important;
}
header .navbar-light a:active{
  font-weight:700 !important;
}

header .navbar-brand {
  color: white !important;
  margin: 0;
  font:1.6em;
  font-weight:400;

}
header .navbar-nav{
  padding-left:20px;
}
header .navbar .navbar-brand span.subhead{
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  font-weight: 100;

}
header .navbar-toggler{
  background-color: white;
  margin-right:25px;
}
/*howitworks section*/
#howitworks{
  margin: 20px 0px;
  text-align:center;
}
.howitworks img.icon{
  display:block;
  width:80px;
  margin:0 auto;
  margin-bottom: 5px;
}
#howitworks h2{
  margin-bottom: 10px;
}
/*staff section*/
#comingsoon{
  background-color:darkorange;
  color:white;
}

#comingsoon .card img{
  padding-top:15px;

}
@media only screen and (min-width 450px) and (max-width 768px)
{
/*testimonial section*/



body{
  padding-top:100px;
  font-family:'Verdana', sans-serif;
  font-weight:300;
  font-size:1rem;
  position:relative;
}
h2,h3,h4,h5,h6{
  font-family:'Verdana', sans-sans-serif;
  font-weight:100;
  margin:0;
  color:#006837;
}
.page{
  padding: 50px 0px;
}
.page h2{
  text-align:center;
  padding-bottom:10
}
