.logo-container {
    position: absolute;
    z-index: 100;
    width: 150px;
    height: 30px;
    top: 50px;;
    background-image: url('../images/logo-light.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-container .header-content {
    background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
.feature h3 {
    font-size: 1.1rem;
}
option[disabled]:first-child {
    color: gray;
}
select [disabled] {
    color: gray;
     }

    .trapeze-bg {
        display: none;
    }
    #home {
        color: whitesmoke;
    }
    #home .text-notice-line:after {
        background: #f9c80e61;
    }
@media (max-width: 992px) {
    .logo-container {
        height: 25px;
    }

}


@media (min-width: 992px) {
  }

  @media (min-width: 768px) {


  }

  @media (min-width: 576px) {


  }

  @media (max-width: 576px) {


  }

  .certifications-image-container img {
      width: 30px;
      filter: invert(1);
        margin-right: 20px;
  }