/*------------------------------------------------------------------
[Master Stylesheet]

This file contains the styling for the global theme.

-------------------------------------------------------------------
Table of contents

    I.General
    II.Page Pre-loader
    III.Header & Navigation
    IV.Hero Section
    V.About Section
    VI.Games Section
    VII.Team Section
    VIII.Careers Section
    IX.Contact Section
    X.Footer
    XI.404 Page
    XII.Responsive Styles

-------------------------------------------------------------------
[Color codes]

Background:	#111; (black)
Content:	#FFF; (white)
Footer:		#070707; (black)

a (standard):	#F5F5F5; (white)
a (hover): #cb1a1b; (GJ red)
a (visited):	#cb1a1b;
a (active):	#cb1a1b;

[Colors]

Primary Color: #cb1a1b;
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500'); /* Raleway Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* Open Sans Font */
@font-face {
    font-family: 'Classic Movies';
    src: url('../fonts/ClassicMovies.otf');
}

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
/* -Color- */
.colored {
    color: #cb1a1b;
}
/* -Link Styling- */
a {
    color: #F39C12;
    font-family: Raleway, sans-serif;
	text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #cb1a1b;
	text-decoration: underline;
}
a:active {
    color: #cb1a1b;
    text-decoration: underline;
}
a:focus {
    color: #cb1a1b;
    text-decoration: none;
}
/* -Resets- */
html, body { 
    background-color: #111;
    /*background: url(../images/bg.png);*/
    background-repeat: repeat;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5rem; /* 24px */
    max-width: 100%;
	overflow-x: hidden;
}
/* -Full width fluid container- */
.full-width {
    padding-left: 0;
    padding-right: 0;
}
/* -Text Styling */
h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}
h1 {
    font-size: 2.2rem; /* 36px */
    font-family: Classic Movies, sans-serif;
    letter-spacing: 5px;
} 
h2 {
    font-size: 1.50rem; /* 24px */
    font-weight: 500;
}
h3 {
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
}
h4 {
    font-size: 1.10rem;
    font-weight: 300;
}
p {
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem; /* 15px */
    padding: 5px 5px 5px 0;
    margin: 0;
    letter-spacing: 0.09em;
}

.strong {
    font-weight: bold;
}
.subtle {
	color: #999;
}
.spaced {
    letter-spacing: 5px;
}
.spaced-2 {
    letter-spacing: 2px;
}
.spaced-4 {
    letter-spacing: 4px;
}
.text-center {
	text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
ul {
    list-style-type: none;
    padding: 0;
}
/* -Margins and Floats- */
.floated-left {
     float: left;
}
.floated-right {
    float: right;
}
.inline {
	display: inline;
}
.offset {
	margin-left: 10px;
}
.tiny-margin {
    margin-bottom: 1.5em /* 24px */
}
.small-margin {
	margin-bottom: 3em; /* 48px */
}
.medium-margin {
	margin-bottom: 6em; /* 96px */
}
.large-margin {
	margin-bottom: 12em; /* 192px */
}
/* -<hr>- */
hr {
    width: 100%;
    height: 2px;
    background: #cb1a1b;
    margin: 25px 0;
    border: none;
}
.hr-short {
    width: 100px;
    height: 2px;
    margin: 5px auto;
}
.short-hr-left::after {
    border-top: 2px solid;
    border-color: #cb1a1b;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 13px 0 0 0;
}
.short-hr-center::after {
    border-top: 2px solid;
    border-color: #cb1a1b;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 13px auto 0 auto;
}
.wide-hr-grey::after {
    border-top: 1.4px solid;
    border-color: rgba(203, 26, 27, 0.6);
    content: "";
    display: block;
    width: 60%;
    margin: 8px 40%;
}
/* General input fields */
input {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #D4D4D4 !important;
}
input:focus {
    border: 1px solid #333;
    outline: none;
}
textarea {
    height: 150px;
	width: 100%;
    max-width: 100%;
	padding-top: 10px;
	padding-left: 10px;
    border: 1px solid #D4D4D4 !important;
}
textarea:focus {
    border: 1px solid #333;
    outline: none;
}
/* -General Button Styles */
button {
    outline: none !important;
}
.button {
	background: #cb1a1b;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: Raleway, sans-serif;
    font-weight: 500;
	display: block;
	height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 5px 15px;
    outline: none;
	transition: all 0.2s ease;
    cursor: pointer;
}
.button:hover {
	background: #FFF;
	color: #2B2B2B;
}

.button-steam{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #111;
    background: #f8f8f8;
    text-underline: none;
}
.button-steam:hover {
    font-weight: unset;
    background: #000;
    color: #FFF;
}

.button-contact{
    display: inline-flex;
    align-items: center;
    color: #f8f8f8;
    background: transparent;
    text-underline: none;
    font-size: 0.8em;
}
.button-contact:hover {
    font-weight: unset;
    background: #f8f8f8;
    color: #111;
}

/* --------------------------- /////////// II. PAGE PRELOADER /////////// --------------------------- */
/* -Loading Screen- */
#loader-wrapper {
    background: #111;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1050;
}
.loader-logo {
    position: relative;
    color: #FFF;
    top: 20vh;
    font-family: Classic Movies, sans-serif;
    letter-spacing: 5px;
}
#progress {
    width: 0;
    height: 2px;
    background: #cb1a1b;
    position: relative;
    top: 25vh;
}
.loader-text {
    position: relative;
    color: #FFF;
    top: 28vh;
}

/* -Loading Screen Animation- */
.loaded {
    -moz-transform: translate3d(0px, -150%, 0px);
    -webkit-transform: translate3d(0px, -150%, 0px);
    -o-transform: translate(0px, -150%);
    -ms-transform: translate(0px, -150%);
    transform: translate3d(0px, -150%, 0px);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

/* --------------------------- /////////// III. HEADER & NAVIGATION /////////// --------------------------- */
#logo {
    font-family: Classic Movies, sans-serif;
    font-size: 2.19rem; /* 28px */;
    letter-spacing: 5px;
}
.logo{
    min-width: 100%;
    max-width: unset;
    height: 4rem;
}
.navbar-dark {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    z-index: 900;
    transition: 0.3s;
}
.scrolled {
    background-color: rgba(0,0,0,0.8); /* navbar background gradient */
    z-index: 900;
}
.nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 5px;
    transition: 0.2s;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #cb1a1b;
}
.navbar-dark .navbar-nav .nav-link:active {
    color: #cb1a1b;
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: #cb1a1b;
}

.navbar-toggler {
    border: none;
    cursor: pointer;
}
#hamburger .icon-bar {
    display: block;
    height: 2px;
    width: 25px;
    background: #FFF;
    margin: 7px 0;
    transition: .3s ease-in-out;
}
/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger .icon-bar:nth-child(2) {
   -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger .icon-bar:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger.open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger.open .icon-bar:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#hamburger.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* --------------------------- /////////// IV. HERO SECTION /////////// --------------------------- */
.hero-unit {
    position: relative;
}
/* -Video- */
#bgvid {
    width: 100%;
    height: 100%;
    min-height: 95vh;
    object-fit: cover;
}

/* -Image Overlay- */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
/* -Hero Image- */
.project-hero-unit {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/project_hero.jpg);
    background-size: cover;
    background-position: center;
    min-height: 720px;
    height: 100vh;
}
/* -Hero Image Caption- */
.hero-caption {
    position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
    color: #FFF;
	text-shadow: none; 
    padding: 20px;
    z-index: 5;
    text-align: center;
}
.hero-caption h1 {
    font-size: 1.4rem;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    text-shadow: 1px 2px 0 #00000091;
    font-family: "Montserrat",sans-serif;
}
.hero-caption .promo-logo {
    padding: 1vw 4vw;
}
/* --------------------------- /////////// V. ABOUT SECTION /////////// --------------------------- */
#support-image {
    margin: 0 0 0 10%;
    padding-right: 10%;
}
.support-image {
    margin: 0 0 0 10%;
    padding-right: 10%;
}
/* --------------------------- /////////// VI. GAMES SECTION /////////// --------------------------- */
.game-tags {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 10px;
    border-left: 2px solid #cb1a1b;
}
.game-tags li {
    display: inline;
    margin: 0 0 0 15px;
    font-family: Raleway, sans-serif;
    font-size:1.10rem; /* 20px */;
    font-weight: 500;
}
.game-tags li a {
    color: #FFF;
    text-decoration: none;
}
.game-tags li a:hover {
    color: #cb1a1b;
}
.game-tags li a:focus {
    color: #cb1a1b;
}
.game-card {
    width: 100%;
    margin: 0 0 3.5em 0;
    min-height: 270px;
    height: auto;
}
.lightbox .lb-image {
    border: 2px solid #ae0f10;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    border-left: 2px solid #cb1a1b;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease;
}
.overlay i {
    position: absolute;
    top: 40%;
    left: 45%;
}
.overlay:hover {
    opacity: 1;
}
.game-card-left {
    padding: 0;
}
.game-card-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.game-card-right {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px 40px;
    margin: 0;
}
.game-card-right h2 {
    margin-bottom: 0;
}
.game-card-right > .short-hr-left::after {
    margin: 5px 0;
}
.tags {
    font-size: 14px;
    padding-top: 0;
}
.game-description {
    margin: 35px 0;
}
/* -- Modal -- */
.expand {
    cursor: pointer;
}
.game-modal .modal-header {
    height: 150px;
    background-image: url(../images/modal_header_bg.png);
    background-position: bottom;
    background-size:  cover;
    border-bottom: 1px solid #555;
}
.game-modal .modal-title {
    margin: 5% 0 0 5%;
}
.game-modal img {
    margin: 5px 0 50px 0;
}
.modal-vid {
    width: 100%;
    max-width: 768px;
    height: 415px;
    margin: 20px 0 60px 0;
    border: none;
}
/* -- Buttons -- */
.steam-btn {
    display: inline-block;
    margin: 25px 0 0 0;
}
.steam-btn a {
    display: inline-block;
    min-height: 55px;
    min-width: 150px;
    height: auto;
    width: auto;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 8px;
    border: none;
    color: #111;
    cursor: pointer;
    transition: 0.2s;
}
.steam-btn:hover a {
    background: #000;
    color: #FFF;
}
.steam-btn i {
    float: left;
}
.steam-btn p {
    font-family: Raleway, sans-serif;
    float: right;
    line-height: 20px;
    font-weight: bold;
    padding-left: 6px;
}
.button-store {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 22px;
    border-radius: 5px;
    margin: 30px 10px 0 0;
    color: #111;
    background: #DDD;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}
.button-store:hover {
    background: #000;
    color: #FFF;
}
.button-store > i {
    float: left;
    display: inline;
    margin-top: 5px;
}
.button-store  p {
    float: right;
    padding: 0 0 0 10px;
}
.reviews {
    width: auto;
    display: inline-block;
    float: right;
    margin: 20px 0 0 0;
    text-align: center;
}
.reviews a {
    color: #FFF;
}
.reviews a:hover {
    color: #FFF;
}
.reviews a:active {
    color: #FFF;
}
.reviews a:visited {
    color: #FFF;
}
.reviews a:visited {
    color: #FFF;
}
.score-card {
    display: inline-block;
    min-height: 70px;
    min-width: 90px;
    width: auto;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    text-align: center;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 2px;
    transition: 0.2s;
}
.score-card:hover {
    background: #FFF;
}
.score-card:hover p {
    color: #111;
}
.score-card p:nth-of-type(2) {
    font-size: 14px;
    padding-top: 0;
}
.score {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 0;
}
.rating {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    text-align: center;
    float: right;
    border-radius: 2px;
    margin: 20px 0 0 0;
}
.rating ul {
    margin: 0;
}
.rating ul li {
    display: inline;
    margin: 0 5px 0 0;
}
.rating p {
    font-size: 1.5rem;
}
/* --------------------------- /////////// VII. TEAM SECTION /////////// --------------------------- */
#full-row {
    width: 100%;
}
#team figure {
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#team figure img {
    border-radius: 3px;
    border-bottom: 2px solid #cb1a1b;
}
.team-caption ul {
    margin-top: 10px;
}
.team-caption ul li {
    display: inline;
    margin: 0 5px;
}
.team-caption ul li > a {
    color: #EEE;
}
.team-caption ul li > a:hover {
    color: #cb1a1b;
}
.team-caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    text-align: center; 
    padding: 40% 20px 20px 20px;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s ease;
}
#team figure:hover > .team-caption {
    opacity: 1;
}
#team figure:hover > img {
    filter: blur(2px);
}
.team-name {
    font-size: 1.5rem;
    padding-bottom: 0;
}
.gallery-item {
    padding: 0 2.5px;
}
.grid-gallery .row {
    margin: 0 0 5px 0;
}
.overlay.gallery {
    left: 0;
    width: 100%;
    border: none;
}
/* --------------------------- /////////// VIII. CAREERS SECTION /////////// --------------------------- */
.job-card {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-left: 2px solid #cb1a1b;
    padding: 25px 35px;
    margin: 10px 0;
}
.modal-content {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}
.modal-header {
    border-bottom: 1px solid #cb1a1b;
}
.modal-body > ul > li > p {
    padding: 0px 5px;
    display: inline;
}
.modal-body ul {
    list-style: none;
    margin: 10px 0 0 25px;
}
.modal-body ul li {
    margin: 5px 0;
}
.modal-body ul li:before {
    content: "\f101";
    color: #cb1a1b;
    display: inline-block;
    width: 1em;
    margin-left: -10px;
    font-family: fontawesome;
}
.modal-body .skill-list {   
    margin: 10px 0;
}
.modal-body .skill-list li {
    display: inline-block;
    padding: 5px 15px 7px 15px;
    margin: 5px 5px;
    border: 1px solid #cb1a1b;
    border-radius: 20px;
}
.modal-body .skill-list li:before {
    display: none;
}
.modal-body h3 {
    margin-bottom: 0;
}
.modal-footer {
    border-top: 1px solid #cb1a1b;
}
.modal-footer button {
    margin: 0;
}
.button.secondary {
    background: #222;
}
.button.secondary:hover {
    background: #FFF;
}
.close {
    color: #FFF;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}
.close:hover {
    color: #cb1a1b;
    opacity: 1;
}
/* -- Newsletter -- */
#newsletter input {
    width: 40%;
    height: 45px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border: none !important;
    padding: 0 0 0 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
}
#newsletter button {
    display: inline-block;
    height: 43px;
    width: auto;
}
/* --------------------------- /////////// IX. CONTACT SECTION /////////// --------------------------- */
#contactForm {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 5%;
    margin-top: 25px;
}
#contactForm input {
    width: 100%;
    color: #FFF;
    background: none;
    border-bottom: 2px solid #cb1a1b !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    margin-bottom: 25px;
}
#contactForm textarea {
    width: 100%;
    color: #FFF;
    background: none;
    border-bottom: 2px solid #cb1a1b !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    margin-bottom: 25px;
}
#contactForm .button {
    margin-left: 0;
    padding: 15px 25px;
    font-size: 1.25rem;
}
/* - Warning and succes msg text- */
.text-danger, .text-success {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
}
#contact-info {
    margin-top: 25px;
}
#contact ul li i {
    color: #cb1a1b;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 10px; 
}
#contact ul li p {
    display: inline;
    margin-left: 5px;
}
#contact ul li {
    margin-bottom: 15px;
}
#map-canvas {
    width: 100%;
    height: 330px;
    opacity: 0.9;
}
/* --------------------------- /////////// X. FOOTER /////////// --------------------------- */
#footer {
    width: 100%;
    min-height: 70px;
    height: auto;
    background: #070707;
    border-top: 2px solid #cb1a1b;
    padding: 20px 0 0 0;
}
.social-links {
    float: right;
}
.social-links li {
    display: inline;
    margin-left: 8px;
    margin-right: 8px;
}
.social-links li a {
    color: #FFF;
}
.social-links li a:hover {
    color: #cb1a1b;
}
.social-links li a:focus {
    color: #cb1a1b;
}
@media (max-width: 767px) {
    .social-links {
        margin-left: 40px;
        margin-right: 40px;
    }
}
#copyright {
    float: left;
}
/* --------------------------- /////////// XI. 404 PAGE /////////// --------------------------- */
#container-404 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#container-404 .row-fluid {
     margin-top: 18%;
}
.text-404 h1 {
    font-family: Classic Movies, sans-serif;
    font-size: 5rem;
}
.text-404 a {
    display: inline-block;
    text-decoration: none;
}
/* --------------------------- /////////// XII. RESPONSIVE STYLES /////////// --------------------------- */
@media (max-width : 991px) {
    .nav-item > a::first-letter {
    color: #cb1a1b;
    }
    .navbar-dark {
        background-color: rgba(0,0,0,0.4); /* navbar background gradient */
    }
    .scrolled {
        background-color: rgba(0,0,0,0.8); /* navbar background gradient */
    }
    #footer {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .social-links {
        float: none;
    }
    #copyright {
        float: none;
        margin-bottom: 5px;
    }
    #container-404 .row-fluid {
        margin-top: 40%;
    }
}
@media (max-width : 767px) {
    .large-margin {
	   margin-bottom: 4em; /* 96px */
    }
    .medium-margin {
        margin-bottom: 3em;
    }
    .small-margin {
        margin-bottom: 2em;
    }
    .heading {
        font-size: 1.50rem;
    }
    hr {
        margin: 0;
    }
    #support-image {
        display: block;
        margin: 2em auto 0 auto;
        padding-right: unset;
    }
    .support-image {
        display: block;
        margin: 2em auto 0 auto;
        padding-right: unset;
    }
    .game-card {
        margin: 0 0 3em 0;
    }
    .steam-btn {
        display: block;
        text-align: center;
    }
    .button-store:nth-of-type(2) {
        float: right;
    }
    .reviews {
        display: block;
        margin: 15px auto 0 auto;
        float: left;
        width: 100%;
    }
    .rating {
        display: block;
        margin: 15px auto 0 auto;
        float: none;
    }
    #team figure {
        margin: 20px auto;
    }
    .gallery-item {
        margin: 5px 0;
    }
    .grid-gallery .row {
        margin: 0;
    }
    #newsletter input {
        width: 100%;
        display: block;
        margin: 20px 0;
    }
    #newsletter button {
        width: 100%; 
        display: block;
    }
    #contactForm {
        margin: 0 0 3em 0;
    }
    .text-404 h1 {
        font-size: 3.5rem;
    }
}

/* --------------------------- /////////// LOADING SCREEN /////////// --------------------------- */
.loading-brand {
    display: inline-block;
    white-space: nowrap;
}

.loading-logo {
    min-width: 100%;
    max-width: unset;
    height: 25rem;
    max-height: 50vh;
}

/* --------------------------- /////////// PROJECTS /////////// --------------------------- */
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.embed-video-margin {
    margin: 2% 2% 2% 2%;
    padding: 0em 0em 0em 0em;
}

/* div border for embedded videos */
.embed-border {
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: rgba(255,255,255,.3);
    box-shadow: 0 0 0 65px #00000096 inset;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 5% 5% 5% 5%;
    padding: 1.6%;
}

/* The outer-div to move the elements */
.box-video{
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

/* Set Cover aka Background-Image */
.box-video .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 3;
}


/* The Play-Button using CSS-Only */
.box-video .bt-play {
    position: absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index:2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: black;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video{
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .6s .2s;
    transition: all .6s .2s;
}

/* and iframe shows up */
.box-video.open .video-container{
    opacity: 1;
    -webkit-transition: all .6s .2s;
    transition: all .6s .2s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: unset;
    border-width: 0;
}

#about #project-social-media {
    align-items: flex-start;
    justify-content: start;
    margin-top: 20px;
}

.project-section #project-social-media {
    padding-top: 20px;
}

.project-intro-caption {
    top: 18%;
    left: 15%;
    right: 15%;
    color: #FFF;
    text-shadow: none;
    padding: 20px;
    z-index: 5;
    text-align: center;
    margin-bottom: 6em;
    background: rgba(0, 0, 0, 0.2);
}

.project-intro-caption h1 {
    font-size: 1.1rem;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
    text-shadow: 1px 2px 0 #00000091;
    font-family: "Montserrat",sans-serif;
    margin-top: 0.5rem;
}

.project-intro-caption .promo-logo {
    /*width: 80%;*/
    padding: 1vh 0vw 1vh;
}

.project-intro-caption .col{
    padding-right: unset;
    padding-left: unset;
}

.project-intro-caption .steam-grp h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Classic Movies, sans-serif;
    margin-top: 3.6rem;
    margin-bottom: 0.8rem;

}

.project-subtitle {
    display: inline;
    /*margin: 0 0 0 15px;*/
    font-family: Raleway, sans-serif;
    font-size:1.2rem; /* 20px */;
    font-weight: 100;
    line-height: 1.5em;
}

.project-section .short-hr-left {
    margin-top: 2em;
}

.project-about-img {
    width: 100%;
}

.project-gallery-img {
    width: 100%;
    height: 100%;
}

.project-gallery-video {
    border-left: unset;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.project-about-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.feature-card {
    background: rgba(0, 0, 0, 0.2); /* W3C */
    padding: 20px 20px;
    margin: 0;
}

.feature-col{
    display: flex;
    flex-direction: column;
    padding: 4px 2px 0;
}

.project-box-description-right {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 1em 2em;
    margin: 0;
}

.project-box-img-left {
    padding: 0;
}

.project-box-img-left img {
    height: auto;
    width: 100%;
    /*min-height: 270px;*/
}

.project-box-description-right h2 {
    margin-bottom: 0;
}

.project-box-description-right > .short-hr-left::after {
    margin: 5px 0;
}

#project-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

#project-social-media div {
    width: 90px;
    height: 140px;
    display: inline-block;
    list-style: none;
}

#project-social-media div div {
    width: 90px;
    height: 90px;
    border-radius: 70px;

    font-size: 3.4em;
    text-align: center;
    line-height: 90px;
    background-color: unset;
    transition: all 0.5s ease;
}

#project-social-media div a {
    color: #f8f8f8;
}

#project-social-media div div:hover {
    transform: rotate(360deg);
    border-radius: 70px;
    background-color: #cb1a1b;
}

#project-social-media div span {
    width: 90px;
    height: 20px;
    display: block;
    padding: 15px 0px;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    font-family: Raleway, sans-serif;
}

.project-release-date-caption {
    top: 18%;
    left: 15%;
    right: 15%;
    color: #FFF;
    text-shadow: none;
    padding: 20px;
    z-index: 5;
    text-align: center;
}

.project-release-date-caption h1 {
    font-size: 3rem;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    text-shadow: 1px 2px 0 #00000091;
    font-family: "Montserrat",sans-serif;
}

.project-release-date-caption #release-date {
    color: #cb1a1b;
    font-family: Classic Movies, sans-serif;
    font-size: 5.4rem;
    margin-top: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}


/* --------------------------- /////////// Gloomy Juncture /////////// --------------------------- */
#project-hero-section .gloomy-juncture {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/projects/gloomyjuncture/gj_project_background.jpg);
}

#project-release-date {
}

#project-release-date hr{
    margin: unset;
}

.project-release-unit {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/projects/gloomyjuncture/footer/gj_release_background.gif);
    background-size: cover;
    background-position: center;
    min-height: 720px;
    height: 100vh;
}

#project-release-date .hero-caption {
    top: unset;
    height: 100%;
    display: flex;
    justify-content: center;
}

#gloomy-juncture{
    color: #cb1a1b;
}

@media (max-width : 640px) {
    .hero-caption h1 {
        font-size: 0.8rem;
    }

    .project-release-date-caption h1 {
        font-size: 1.71rem;
    }

    .project-release-date-caption #release-date {
        font-size: 3.1rem;
    }
}
@media (max-width : 480px) {
    .game-card-left img {
        min-height: 0;
    }
    .score-card {
        margin: 5px 0;
    }
    .button-store {
        margin: 5px auto;
    }
    .button-store:nth-of-type(2) {
        float: none;
    }

    .logo {
        height: 2.2rem;
    }
}

.img-award{
    width: auto;
    max-height: 24%;
    max-width: 90%;
}

.img-caption{
    margin: 0 0 0 10%;
    padding-right: 10%;
    font-size: 0.8rem;
    line-height: 1rem;
}

.fa-discord::before {
    background: url(../images/discord-brands-solid.svg) 0 0 no-repeat;
    background-size: 48px;
    content: '';
    padding: 0 0 0 48px;
    position: relative;
    top: 3px;
}

.list-group-accolades .list-group-item {
    background-color: #111111;
    border-top: 1px solid rgba(203, 26, 27, 0.6);
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 0.09em;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.award-icon {
    flex-shrink: 0; /* Prevents icon from shrinking */
    font-size: 1.2em;
    line-height: 1;
    min-width: 1.5em; /* Ensures consistent width */
}

.award-content {
    flex: 1;
    min-width: 0; /* Allows text to wrap properly */
}

.award-title {
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.award-location {
    display: block;
    padding-left: 1.5em;
    opacity: 0.9;
    word-wrap: break-word;
    line-height: 1.4;
}

.award-location::before {
    content: '↳ ';
    margin-left: -1.5em;
}

@media (max-width: 480px) {
    .list-group-accolades .list-group-item {
        gap: 0.5rem;
        padding: 0.75rem 0.5rem;
    }

    .award-location {
        padding-left: 1em;
    }

    .award-location::before {
        margin-left: -1em;
    }
}



/* Awards scrolling section */

/* Full-width awards bar section */
#awards-bar {
    width: 100%;
    padding: 0 0 6em 0;
    position: relative;
    overflow: hidden;
}

.awards-scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.awards-scroll-container::before,
.awards-scroll-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.awards-scroll-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%);
}

.awards-scroll-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.8) 0%, transparent 100%);
}

/* Marquee animation */
.awards-marquee {
    display: flex;
    width: fit-content;
    height: 100%;
    align-items: center;
    animation: scroll-awards 90s linear infinite;
}

/* Tablet - faster */
@media (max-width: 1024px) {
    .awards-marquee {
        animation-duration: 60s;
    }
}

/* Mobile - even faster */
@media (max-width: 768px) {
    .awards-marquee {
        animation-duration: 50s;
    }
}

@keyframes scroll-awards {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.award-strip {
    flex-shrink: 0;
    display: block;
    height: auto;
    /*max-height: 100%; !* Fits within container *!*/
    width: auto;
    filter: brightness(0.95) drop-shadow(0 5px 20px rgba(0, 0, 0, 0.5));
    user-select: none;
    -webkit-user-drag: none;
}

/* Pause on hover (desktop only) */
/*@media (hover: hover) and (pointer: fine) {*/
/*    .awards-marquee:hover {*/
/*        animation-play-state: paused;*/
/*    }*/
/*}*/

/* Responsive scaling with viewport units */
/* Smooth fluid scaling between 1020px and 1200px using vw units */
@media (max-width: 1200px) and (min-width: 1020px) {
    .award-strip {
        /* Linear interpolation: grows from 17vh to ~26.6vh as viewport grows from 1020px to 1200px */
        max-height: calc(17vh + 94 * ((100vw - 1020px) / 181));
        min-height: 168px;
    }
}

/* Lock at 20vh below 1020px */
@media (max-width: 1020px) {
    .award-strip {
        max-height: 17vh;
        min-height: 168px;
    }
}

/* No constraint above 1200px */
@media (min-width: 1200px) {
    .award-strip {
        max-height: 26.6vh;
        min-height: 168px;
    }
}

/* Steam button glow effect */
.btn-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
    cursor: pointer;
}

.btn-glow:hover {
    filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.5));
}

.btn-glow:focus-visible {
    outline: none;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.6));
}

.btn-glow img,
.btn-glow i {
    transition: filter 0.2s ease;
    user-select: none;
    pointer-events: none;
    height: 60px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-6 {
    gap: calc(.6rem * 6);
}

.z-50 {
    z-index: 50;
}

/* Hide GAMES SECTION desktop image on mobile/narrow screens */
.game-card-left .desktop-image {
    display: none;
}

.game-card-left .mobile-image {
    display: block;
}

/* Show GAMES SECTION desktop image and hide mobile image on xl breakpoint (1200px+) */
@media (min-width: 1200px) {
    .game-card-left .desktop-image {
        display: block;
    }

    .game-card-left .mobile-image {
        display: none;
    }
}


/* Custom SVG footer icons */

.icon-footer {
    display: inline-block;
    width: 1.33333333em;
    height: 1.33333333em;
    vertical-align: middle; /* or try: baseline, -0.2em, etc. */
}

.icon-footer svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block;
}

a.icon-social {
    text-decoration: none !important;
    border-bottom: none !important;
}

a.icon-social:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

a.icon-social:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
}


/* FIX for case where 'AWARDS' navbar option is inside of 'GLOOMY JUNCTURE' section */

#awards-navbar:visited {
    color: #FFF;
    text-decoration: none;
}

#awards-navbar:hover {
    color: #cb1a1b;
}