body {
    font-family: 'Roboto';font-size: 16px;
}


/*.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
}*/

        .aboutus-text {
  color:white;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: black;
    text-decoration: none;
    outline: 0;
}
.feature-content
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
    font-style: normal;
    font-stretch: narrower;
    font-size: medium;
}
/*Dropdown porject */
 #navbardropdown:hover dropdown-menu
  {
    display:block;
    margin-top: 0;
  }

  .dropdown-menu a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-menu {display: block;}
  
  .dropdown:hover .nav-item dropdown {background-color: blue;}






