 /* img.w3-image5{
    width: 10%;
    height:30%;
    margin-left: 50px;
 } */

 img.headerlogo {
     width: 120px;
 }
 .w3-right {
     float: right !important;
     margin-top: 14px;
     font-size: 19px;
     color: #e30b0c;
 }
 a.w3-bar-item.w3-button {
     FONT-FAMILY: monospace;
     font-weight: 500px;
     color: #e30b0c;
 }

 header {
     position: fixed;
     z-index: 1000;
     height: 100px;
     width: 100%;
     background: transparent;
     padding: 8px 46px 90px 88px;
     margin-top:-1px;
     -webkit-transition: all ease-out .5s;
     -moz-transition: all ease-out .5s;
     -o-transition: all ease-out .5s;
     transition: all ease-out .5s;
 }

 header.active {
     padding: 8px 46px 90px 88px;
     background-color: #00000089;
 }

  @media only screen and (max-width: 600px) {
    header{
        position: fixed;
        z-index: 1000;
        height: 80px;
        width: 100%;
        padding: 8px 30px 79px 18px;
        margin: 0px;
        -webkit-transition: all ease-out .5s;
        -moz-transition: all ease-out .5s;
        -o-transition: all ease-out .5s;
        transition: all ease-out .5s;
    }
    header.active{
        padding: 8px 30px 79px 18px;
    }
        img.headerlogo {
            width: 90px;
        }

     .w3-right {
     float: right !important;
     margin-top: 0px;
     font-size: 23px;
     color: #e30b0c;
                }
  }