body:before {
content: ' ';
height: 100vh;
width: 100vw;
display: block;
position: fixed; 
top: 0; 
left: 0; 
z-index: 100;
background-image: url('https://i.ibb.co/MDVbRQzh/janka-zanka.gif');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 5s ease 0s 1 normal forwards;
pointer-events: none;
}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 
/* Text */
.mozilla-headline-font {
  font-family: "Mozilla Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
hr {
    color: white;
}
.nav-link:visited {
    color: white;
}
.nav-link:hover {
    color: red;
}
.scroll {
    overflow-y: auto;
}

/* Phones */
@media only screen and (max-width: 600px) {
    /* Basic styles */
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-color: black;
    }
    .outer {
        border: 5px solid rgb(196, 53, 53);
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/dZChPvZ/pattern-1200-88bb041e8ed9e0dc7308564d152350ba.png);
    }
    .inner {
        background-color: #4b0d53;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: medium;
        text-align: center;
    }
    ul {
        color: white;
        font-size: medium;
    }
    #header {
        width: 97%;
        height: 15vw;
        margin: auto;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    .top-blinkies {
        display: none;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 10px;
        width: 97%;
        height: 20vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 15px;
        margin-left: 10px;
    }
    #nav-arrow-right {
        margin-top: 15px;
        margin-right: 10px;
    }
    .nav-link {
        margin-top: 15px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;
        margin: auto;
        width: 70%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;
    }
    #thoughts-intro {
        width: 97%;
        height: 25vw;;
        margin: auto;
    }
    #thoughts-intro-inner {
        width: 95%;
        height: 81%;
        margin: auto;
        margin-top: 5px;
    }
    #thoughts {
        width: 97%;
        height: 150vw;
        margin: auto;
        margin-top: 10px;
    }
    #thoughts-inner {
        width: 95%;
        height: 97%;
        margin: auto;
        margin-top: 5px;
        overflow-y: auto;
    }
    .thought-entry {
        width: 95%;
        margin: auto;
        margin-top: 5px;
        height: 50vw;
        border: 3px solid rgb(196, 53, 53);
        overflow-y: auto;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 20vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 20px;
    }
    .floatie {
        display: none;
    }
}
@media only screen and (min-width: 600px) {
    /* Basic styles */
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-color: black;
    }
    .outer {
        border: 5px solid rgb(196, 53, 53);
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/dZChPvZ/pattern-1200-88bb041e8ed9e0dc7308564d152350ba.png);
    }
    .inner {
        background-color: #4b0d53;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: medium;
        text-align: center;
    }
    ul {
        color: white;
        font-size: medium;
    }
    #header {
        width: 97%;
        height: 10vw;
        margin: auto;
    }
    #header-heading {
        margin-top: 12px;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    .top-blinkies {
        display: none;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 10px;
        width: 97%;
        height: 10vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 15px;
        margin-left: 10px;
    }
    #nav-arrow-right {
        margin-top: 15px;
        margin-right: 10px;
    }
    .nav-link {
        margin-top: 15px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;
        margin: auto;
        width: 80%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;
    }
    #thoughts-intro {
        width: 97%;
        height: 15vw;;
        margin: auto;
    }
    #thoughts-intro-inner {
        width: 95%;
        height: 81%;
        margin: auto;
        margin-top: 5px;
    }
    #thoughts {
        width: 97%;
        height: 100vw;
        margin: auto;
        margin-top: 10px;
    }
    #thoughts-inner {
        width: 95%;
        height: 97%;
        margin: auto;
        margin-top: 5px;
        overflow-y: auto;
    }
    .thought-entry {
        width: 95%;
        margin: auto;
        margin-top: 5px;
        height: 20vw;
        border: 3px solid rgb(196, 53, 53);
        overflow-y: auto;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 10vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 20px;
    }
    .floatie {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    /* Basic styles */
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-image: url(https://i.pinimg.com/736x/66/d1/9f/66d19f85eeef695a45001e2622f2bd62.jpg);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center top;
        background-color: black;
        background-attachment: fixed;
    }
    .outer {
        border: 5px solid rgb(196, 53, 53);
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/dZChPvZ/pattern-1200-88bb041e8ed9e0dc7308564d152350ba.png);
    }
    .inner {
        background-color: #4b0d53;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: medium;
        text-align: center;
    }
    ul {
        color: white;
        font-size: medium;
    }
    #header {
        width: 70%;
        height: 10vw;
        margin: auto;
    }
    #header-heading {
        margin-top: 12px;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    .top-blinkies {
        display: initial;
    }
    #moving-buttons {
        width: 70%;
        margin: auto;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 20vw;
        width: 70%;
        height: 10vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 30px;
        margin-left: 30px;
    }
    #nav-arrow-right {
        margin-top: 30px;
        margin-right: 30px;
    }
    .nav-link {
        margin-top: 30px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;
        margin: auto;
        width: 80%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;
    }
    #thoughts-intro {
        width: 97%;
        height: 15vw;;
        margin: auto;
        margin-top: 10px;
    }
    #thoughts-intro-inner {
        width: 95%;
        height: 81%;
        margin: auto;
        margin-top: 5px;
    }
    #thoughts {
        width: 97%;
        height: 100vw;
        margin: auto;
        margin-top: 10px;
    }
    #thoughts-inner {
        width: 95%;
        height: 97%;
        margin: auto;
        margin-top: 5px;
        overflow-y: auto;
    }
    .thought-entry {
        width: 95%;
        margin: auto;
        margin-top: 5px;
        height: 20vw;
        border: 3px solid rgb(196, 53, 53);
        overflow-y: auto;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 10vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 20px;
    }
    .floatie {
        display: initial;
    }
    .hidden {
        display: none;
    }
}