/* Style the tab */
.tab {
  overflow: hidden;

  margin-left: 32%;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  width: 150px;
  color: white;
  background-color: #16963a;
 /* display: inline-block;*/
  
  
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: white;
    color: #095f21;
    border: 1px #16963a solid;
    transition: 0.3s;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#16963a;
  color: white;
  transition: 0.3s;

}

#call-to-action {
  padding: 120px 0px;
  
  
  text-align: center;
 
}

/*#call-to-action::after {
    content: "";
    background-image: url(aboutus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}*/

#call-to-action h1{

  color: #007aff;
  font-weight: 700;
}

