/* Smartphones (Portait) ============================================= */
@media only screen and (max-width: 500px) {

  nav.main-navigation {
    display: none ;
  }

  nav.mini-navigation {
    display: block ;
    width: 100% ; 
    clear: both ; 
    background-color: #640f24;
    padding: 5px 10px ; 
    text-align: center ; 
    font-size: 25px ; 
    margin-bottom: 5px ; 

  }

  nav.mini-navigation a{
    color: #fff ;
    text-decoration: none ; 

  }

}
/* Stylesheet: Menu - Mini Modified On 2022-03-29 04:15:36 */
