body {
    background-color: #141516;
    /* background-image: url("images/header.jpg"); */
}

.header {
    border: 1px solid red;
    color: aliceblue;
}

.header h1 {
    padding: 10px;
    text-align: center;
}

.sub p {
    color: lightgrey;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 0px;
    margin: 0px;
}

.sub {
    display: flex;
    margin: 0px;
    padding-bottom: 5px;
}

.sub img {
    display: inline;
    width: 120px;
    margin: 0px;
    padding: 0px;
}

.sub a {
    display: flex;
    margin-left: auto;
}

a:hover img {
    filter: contrast(0%);
}



.info {
    /* background-color: antiquewhite; */
    /* margin: 0px;
    padding: 0px; */
    /* border: 1px solid red; */
}

table {
    background-color: darkslategray;

}

.ranks {
    max-width: 60%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

header h1 {
    font-size: 42px;
    color: cornflowerblue;
    font-family: 'ZombieHolocaust', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
}

header {
    padding: 0px;
    margin: 0px;
}

.rank-nav {
    background-color: #202020;
    height: 48px;
    border: 1px solid #252525;
}

.rank-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: red;

}

.rank-nav li {
    display: inline;
    font-size: 32px;
    margin: 10px;
}

.rank-nav a {
    color: #dddddd;
}

.main-article {
    border-radius: 4px;
    border-color: #1b1b1b;
    border-style: solid;
    border-width: 1px;
    /* width: 80%; */
    display: inline-block;
    background-color: #252525;
    margin-bottom: 5px;
    color: whitesmoke;
}

.main-article h2 {
    background-color: #202020;
    color: rgb(185, 185, 185);
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: medium;
    border-radius: 4px 4px 0px 0px;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.main-article p {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
    margin-top: 8px;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: 500;

}

.container {
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.download-button {
    background-color: #183826;
    color: lightgray;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    margin: 4px auto;
    transition-duration: 0.4s;
    cursor: pointer;
    padding: 12px 32px;
    border-radius: 3px;
    border-color: #275c28;
    border-style: solid;
    border-width: 2px;
    display: block;
}

.download-button:hover {
    background-color: #261225;
    color: #275c28;
}

main {}

.screenshot {
    width: 100%;
    margin-top: 10px;
    opacity: 0.8;
    filter: saturate(1);
}

.screenshot:hover {
    opacity: 1;
}

.navigation {
    background-color: rgba(53, 53, 53, 0.493);
}

.navigation ul {
    text-decoration: none;
    list-style-type: none;
}

.navigation li {
    display: inline-block;
    margin: 0px;
    justify-content: center;
    padding: 10px;
    font-size: large;
    font-family: 'ZombieHolocaust', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.block {
    background-color: rgba(53, 53, 53, 0.493);
    /* background-color: cornflowerblue; */
    width: 100%;
    height: 5px;
    margin-bottom: 8px;
}

@font-face {
    font-family: 'ZombieHolocaust';
    src: url('../res/fonts/zombie_holocaust.svg') format('svg'),
        url('../res/fonts/zombie_holocaust.ttf') format('truetype'),
        url('../res/fonts/zombie_holocaust-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.slide-container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 4px;
    position: absolute;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    font-weight: 600;
    justify-content: center;
    background-color: #1b1b1b80;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.info-sub {
    /* color: #7289da; */
    color: darkgrey;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}

.info-head {
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: cornflowerblue;
    font-weight: 600;

    /* border: 1px solid red; */
}

.info-li {
    /* background-color: beige; */
}

.info li {
    margin-bottom: 5px;
    margin-left: 10px;
    /* font-size: medium; */
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.info ul {
    list-style-type: disc;
    padding-left: 50px;
    /* border: 1px solid red; */
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    margin-top: 0px;
    margin-bottom: 0px;
}

.info a {
    color: #7289da;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.info a:hover {
    color: #99aab5;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.download {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.download p {
    border: 2px solid green;
    background-color: #183826;
    padding: 10px;
    border-radius: 14px;
}

.download p:hover {
    border: 2px solid rgb(0, 66, 128);
    border-radius: 14px;
    background-color: #182b38;
    transition: color 0.3s;
}

.download a {
    
    color: whitesmoke;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Noto Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.download a:hover {
    color: #7289da;


}

.btn {
    background-color: #183826;
    color: lightgray;

    border-radius: 3px;
    border-color: #275c28;
    border-style: solid;
    border-width: 2px;

    padding: 12px 20px;
    cursor: pointer;
    font-size: 20px;
    color: whitesmoke;
  }

.btn2 {
    /* background-color: cornflowerblue; */
    background-color: black;
    border: none;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid rebeccapurple;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: rgb(0, 0, 0);
    color: rebeccapurple;
    transition: color 0.4s;
  }
