body {
    background-color: #171717;
    margin: 0px;
}

.dark {
    color: white;
}

.header-main {
    background-image: url("https://cdn.varomicgames.com/images/Header_Background.webp");
}

.header-main-pz {
    background-image: url("https://cdn.varomicgames.com/images/ProjectZ-Promo.webp");
}

.center {
    text-align: center;
}

.horizontal {
    display: inline;
    align-items: center;
    background-color: white;
}

.center-img {
    text-align: center;
}

.btn-danger {
    background-color: rgb(300 0, 0);
    font-family: Big Shoulders Bold;
    font-size: 36px;
}

.btn-danger:hover {
    background-color: rgb(200 0, 0);
}

.pr-40 {
    padding-right: 40px;
}

.game-lib {
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.game-lib .game {
    min-width: 120px;
    max-width: 540px;
    margin-left: 20px;
}

.btn {
    font-family: Big Shoulders;
    font-size: 20px;
}

.about {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header-title {
    padding-top: 150px;
}

.pt-30 {
    padding-top: 30px;
}
nav {
    color: white;
}

.article-title {
    font-size: 48px;
    font-family: Big Shoulders Bold;
}

.article {
    font-size: 24px;
    color: white;
    text-indent: 50px;
    line-height: 2;
}

.article-container {
    
    min-width: 250px;
    max-width: 700px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.card-title {
    font-family: Big Shoulders Bold;
    font-size: 30px;
}

.card-text {
    font-family: Big Shoulders;
    font-size: 24px;
}

.article-header {
    font-size: 36px;
    font-family: Big Shoulders Bold;
}

.author {
    background-color: rgba(0, 0, 0, 0.932);
    border-radius: 10px;
    border: solid rgb(100, 0, 0);
}

.roadmap {
    min-width: 300px;
    max-width: 1500px;
    height: 500px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.card {
    background-color: #212121;
    color: white;
    border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
}

.dropdown-menu {
    background-color: #212121;
}

.header-noz {
    background-image: url("https://cdn.varomicgames.com/images/ProjectZThumb.webp");
    height: 400px;
    mask-repeat: no-repeat;
    background-position: center;
}

.modal {
    border-radius: 5px;
}

.download {
    background-image: url("https://cdn.varomicgames.com/images/Header_Background.webp");
    height: 400px;
}

.article-img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

.statuscard {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-right: 50px;
    font-size: 24px;
    background-color: #212121;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.incident-header {
    font-family: Big Shoulders;
    text-transform: capitalize;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.incident-name {
    font-family: Big Shoulders Bold;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.update-message {
    font-family: Big Shoulders;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.statuscard-incident {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-right: 50px;
    font-size: 24px;
    background-color: #212121;
    justify-content: space-between;
    margin-bottom: 10px;
}

.status {
    text-align: right;
    right: 0px;
    font-family: Big Shoulders;
    text-transform: capitalize;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.center-list {
    margin-left: auto;
    margin-right: auto;
}

.operational { 
    background-color: green; 
    color: white; 
} 

.degraded_performance { 
    background-color: yellow; 
    color: black; 
} 

.partial_outage { 
    background-color: orange; 
    color: white; 
} 

.major_outage { 
    background-color: rgb(100, 0, 0); 
    color: white; 
} 

.under_maintenance { 
    background-color: blue; 
    color: white; 
}

.about {
    background-color: #212121;
    border-radius: 10px;
}

.article-title-header {
    margin-top: 20px;
    margin-bottom: 40px;
}

.date {
    font-family: Big Shoulders;
    color: rgb(140, 140, 140);
}

.issue {
    background-color: #212121;
    color: white;
    border-radius: 10px;
    font-family: Tomorrow;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.issue h2 {
    font-family: Tomorrow Bold;
}

.carousel-item {
	height: inherit;
}

.tag {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

.article a {
    font-family: Big Shoulders Semibold;
    color: rgb(300 0, 0);
}

.card {
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

nav {
    position: sticky;
}

.article-header-contract {
    padding-top: 20px; 
    margin-left: auto; 
    margin-right: auto;
    font-size: 36px;
    font-family: Big Shoulders Bold;
    color: white;
}

.article-list {
    font-family: Big Shoulders;
    text-indent: 0px;
    color : white;
    font-size: 24px;
    margin-left: 25px;
}

.image-overlay {
  position: relative;
  width: 100%;
  height: 250px; /* Match the height you set in the img tags */
  overflow: hidden;
  margin-top: 15px;
}

.game-brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.5s forwards; /* Fade in by default */
    border-radius: 5px;
}

.image-overlay .game-brand img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Overlay image */
.game-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeOut 0.5s forwards; /* Fade out by default */
    border-radius: 5px;
}

/* Hover effect */

.game:hover .game-image img {
    animation: fadeIn 0.5s forwards; /* Overlay image fades in */
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}