/* font setting
*
*
*/
.fontMobile{
    font-size: 20px;
     font-family:Georgia, serif!important;
}

.fontContentM{
    font-family: "Gill Sans", sans-serif!important;
    font-size: 1.3em;
    font-weight: 400;
}


.font_footer{
    font-size: 14px;
}

/*---------end-------------*/




/* it is to set the card viewer in mobile mode
*
*
*/

.column_s{
    width: 100%!important;
    margin-bottom: 10px;
  }
  
.column_sub{
    width: 100%!important;
    margin-bottom: 10px;
  }
  
/*---------end-------------*/

/* it is to set the footer layout in mobile mode
*
*
*/

  .footer_row{
    max-height:100%!important;
    display: block;
}
.footer_column{
float: left;
  width:50%!important;
  padding: 5 5px;
}
.footer_column_e{
float: left;
  width: 100%!important;
  padding: 5 5px;
}

/*---------end-------------*/



/* this code is to describe off-canvas
*
*
*
*/



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top:40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  /*transition: margin-left .5s;*/
  display:block!important;
  color:white;
}

#navIcon{
    display:flex!important;
}

#navText{
    display:none;
}

#contentWeb{
    display:none;
}

#contentMobile{
    display:block!important;
}