* {
    margin: 0;
    padding: 0;
    font-family: 'lato', sans-serif;
}
html {
    /* background-color: #1a1a1a; */
    /* background-color: #871c1c;
    color: #ffffff;
    background-image: url("img/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    animation: background_img 2s ease infinite; */
}
header {
    z-index: 10;
    position: fixed;
    width: 100%;
}
header img {
    position: absolute;
}
/* Responsive --------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1250px) {
    #nav_game {
        left: 5%;
    }
    #abortree_content {
        margin-top: 85px;
        left: -40%;
    }
    #abortree_logo {
        margin-left: -1%;
    }
}
@media only screen and (max-width: 1000px) {
    #abortree_logo {
        margin-left: -2%;
    }
}
@media only screen and (max-width: 800px) {
    #nav_game {
        left: 15%;
    }
    #abortree_content {
        left: -60%;
        transform: scale(.75);
    }
    #text {
        transform: scale(.5);
    }
    #second_text {
        transform: scale(.5);
        font-size: 3em;
    }
    #abortree_logo {
        margin-left: -2%;
    }
}
@media only screen and (max-width: 600px) {
    #abortree_content {
        left: -90%;
    }
    #abortree_logo {
        margin-left: -22.5%;
    }
}
/* Div --------------------------------------------------------------------------------------------------------- */
/* Navbar --------------------------------------------------------------------------------------------------------- */
#test_line {
    border: solid 1px red;
    height: 1000px;
    position: absolute;
    top: 0px;
    left: 50%;
}
#navbar {
    /* border: solid 12px #131313;
    background-color: #131313; */
    border: solid 12px #2E5CAB;
    background-color: #2E5CAB;
    padding: 15px;
}
#home {
    top: -18%;
    margin-left: 10%;
}
#home:hover {
    filter: brightness(0) saturate(100%) invert(9%) sepia(22%) saturate(6068%) hue-rotate(196deg) brightness(96%) contrast(98%);
}
#nav_game {
    position: absolute;
    top: 32%;
    margin-left: 15%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(509%) hue-rotate(169deg) brightness(103%) contrast(103%);
}
#nav_game:hover {
    filter: brightness(0) saturate(100%) invert(9%) sepia(22%) saturate(6068%) hue-rotate(196deg) brightness(96%) contrast(98%);
}
/* Text --------------------------------------------------------------------------------------------------------- */
#move {
    display: flex;
    justify-content: center;
    align-items: center;
}
#container { 
    display: inline-block;
    margin-top: -10%;
}
#text {
    z-index: 10;
    font-size: 8em;
    font-weight: bold;
    /* background-size: 200%;
    background: linear-gradient(to right, #EA4647, #ff6060, #B83737);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* color: #303030; */
    border-right: solid 0px #3484E0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: type 1s steps(15),
     cursor 2s linear;
}
/* Options --------------------------------------------------------------------------------------------------------- */
/*Game*/
/* Astro Storm */
#AstroStorm_container {
    color: #ffffff;
    background-color: #252935;
    font-size: 150%;
    padding-left: 35%;
}
#AstroStorm_words {
    margin-top: 11%;
}
#AstroStorm_content {
    z-index: 1;
    position: relative;
    border-radius: 5px;
    width: 400px;
    margin-left: 35%;
    margin-top: -23%;
}
#AstroStorm_logo {
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    width: 400px;
    left: 32%;
}
#AstroStorm_link {
    z-index: 2;
    background-color: #fffda4;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
}
#AstroStorm_link:hover {
    background-color: #fffda4c5;
}
#AstroStorm_link a {
    text-decoration: none;
    color: #000000;
}
/* Stringy Spider */
#stringy_spider_game_container {
    color: #ffffff;
    background-color: #293852;
    font-size: 150%;
    padding-left: 35%;
}
#stringyspider_words {
    margin-top: 11%;
}
#stringyspider_content {
    z-index: 1;
    position: relative;
    border-radius: 5px;
    width: 400px;
    margin-left: 35%;
    margin-top: -23%;
}
#stringyspider_logo {
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    width: 400px;
    left: 32%;
}
#stringyspider_link {
    z-index: 2;
    background-color: rgb(255, 131, 59);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
}
#stringyspider_link:hover {
    background-color: rgba(255, 131, 59, 0.548);
}
#stringyspider_link a {
    text-decoration: none;
    color: #ffffff;
}
/*about*/
#about { 
    /* background-color: #fc6767; */
    color: #ffffff;
    background-color: #3b75da;
    font-size: 150%;
    padding-left: 35%;
}
#about p {
    margin: 0 20%;
    position: relative;
    right: 20%;
}
/* ArborTree */
#game_container {
    color: #ffffff;
    background-color: #142747;
    font-size: 150%;
    padding-left: 35%;
}
#abortree_content {
    z-index: 1;
    position: relative;
    border-radius: 5px;
    width: 500px;
    margin-left: 35%;
}
#abortree_logo {
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    width: 400px;
    left: 33%;
}
#link {
    z-index: 2;
    background-color: #1d89d1;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
}
#link:hover {
    background-color: #1d89d1a6;
}
#link a {
    text-decoration: none;
    color: #ffffff;
}
/*about*/
#about { 
    /* background-color: #fc6767; */
    color: #ffffff;
    background-color: #3b75da;
    font-size: 150%;
    padding-left: 35%;
}
#about p {
    margin: 0 20%;
    position: relative;
    right: 20%;
}
/* Footer --------------------------------------------------------------------------------------------------------- */
footer {
    padding: 40px;
    font-size: 125%;
    font-weight: 800;
    text-align: center;
}
/* Class --------------------------------------------------------------------------------------------------------- */
.dark-mode {
    color:#c7c7c7;
    background-color: #131313;
}
.red { color: rgb(145, 184, 255); }
/* Animation --------------------------------------------------------------------------------------------------------- */
@keyframes type {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes cursor {
    0% { 
        border-right: solid 5px #3484E0;
    }
    100% {
         border-right: hidden 5px #3484E0;
    }
}
/* Switch --------------------------------------------------------------------------------------------------------- */
/* The switch - the box around the slider */
.switch {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 22.5%;
    right: 0.5%;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #0B3954;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #0B3954;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }