@font-face {
    font-family: 'RL', sans-serif;
    src: url(Poppins-Light.ttf);
  }
  @font-face {
    font-family: 'RR', sans-serif;
    src: url(Poppins-Regular.ttf);
  }
  @font-face {
    src: url(Poppins-Regular.ttf);
    font-family: 'RM', sans-serif;
    src: url(Poppins-Medium.ttf);
  }
  
.dropDown {
    font-size: 16px;
    color: white;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative; 
    display: block;
    font-family: 'RM', sans-serif;
}

.dropDownButton {
    cursor: pointer; 
    font-size: 16px;
    color: white;
    padding: 14px 16px;
    background-color: #002B46;
    font-family: 'RM', sans-serif;
    width: 100%;
    margin: 0;
}

.dropDownContent {
    display: none;
}

.show {
    display: block;
    width: 100%;
}

.show a {
    cursor: pointer; 
    font-size: 16px;
    color: white;
    width: 100%;
    padding: 10px 16px;
    background-color: #002B46;
    font-family: 'RL', sans-serif;
    float: none;
    display: block;
    text-decoration: none;
    
}

.show a:hover{
    background-color: #002B46;
    font-family: 'RM', sans-serif;
}

.dropDownContent a.active {
    background-color: #DD1F17;
    font-family: 'RM', sans-serif;
}

.topnav {
    display: none;
    font-family: 'RM', sans-serif;
}
