@font-face {
    font-family: 'Roboto';
    src: url('fonts/web_fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Motiva';
    src: url('fonts/web_fonts/motiva/MotivaSansExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Motiva', sans-serif;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

body {
    overflow-y: hidden;
}

#thumbtext {
    transform: translateY(1.5em);
    opacity: 85%;
}

#maintable {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
table {
    border-collapse: collapse;
}

#scroll-tr {
    height: 3em;
    width: 55em;
    transform: translateY(-5em);
}

#scrollbody {
    width: 55em;
    height: .25em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1em;
    transform: translateY(.625em);
    box-shadow: 0 0 1em #000000AA;
}

#scrollthumb {
    float: left;
    transform: translateX(-50%);
    width: 2.5em;
    height: 1em;
    background-color: white;
    border: 2em 2em 2em 2em white;
    border-radius: 1em;
}

html {
    background-color: #1a1a1a;
    color: white;
}

#bgtable {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

.center {
    height: 100vh;
}

.center * {
    text-align: center;
}

.custom-file-upload {
    cursor: pointer;
}

#select-photos {
    background-color: #379eff;
    border-radius: .25em;
    box-shadow: 0 0 .5em #00000067;
    padding: .75em 1em .75em 1em;
    font-size: 1em;
    color: white;
}

#select-tr {
}

#submit-tr {
    display: none;
}

#submit-button {
    background-color: #379eff;
    border-radius: .25em;
    box-shadow: 0 0 .5em #00000067;
    padding: .75em 1.5em .75em 1.5em;
    font-size: 1em;
    color: white;
    border: none;
    cursor: pointer;
}

#download-page {
    background-color: #379eff;
    border-radius: .25em;
    box-shadow: 0 0 .5em #00000067;
    padding: .75em 1.5em .75em 1.5em;
    font-size: 1em;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.filler {
    height: 1em;
}

input[type="file"] {
    display: none;
    visibility: collapse;
}

h1 {
    text-align: center;
    font-size: 5em;
    text-shadow: 0 0 .1em #00000067;
    color: white;
}

p {
    font-size: 1.5em;
    text-shadow: 0 0 .5em #00000067;
}

img {
    width: auto;
    height: 100vh;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 2s;
}

.fade-in {
    opacity: 1;
    transition: opacity 2s;
}