body{
    margin: 0;
    padding: 0;
    background: black;
    color: white;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#content{
    width: 100%;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #000000a1;
}
#main{
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Tilt Warp';
    font-weight: 100;
    width: 100%;
    z-index: 1;
}
#logo-main{
    height: 50%;
}
#main-cont{
    text-align: center;
    display: block;
    width: 100%;
}
#main-cont-s1{
    padding: 20px;
}
#nav{
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: center;
    z-index: 1;
}
#nav-links-left{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}
#nav-links-right{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-right: 20px;
}
a{
  color: #ababab;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
#nav-link{
    margin: auto 0;
}
#mid-logo{
    display: block;
    margin: auto 30px;
    cursor: pointer;
}
#nav-header-mobile{
    display: none;
}
#nav-links-left a, #nav-links-right a{
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
  margin: auto 0;
  font-family: Staatliches;
  font-size: 1.7em;
  padding: 15px 20px;
}

#nav-link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: white;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;

}
#nav-link:hover:after{ 
  width: 100%; 
  left: 0; 
}
#mobile-logo{
    margin: auto 9px;
}
#mobile-logo img{
    height: 42px;
}
#text-h1{
    font-family: 'Tilt Warp';
    font-size: 3em;
    color: white;
    font-weight: 100;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
#text-h2{
    font-family: 'Tilt Warp';
    font-weight: 100;
    font-size: 1.5em;
    text-transform: uppercase;
    color: white;
}
#text-h3{
    font-family: 'Tilt Warp';
    font-weight: 100;
    text-transform: uppercase;
    color: white;
}
#text-cont-1{
    max-width: 900px;
    width: max-content;
    display: flex;
    margin: auto;
    font-family: 'Tilt Warp';
    font-weight: 100;
    font-size: 1.2em;
    text-align: left;
}
#content-flex-sbs{
    display: flex;
}
#text-cont-1 img{
    width: auto;
}
#footer{
    display: flex;
    height: 150px;
    position: relative;
    width: 100%;
    background: black;
    bottom: 0px;
    margin-top: auto;
}
#alldl{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#fill {
    height: 100%;
    width: 100%;
}
#links, #social{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
#social{
    text-align: right;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}
#response{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 142px;
    gap: 21px;
    margin: auto;
    margin-top: 30px;
}
#links a{

}
#footer li{
    display: block;
    font-family: 'Tilt Warp';
    margin: 5px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
}
#footer a:hover li{
    text-decoration: underline;
}
hr{
    width: 26%;
    border: 1px solid white;
}
.images{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    max-width: 1600px;
    margin: auto;
}
.gallery-image img{
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}
.gallery-image-highlight{
    max-width: 60vw;
    height: auto;
    width: auto;
    max-height: 70vh;
}
#web-icon{
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    background: transparent;
    border-radius: 36px;
    padding: 10px;
    color: #ffffff;
}
#web-icon i{
    font-size: 20px;
}
#web-icon-white{
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 3px solid black;
    background: #ffffff;
    border-radius: 36px;
    padding: 10px;
    color: black;
}
#web-icon-white i{
    font-size: 20px;
}
#cont-row{
    display: flex;
    padding: 20px;
}
#cont-sub-text{
    color: white;
    margin: auto 0;
    padding-left: 3px;
    white-space: nowrap;
    font-size: 1.2em;
}
#cont-sub-text a{
    color: white;
}
#content-flex a:hover{
    text-decoration: underline;
}
#content-flex{
    display: flex;
    flex-direction: row;
}
#content-flex-column{
    display: flex;
    flex-direction: column;
}
.images a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 300px;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin: 10px;
    background: #e4e4e4;
}
.image-popup{
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
.image-popup .con{
    display: flex;
    flex-flow: column;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
}
#sortbytags{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#sortbytags a{
    color: #f56344;
    padding: 10px;
}
#sortbytags a:hover{
    text-decoration: underline;
}
#sortbytags li{
    text-decoration: none;
    display: block;
    padding: 10px;
}
:focus{
    outline: none !important;
}
.gallery-scroll{
    overflow: scroll;
    height: calc(100vh - 152px);
}
/* SCROLLBAR */

::-webkit-scrollbar{
    width: 0.7em;
    height: 0px;
}
 
::-webkit-scrollbar-thumb{
  background-color: #ffffff;
  outline: 1px solid #ffffff;
}

.valid {
    color: #fffff;
}

.valid:before {
    position: relative;
    content: "";
    font-family: Glyphicons Halflings;
}

.invalid {
    color: #707070;
}

.invalid:before {
    position: relative;
    content: "";
    font-family: Glyphicons Halflings;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("font/glyphicons-halflings-regular.woff") format("woff");
}

.carousel {
  background: #EEE;
  overflow-x: scroll;
}

.carousel img {
  display: block;
  height: 27vh;
}
.flickity-page-dots{
    display: none;
}
.flickity-button{
    display: none;
}



.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #f8705b,#e58fa0,#cfb2ed);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(280px);
    width: calc(100% + 0px);
    height: calc(100% + 3px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}



.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    left: 0;
    top: 0;
}

.glow-on-hover-nb {
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover-nb:before {
    content: '';
    background: linear-gradient(45deg, #f8705b,#e58fa0,#cfb2ed);
    position: absolute;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 0px);
    height: calc(100% + 3px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}



.glow-on-hover-nb:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    left: 0;
    top: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
        -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
    -webkit-text-fill-color: white !important;
    font-family: 'Tilt Warp';
}

button,input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    border: none !important;
    background: #ffffff14;
    border: none;
    color: white;
    display: block;
    margin-bottom: 0;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    white-space: nowrap;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.846;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Tilt Warp';
    margin: auto;
    
    width: 12em;
    text-transform: uppercase;
    border-radius: 10px;
}

button:hover:disabled, input[type="submit"]:hover:disabled{
    background:  grey;
    color: white;
    cursor: default;
}
button:disabled, input[type="submit"]:disabled{
    background: #0e0e0e;
    color: #646464;
    cursor: default;
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -2px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 7px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid black;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: white;
    border-color: white;
}

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid white;
    border-radius: 6px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}




input {
    border: none;
    background-color: rgba(33, 150, 243, 0);
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.846;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    font-family: 'Tilt Warp';
}

input[type="password"],input[type="text"]{
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid white;
    width: -webkit-fill-available;
    width: -moz-available;
}

button:hover ,input[type="submit"]{
    cursor:pointer;
}

button:hover ,input[type="submit"]:hover {
    background: white;
    
    color: rgb(20, 24, 52);
    transition: all 0.2s ease;
}
/* SLIDER */
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

#message,#message_compare,#error {
    display: block;
    font-size: 0.8em;
    display: none;
    background: #00000085;
    color: #fff;
    position: relative;
    border: 2px solid #ffffff4a;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    animation: movein 0.2s;
    border-radius: 10px;
}

#message p,#message_compare,#error p {
   font-size: 1em;
    text-align: left;
}
#main-cont-s2 a {
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 38px;
    text-align: center;
    font-size: 1.1em;
    
}
#main-cont-s1 section{
    margin-top: 5px;
    flex-direction: column;
    background: #ffffff0d;
    border-radius: 10px;
    transition: .3s ease;
    max-width: 400px;
    border: 2px solid #ffffff14;
}
.dl-po{
    display: flex;
    flex-direction: row;
}
section a{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 12px;
    background: #ffffff14;
    border-radius: 8px;
    margin: 19px;
    font-size: 2em;
}
section a:hover{
    background: white;
    color: #383838;
}
.dropzone {
    box-sizing: border-box;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    left: 0;
    background: #c7c7c736;
    border-radius: 30px;
    top: 0;
    z-index: 99999;
    border: 5px dashed white;
}
#fileadd-flex{
    display: flex;
    width: 100%;
    height: 100%;
}
#fileadd-container{
    display: flex;
    margin: auto;
    flex-direction: column;
    background: #ffffff24;
    padding: 29px;
    border-radius: 10px;
    z-index: -2;
}
#fileadd-icon{
    display: block;
    margin: auto;
    font-size: 4em;
    padding: 39px;
}
#dl-pd{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
}
.dl-p1{

}
.dl-p2{
    
}
.dl-p3{
}
.dl-p4{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 300px;
    margin: auto;
    background: #ffffff14;
    padding: 10px;
    padding-left: 0px;
}
.dl-p5{
    display: inline-block;
    white-space: nowrap;
    margin: auto;
    padding: 10px;
    background: #ffffff14;
    color: #b1b1b1;
    width: 80px;
    text-align: right;
}
.dl-p6{
    display: inline-block;
    white-space: nowrap;
    margin: auto;
    padding: 10px;
    background: #ffffff14;
    color: #b1b1b1;
    text-align: left;
}
.dl{
    background: #000000a6;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 1.4em !important;
    width: max-content !important;
    font-family: 'STAATLICHES';
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    border-radius: ;
    animation: glowing 20s linear infinite;
    margin: 0 auto;
    display: flex !important;
    transition: 1s -webkit-filter linear;
}
.dl:before{
    content: '';
    background: linear-gradient(45deg, #f8705b,#e58fa0,#cfb2ed);
    position: absolute;
    background-size: 400%;
    filter: blur(65px);
    z-index: -1;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: .4s -webkit-filter linear;
    left: 0px;
    top: 0px;
}
.dl:hover{
    background: white;
    color: #000000cc;
}

#filename{
    background: #0000007d;
    padding: 10px;
    font-size: 0.5em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#filesize{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex: none;
    background: #ffffff26;
}
.upload-form {
  display: flex;
    max-width: 350px;
    padding: 20px;
    min-width: 300px;
    flex-flow: column;
    border-radius: 10px;
}
.upload-form h1 {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #434850;
  text-align: center;
}
.upload-form label {
  display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e8ec;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    cursor: pointer;
}
.upload-form label i {
  margin-right: 10px;
  padding: 5px 0;
  color: #dbdce0;
}
.upload-form label span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  word-break: break-all;
}
.upload-form label:hover {
  background-color: #f7f8f9;
  border: 1px solid #e3e5ea;
  color: #68686a;
}
.upload-form label:hover i {
  color: #cfd1d4;
}
.upload-form input[type="file"] {
  appearance: none;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.upload-form .progress {
  border-radius: 10px;
  background-color: #ffffff14;
  width: 100%;
  font-family: 'Tilt Warp';
}
.upload-form button {
  appearance: none;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    display: block;
    padding: 10px 12px;
    margin-top: 10px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    border-radius: 10px;
}
.upload-form button:hover {
  background-color: white;
  color: #242424;
}
.upload-form button:disabled {
  background-color: #121212;
  color: white;
}
.upload-form .result {
  padding-top: 15px;
}

#dl-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 142px;
    gap: 21px;
    margin: auto;
}
#dl-sort-top{
    display: flex;
    padding: 12px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
}
#dl-sort-scrollable{
    display: flex;
    flex-direction: row;
}
#dl-sort-top-text{
    display: flex;
    margin: auto;
    padding: 5px;
}
#dl-sort-top-element-container{
    display: flex;
}
#dl-sort-top-element{
    margin-left: 5px;
    padding: 10px;
    background: #ffffff1f;
    border-radius: 8px;
    font-size: 0.8em;

}
#dl-sort-top-element-container a{
    color: #ffffff;
    text-decoration: none;
    display: flex;
}
#dl-sort-top-element:hover{
    background: white;
    color: black;
}
.sortactive{
    background: white !important;
    color: black;
}
#search_query{
        width: 30%;
}
#dl-container{
        justify-content: center;
        display: flex;
        flex-direction: column;
    }


:root {
  --plyr-color-main: white;
}
.plyr--audio{
    max-width: 300px;
    margin: auto;
    border-radius: 10px;
    margin-top: 10px;
}
.plyr__menu{
    display: none;
}
.plyr__volume input[type=range]{
    max-width: 60px;
}

.plyr--audio .plyr__controls{
    background: #fff;
    background: #00000085;
    border-radius: inherit;
    color: #4a5464;
    color: #ffffff;
    padding: 10px;
    padding: var(--plyr-control-spacing,10px);
}
.plyr__control:hover {
    color: #000000cc !important;
}
.plyr__control--overlaid{
    background: black;
}

/*ANIMATIONS*/
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
@keyframes movein {
    from {
        transform: translateY(183px);
        opacity:0;
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}
@-moz-keyframes movein { /* Firefox */
    from {
        transform: translateY(183px);
        opacity:0;
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}
@-webkit-keyframes movein { /* Safari and Chrome */
    from {
        transform: translateY(183px);
        opacity:0;
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}
@-o-keyframes movein { /* Opera */
    from {
        transform: translateY(183px);
        opacity:0;
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}
/* NEXT */
@keyframes movein-left {
    from {
        transform: translateX(-183px);
        opacity:0;
    }
    to {
        transform: translateX(0);
        opacity:1;
    }
}
@-moz-keyframes movein-left { /* Firefox */
    from {
        transform: translateX(-183px);
        opacity:0;
    }
    to {
        transform: translateX(0);
        opacity:1;
    }
}
@-webkit-keyframes movein-left { /* Safari and Chrome */
    from {
        transform: translateX(-183px);
        opacity:0;
    }
    to {
        transform: translateX(0);
        opacity:1;
    }
}
@-o-keyframes movein-left { /* Opera */
    from {
        transform: translateX(-183px);
        opacity:0;
    }
    to {
        transform: translateX(0);
        opacity:1;
    }
}
/*ANIMATIONS END*/

#drop_zone {
  border: 5px solid blue;
  width: 200px;
  height: 100px;
}




@media screen and (max-width:800px){
    body {
        font-size: 86%;
        width: 100%;
        min-height: 100%;
        overflow-y: scroll;
    }
    #nav{
        flex-direction: column;
        height: auto;
        z-index: 1;
        transition: ease;
    }
    #nav-header-mobile{
        display: flex;
        background: black;
        z-index: 2;
    }
    #nav-header-mobile span{
        font-family: ''Tilt Warp'';
        display: flex;
        margin: auto;
    }
    #mid-logo{
        display: none;
    }
    #nav-cont{
        margin-top: -195px;
    }
    #nav-links-left{
        justify-content: normal;
        flex-direction: column;
    }
    #nav-links-right{
        justify-content: normal;
        flex-direction: column;
    }
    #nav-links-left a, #nav-links-right a{
        padding: 10px;
        letter-spacing: unset;
    }
    .menucontainer {
    display: inline-block;
    cursor: pointer;
    padding: 13px;
    }
    .bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
    }
    .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-4.5px, -7px);
        transform: rotate(45deg) translate(-4.5px, -7px); 
    }
    #page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4em;
    overflow: auto;
    font-family: 'Tilt Warp';
    margin-left: 0px;
    color: #f56344;
    }
    #menu-a {
    display: flex;
    text-decoration: none;
    color: white;
    width: 100%;
    }
    
    #footer{
    bottom: unset;
    }
    #content{
        height: auto;
    }
    ::-webkit-scrollbar{
    width: 0em;
    height: 0px;
    }
    .gallery-scroll{
    overflow: scroll;
    height: calc(100vh - 57px);
    }
    #content-flex{
    display: flex;
    flex-direction: column;
    }
    .gallery-image-highlight {
    max-width: 100vw;
    }
    .images a {
        width: 140px;
        height: 140px;
    }

    #dl-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 21px;
    }
    #response {
    grid-template-columns: repeat(1, 1fr);
    gap: 21px;
    }
    #search_query{
        width: 90%;
    }
    #main-cont-s1{
        margin-top: 60px;
    }
    .glow-on-hover{
        animation: none;
    }
    .glow-on-hover:before{
        animation: none;
        height: calc(100% + 200px);
    }
    .glow-on-hover-nb:before {
        animation: none;
    }
    .dl:before{
        animation: none;
    }
    hr{
    width: 90%;
    }
    #dl-grid{
        width: 100%;
    }
    #dl-sort-top{
        width: 97%;
        padding: 0px;
        margin-bottom: 15px;
    }
    #dl-sort-scrollable {
    overflow: scroll;
    }
}
