
/* Hide scrollbar for Chrome, Safari, and Opera */
.html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.html {
  -ms-overflow-style: none;
}

/* Hide scrollbar for Firefox */
.html {
  scrollbar-width: none;
}

*:not(input):not(textarea) {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.titletext {
    font-family: 'Impact', "Open Sans", Arial, sans-serif;
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%; 
    padding-left: 0.5em;
    font-size:xx-large;
}

.mobilewarningtext {
    font-family: "Open Sans", Arial, sans-serif;
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%; 
    margin-top: 0em; 
    font-size: large;
}

.subtitletext {
    font-family: "Open Sans", Arial, sans-serif;
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%; 
    margin-top: -1.25em; 
    font-size: large;
    margin-left: 1em;
    margin-right: 1em;
}

.maintitleblock {
    text-align: center; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    width: 100%;
    height: 150px;
    padding-bottom: 5em;
}
.taglineblock {
    background-color: black; margin: 0 auto;
}

.categoryblock {
    text-align: center; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 200px; 
    margin-left: -0.5em;
    width: 100%;
}

.category {
    font-family: "Open Sans", Arial, sans-serif;
}

.category > p {
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%; 
    padding-left: 1em; 
    font-size: x-large;
}

.category > ul {
    margin: 0 auto;
    margin-left: 0.5em;
}

.regular {
    text-decoration: none;
    color: green;
}

.blackandwhite {
    text-decoration: none;
    color: gray;
}

.minimalist {
    text-decoration: none;
    color: teal;
}

.cats {
    text-decoration: none;
    color: pink;
}

.steam {
    text-decoration: none;
    color: lightblue;
}

.itch {
    text-decoration: none;
    color: lightcoral;
}

.header {
    width: 100%; height: 300px;
}

.footer {
    width: 100%; height: 500px;
}

.headerfooter {
    width: 100%;
    height: 205px;
}

.headerfooterblock {
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 105px; 
    width: 100%;
}

.pagelist {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-left: -2.5em;
}
.pagelist > li {
    display: inline-block;
    margin: 0 1em;
}

.back {
    font-size: x-large;
    text-decoration: none;
    color: red;
}

.regulartitle {
    font-family: "Open Sans", Arial, sans-serif;
    color: green; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%;
    font-size: x-large;
}

.blackandwhitetitle {
    font-family: "Open Sans", Arial, sans-serif;
    color: grey;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%;
    width: 100%;
    font-size: x-large;
}

.minimalisttitle {
    color: teal; 
    font-family: "Open Sans", Arial, sans-serif;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%;
    font-size: x-large;
}

.catstitle {
    font-family: "Open Sans", Arial, sans-serif;
    color: pink; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 100%;
    font-size: x-large;
}

a {
  font-family: "Open Sans", Arial, sans-serif;
}

.imageblock {
text-align: center; display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;
}

.footertitle {
    color: white; font-family: 'Open Sans', Arial, sans-serif;
}

.footertagline {
    color: white; font-family: 'Open Sans', Arial, sans-serif; font-size: small;
}

.footertagblock {
    background-color: black; margin: 0 auto;
}

.footerlogo {
    width: 90px; height: 64px;
}

.img-container{
    background-color: black; margin: 0 auto;
}

.homepagebody {
    background-color: black; margin-left: -1.5em;
}
.photopagebody {
    background-color: black;
}