html {
    background: #2a2a2a;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.top-container {
    background-color: #2a2a2a;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mid-container {
    background-color: #2a2a2a;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 32px;
    text-align: center;
    position:absolute;
    }

.scroll-container {
    background-color: #2a2a2a;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    }

.bottom-container {
    background-color: #2a2a2a;
    width: 100%;
    height: auto;
    text-align: center;
    position:absolute;
    }

.footer {              
    position: fixed;     
    bottom: 0pt;     
    left:0pt;     
    width: 100%;     
    text-align: center;     
    height:auto;
}

.footer_contents {
    height:auto;
    width: auto;
    margin:auto; 
    padding: 10px;
}







/* TEXT */
body, h1, h2, h3, h4, h5, h6, p, td, a{
    color: transparent;
    text-shadow: 0 0 0.7px #aaa;
    font-family: "Helvetica";
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3%;
    text-decoration: none;
}
h2{
    color: transparent;
    text-shadow: 0 0 0.8px #ccc;
}
a:hover{
    color: transparent;
    text-shadow: 0 0 0.8px #ccc;
}
/* Caption text */
.text {
    color: #ccc;
    font-size: 16px;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 60%;
}







img{
    width: 100%;
}

video{
    width: 100%;
}





* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
    width:auto;
    max-width: 1080px;
    position: relative;
    margin: auto;
    background-color: #2a2a2a;
}
/* Hide the images by default */
.mySlides0, mySlides1, mySlides2, mySlides3, mySlides4, mySlides5 {
    display: none;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    opacity: 50%;
}
 .prev {
     left: 0;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover */
.prev:hover, .next:hover {
    opacity: 100%;
}




table {
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    background-color: #2a2a2a;
}
.tableL {
    text-align: left;
}
.tableC {
    text-align: center;
    letter-spacing: 6%;
}
.tableR {
    text-align: right;
}



hr.solid {
    border-color: #333;
    height: 2px;
    margin:10px;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: 10%;
}