@charset "UTF-8";
/* CSS Document */
    
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

/*@media only screen and (max-width: 480px) { */
body,td,th.p {
    font-size: 16px;
    line-height: 16px;
     font-family: "Bodoni Moda", serif;
    font-weight: 300;
    text-align: center;
    color: #79796C;
}

body {
    background-color:#F6F0D9;
 background-image:url("img/background-tile.jpg") !important; 
    background-size:contain;
        background-repeat: repeat-y;
}

/* back to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  border: none;
  outline: none;
  background-color:#79796C;
  color: #c6c0ff;
  color: #fff;
  cursor: pointer;
  padding: 6px;
  width: auto;
    z-index:3;
font-family: "Bodoni Moda", serif !important;
    font-size: 16px; line-height: 16px;
    font-style: italic;
/*    border-top: 1px solid #c6c0ff ; */
}
#myBtn:hover {
  color: #000;
    background-color:#F6F0D9;
    font-family: "Bodoni Moda", serif !important;
}
#InnerContainer {
    margin-left: 10%;
    margin-right: 10%;
}

a:hover {
    opacity: 95%;
}

a {
color: #fff;
 color: #79796C;
text-decoration: none;
}

.w3rcontainer{
   border: 0px solid #79796C;
   border-radius: 0px;
} 
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #c6c0ff;
  color: #fff;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* navigation on mobile 

  @media only screen and (max-width: 600px) {
  /* For mobile phones: */ 
      
div.leftmenu-container {
display: none;
}
      
div.dropdown-container {
    background-color: transparent !important;
}

div.dropdown-container:hover {
    background-color: transparent !important;
}
      
.dropbtn {
  color: #79796C;
  border: none;
  cursor: pointer;
width:100%;
text-align: center;
background-color: #fff; 
    margin: 0; padding: 0;
font-size: 16px;
    line-height: 16px;
    background-color: transparent !important;
        font-family: "Bodoni Moda", serif !important;
}

.dropbtn:hover, .dropbtn:focus {
color: #79796C;
color: #000;
margin: 0; padding: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
width: 20%;
color: #79796C !important;
font-size: 16px;
line-height: 16px;
    margin: 0; padding: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  position: relative;
  width: 100%;
  overflow:hidden;
  z-index: 1;
text-align: center;
}

.dropdown-content a {
  text-decoration: none;
padding: 5px;
display: block;
width: 100%;
}
      
.dropdown a:hover {
color: #79796C !important;
color: #000 !important;
}
      
.show {
display: block;
}
      .right {
font-size: 16px;
line-height: 16px;
      }


/* end nav */


#counter {
opacity: 0;
}

