@font-face {
    font-family: 'minecraftia';
    src: url(Fonts/Minecraftia.ttf);
}
* {
    font-family: minecraftia;
}
.navLogo {
    height: 60px;
    width: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.navbar {
    padding: 15px;
    padding-left: 100px;
    padding-top: 25px;
    align-items: left;
    padding-bottom: 20px;
}
.navbar a {
    margin: 0 20px;
    font-size: 20;
    color: white;
    text-decoration: none;
}
.navbar a:hover {
    color: gold;
}
.navbar img {
    height: 4em;
    padding: 0 16px;
}

body {
    background-image: url(Assets/nightsky.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    display: flex;
}

body.donations {
    overflow-y: auto;
    display: block;
    min-height: 100vh;
}

body.donations #mainDiv {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 40px auto 80px auto;
    width: 90%;
    max-width: 800px;
    text-align: left;
}

body.donations #mainText {
    width: 100%;
    height: auto;
    text-align: left;
}

#mainDiv {
    color: #ffffffef;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#mainAbout {
    list-style-type: none;
}

#mainDiv h1 {
    font-size: 60px;
    color: grey;
}

#mainText {
    height: 200px;
    width: 500px;
    padding: 40px;
    color: #ffffffef;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

.kofiimg {
    overflow: hidden;
}

.kofiimg img {
    width: 100%;
}

.rotate {
    transform:rotate(-20deg);
    text-align: center;
    position: absolute;
    overflow: visible;
    top: 30%;
    right: 12%;
    width: 38%;
    height: 18%;
}

.pop {
    animation: pop 0.58s infinite;
    color: gold;
    font-size: x-large;
}

@keyframes pop {
    from {
        transform:scale(0.95)
    }
    50% {
        transform:scale(1)
    }
    to {
        transform:scale(0.95)
    }
}

#discordLink img {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    height: auto;
    width: 20%;
}

#discordLink {
    text-align: center;
}

#discordLink a {
    color: white;
}

.footerSocials {
    color: #ffffffef;
    font-size: x-small;
    text-align: right;
    font-style: normal; 
    position: fixed;
    height: 32px;
    bottom: 10px;
    right: 10px;
}

.footerSocials img {
    height: auto;
    width: 32px;
}

.footerContainer {
    color: #ffffffef;
    font-size: x-small;
    font-weight: normal;
    font-style: normal; 
    position: absolute;
    bottom: 10px;
}

body.donations .footerContainer {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.footerContainer a {
    color: #ffffffef;
}

#mainAbout {
    color: #ffffffef;
    padding-top: 10px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
}

hr {
    background-color: white;
}