

.topnav {
    z-index: 9999;
  overflow: hidden;
  background-color: white;
  position: fixed;
  width: 100vw;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 18px;
}

.menupoint{
  padding-top: 20px !important;
  padding-left: 30px !important;
}


.topnav a:hover {
  color: #004f9f;
}

.fa-bars{
  margin-left: 88vw;

}

.topnav .icon {
  display: none;
}

.title{
  text-align: left !important;
    font-size: 18px !important;
    font-weight: 600 ;
}

.subtitle{
  font-weight: 300 ;

}
.info img{
  padding-top: 2px;
  height: 36px;
  margin-right: -14px;
}
.cmmm-button{
  float: right !important;
  margin-top: 5px;

}

.active{
  color: #004f9f !important;
  text-decoration: underline!important;
}


.svgactive{
  filter: invert(16%) sepia(81%) saturate(3056%) hue-rotate(197deg) brightness(96%) contrast(103%);}

  .amn-button {
    float: right !important;
    padding-right: 0px !important;
    margin-top: 5px;

}
@media screen and (max-width: 1290px) {
  .topnav a:not(:nth-child(2)) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    position: fixed;

  }



  .cmmm-button{
  float: left !important;
}
}

@media screen and (max-width: 1290px) {
  .topnav.responsive {  position: fixed;
position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding-left: 1.5% !important;
  }
  .amn-button {
    float:none !important;
  }

}



@media screen and (max-width: 800px) {

.subtitle{
  display: none;
}


.info img{
  height: 20px;
  z-index: 9999999 !important;
}
}