/* Simple stylesheet for starstorm.com */

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

h3 {
    text-align: left;
}

::selection {
  background: rgb(117, 117, 117);
}

@keyframes pan-diagonal {
  0% {
        background-position: -1000px 0px;
    }
  100% {
        background-position: -4840px -2160px;
    }
}

@keyframes opacity-anim {
    0% {
        opacity: 45%;
    }
    50% {
        opacity: 65%;
    }
    100% {
        opacity: 45%;
    }
}

#diagonal-background {
    position: fixed;
    inset: 0;

    background-repeat: repeat;
    background-size: auto;
    background-position: 0% 0%;
    filter: saturate(100%);
    filter: brightness(120%);

    animation: pan-diagonal 25s linear infinite, opacity-anim 6s linear infinite;

    z-index: -1;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@font-face {
  font-family: LemonMilkFont;
  src: url(LEMONMILK-Regular.otf);
}

a:link {
    text-decoration: none;
    color: white;
    filter: brightness(100%)
}

a:visited {
    text-decoration: none;
    color: white;
    filter: brightness(100%)
}

a:hover {
    text-decoration: none;
    color: white;
    filter: brightness(91.0%)
}

a:active {
    text-decoration: none;
    color: white;
    filter: brightness(82.0%)
}

@media only screen and (max-width: 320px) { /* Minimal smartphone screen */
    .topleveldiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 5px;
        left: 5px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 0.75em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 5px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 102.9px;
        height: 33.1px;
    }

    .maincontentspacer {
        margin: auto;
        width: 300px;
        top: 10px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(0.40);
        margin-bottom: -15%;
        transform-origin: left top;
    }

}

@media only screen and (min-width: 321px) { /* Ordinary phones */
    .topleveldiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 10px;
        left: 10px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 1.0em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 15px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 205.95px;
        height: 66.2px;
    }

    .maincontentspacer {
        margin: auto;
        width: 320px;
        top: 20px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(0.40);
        margin-bottom: -15%;
        transform-origin: left top;
    }

}

@media only screen and (min-width: 410px) { /* High-end phones */
    .topleveldiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 10px;
        left: 10px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 1.0em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 15px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 205.95px;
        height: 66.2px;
    }

    .maincontentspacer {
        margin: auto;
        width: 400px;
        top: 20px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(0.50);
        margin-bottom: -11.5%;
        transform-origin: left top;
    }

}

@media only screen and (min-width: 670px) { /* Small tablets */
    .topleveldiv {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 10px;
        left: 10px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 1.0em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 15px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 205.95px;
        height: 66.2px;
    }

    .maincontentspacer {
        margin: auto;
        width: 650px;
        top: 100px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(0.80);
        margin-bottom: -2%;
        transform-origin: left top;
    }

}

@media only screen and (min-width: 899px) { /* Small screens/Tablets */
    .topleveldiv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 20px;
        left: 20px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 1.25em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 25px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 205.95px;
        height: 66.2px;
    }

    .maincontentspacer {
        margin: auto;
        width: 650px;
        top: 100px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(0.85);
        margin-bottom: 0%;
        transform-origin: left top;
    }

}

@media only screen and (min-width: 900px) { /* Larger screens*/
    .topleveldiv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 30px;
        left: 30px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 1.5em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 25px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 274.6px;
        height: 88.26px;
    }

    .maincontentspacer {
        margin: auto;
        width: 770px;
        top: 100px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(1);
        transform-origin: left top;
    }

}

@media only screen and (min-width: 1400px) { /* Proper screens*/

    .topleveldiv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: auto;
        position: relative;
        top: 50px;
        left: 50px;
    }

    .toplevellink {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        user-select: none;
        font-size: 2em;
        z-index: 1;
    }

    .linkdiv {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        right: 50px;
        margin: auto;
        position: relative;
    }

    .logoimage {
        position: relative;
        user-select: none;
        width: 412px;
        height: 132.4px;
    }

    .maincontentspacer {
        margin: auto;
        width: 770px;
        top: 100px;
        position: relative;
    }

    .gamelogosizer {
        transform: scale(1);
        transform-origin: left top;
    }
}

.maincontentborder {
    margin: 0 auto;
    background-color: #41414133;
    text-align: center;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 320px) { /* Minimal smartphone screen */
    .contentheader {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        text-align: center;
        padding-top: 4px;
        font-size: 50%;    
        z-index: 1;
    }    

    .contenttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        position: relative;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        font-size: 60%;
        z-index: 1;
    }

    .copyrighttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: center;
        width: 100%;
        bottom: 5px;
        font-size: 50%;
        z-index: 1;
    }

    .socialslinks a {
        display: flex;
        align-items: center;
        line-height: 150%;
    }

    .socialslogosizer {
        transform: scale(0.70);
    }
}

@media only screen and (min-width: 321px) { /* Standard smart phones */
    .contentheader {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        text-align: center;
        padding-top: 5px;
        font-size: 75%;
        z-index: 1;
    }    

    .contenttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        position: relative;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        font-size: 75%;
        z-index: 1;
    }

    .copyrighttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: center;
        width: 100%;
        bottom: 3px;
        font-size: 75%;
        z-index: 1;
    }

    .socialslinks a {
        display: flex;
        align-items: center;
        line-height: 135%;
    }

    .socialslogosizer {
        transform: scale(0.80);
    }
}

@media only screen and (min-width: 410px) { /* Larger smartphone screens and tablets */
    .contentheader {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        text-align: center;
        padding-top: 5px;
        font-size: 90%;
        z-index: 1;
    }    

    .contenttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        position: relative;
        text-align: center;
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 25px;
        font-size: 90%;
        z-index: 1;
    }

    .copyrighttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: center;
        width: 100%;
        bottom: 5px;
        font-size: 90%;
        z-index: 1;
    }

    .socialslinks a {
        display: flex;
        align-items: center;
        line-height: 135%;
    }

    .socialslogosizer {
        transform: scale(0.90);
    }
}

@media only screen and (min-width: 1024px) { /* Computer monitors */
    .contentheader {
        font-family: LemonMilkFont;
        color: white;
        position: relative;
        text-align: center;
        padding-top: 7px;
        font-size: 100%;
        z-index: 1;
    }    


    .contenttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        position: relative;
        text-align: justify;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px;
        font-size: 100%;
        z-index: 1;
    }

    .copyrighttext {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        text-align: center;
        width: 100%;
        bottom: 5px;
        font-size: 100%;
        z-index: 1;
    }

    .socialslinks a {
        display: flex;
        align-items: center;
        line-height: 137%;
    }

    .socialslogosizer {
        transform: scale(1.0);
    }
}

@media only screen and (max-height: 500px) {  /* For landscape mode or small browser windows */

html {
    overflow-y: auto; 
}

body {
    overflow-y: auto;
}

 .copyrighttext {
    position: relative;
 }

}

@media only screen and (min-height: 501px) {  /* For portrait mode and PC browser windows */

html {
    overflow-y: hidden; 
}

body {
    overflow-y: hidden;
}

 .copyrighttext {
    position: fixed;
 }

}

.socialheaderspacing {
    line-height: 90%;
}

.copyrightspacing {
    line-height: 50%;
}

.dummylink { /* Makes it so that the Dawn of Gaea logo doesn't get dark when you hover over it and click it */
    filter: brightness(100%) !important;
}