#hero{
    background: url(../img/hero_b.png) no-repeat center center;
    background-size: cover; 
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    min-height: 30rem;
}   

#topmenu{
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;  
}


.b-example-divider{
    height: 2rem;
}

.task-header{
    color: #0b813a;
}

.task{
    background-color: #fff;
    color: #4d4d4d;
}

.task-img{
   max-height: 340px;
   overflow: hidden;
   
}


.task-img img{
    width: 100%;
}


a {
  color: #0b813a;
  text-decoration: underline;
}