
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family:sans-serif;
    height: fit-content;
}

.background{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-image: url('../Media/Images/Misc/Bkg.jpg');
    filter: blur(0px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner{
    display:flex;
    text-align:center;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    position: fixed;
    border: 0px solid transparent;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    z-index:999;
    user-select: none;
}

#title{
  font-size: 290%;
}

.content{
    font-size: 40px;
    position:relative;
    background-color: transparent; 
    padding: 15px;
    border: 0px solid aliceblue;
    border-radius: 0;
    text-align:left;
    top: 0%;
    left:0%;
    width: 30%;
    height:100%;
    user-select: none;
}

.centrato{
    text-align: center;
}

a{
    color: blue;
}

.white_a{
  color:transparent;
}

.white_a:hover{
  color:transparent;
}

h1{
    color: #4b5320;
    text-align: center;
}

td{
    border: 0px solid #ddd;
}

.maintr:hover{
    background: linear-gradient(to left, rgba(173, 216, 230, 0), rgba(173, 216, 230, 1))right;
}

.centertitle{
    text-align: center;
    border: 0px solid #fff;
}

img{
    max-width: 100%;
    Height:auto;
}

table{
    width: 100%;
    height:100%;
}

#container {
    position: fixed;
    width: 200px;
    bottom:0;
    background-color: transparent;
    right: 0;
    top:0;
    overflow: hidden;
}
  
#slider {
    position: absolute;
    top: 0;
    right: -215px;
    width: 200px;
    height: fit-content;
    background-color: transparent;
    border: 0px solid aliceblue;
    transition: right 0.3s;
}

#container, #slider{
    user-select: auto !important;
}

#container:hover #slider {
    right: 0;
}

.drop{
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.btn-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.btn-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

.d-content:hover .btn-content {
    display: block;
  }

  #container {
    position: fixed;
    width: 200px;
    bottom:0;
    background-color: transparent;
    right: 0;
    top:0;
    overflow: hidden;
}
  
#slider {
    position: absolute;
    top: 0;
    right: -215px;
    width: 200px;
    height: fit-content;
    background-color: transparent;
    border: 0px solid aliceblue;
    transition: right 0.3s;
    font-size:20px;
}

#container, #slider{
    user-select: auto !important;
}

#container:hover #slider {
    right: 0;
}