a {
    color: #E25829;
}
body {
    font-family: Open Sans, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1.2em;
    color: #e8e6e3;
    background-color: #141414;
    margin: 0px;
    padding: 0px;
    min-width: 360px;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
section {
    width: 95%;
    padding-top: 30px;
    margin-bottom: 70px;
    margin: auto;
    clear: both;
}
footer {
    background-color: black;
    margin-top: 100px;
    margin-bottom: 0px;
    border-top: 2px solid #E25829;

    margin-top: auto;
}


.shaded {
    background-color: #000000;
}
.highlight {
    color: #E25829;
}
.sentence{
    margin-right: 15px;
}

#header-wrapper {
    height: 40px;
    width:  960px;
    margin: 10px auto 0px auto;
    line-height: 40px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#header-left {
    font-family: 'neuropolregular', Open Sans, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 2em;
    height: 40px;
}
#header-left span {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    filter: drop-shadow(0 .5rem 0.25rem black)
}
#header-logo {
    height: 40px;
}
#header-right {
    font-size: 1.15em;
    height: 40px;
}


#nav-menu {
    display: none;
}
#nav-menu-links {
    margin-top: 0px;
    padding-top: 0px;
    display: inline-block;
    max-height: 0px;
}
#nav-menu-links li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
#nav-menu-links li a {
    font-weight:normal;
    font-style:normal;
    text-decoration: none;
    color: #e8e6e3;
    filter: drop-shadow(.2rem .2rem 0 black)
}
#nav-menu-links li a:hover{
    color: #E25829;
}


#splash {
    background-image: url(/assets/images/jose-gil-2pNdTBn4C7U-unsplash-modded.jpg);
    background-size: cover;
    background-position: center;
    min-height: 720px;
    height: 100vh;
    width: 100%;

    position: relative;
    text-align: right;

    border-bottom: 2px solid #E25829;
    filter: drop-shadow(0 .5rem 0.55rem black)
}
#splash-text {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);

    font-family: 'neuropolregular', Open Sans, sans-serif;
    font-size: 3em;

    filter: drop-shadow(0 .5rem 0.25rem black)
}


#content-wrapper {
    margin-top: 100px;
    width:  960px;
    margin: auto;
}


.section-title {
    font-family: 'neuropolregular', Open Sans, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 2em;
    filter: drop-shadow(0 .5rem 0.2rem black);
}
.section-rule {
    border: 2px solid #E25829;
    width: 100%;
}
.section-rule-thin {
    border: 1px solid #E25829;
    width: 100%;
}
.section-text {
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: justify;
    text-justify: none;
}


#about-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#about-info-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#about-text {
    flex-basis: 50%;
    text-align: justify;
    text-justify: none;
}
#about-image {
    width: 256px;
    padding: 30px 0px 30px 60px;
}


.game {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #101010;
}
.game-info {
    flex-basis: 45%;
    flex-grow: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 20px;
}
.game-essentials {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.game-externals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.game-image img {
    flex-grow: 3;
    flex-basis: 50%;
    width: 400px;
    resize: both;
}
.game-name {
    font-size: 1.2em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.game-rule {
    width: 50%;
    border-bottom: 2px solid #E25829;
}
.game-genre {
    font-size: 0.8em;
    margin-top: 8px;
    color: #999;
}
.game-description {
    font-size: 0.9em;
    text-align: justify;
    text-justify: none;
}
.game-description a {
    text-decoration: none;
}


.jobs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.job {
    background-color: #101010;
    border-left: 3px solid #E25829;
    padding: 15px 35px;
    margin: 0 10px 0 10px;
}
.job-title {
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 400;
}
.job-description {
    text-align: center;
    font-size: 0.7em;
    font-family: Raleway, sans-serif;
    margin-top: 15px;
    color: #999;
}
.job-link {
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 20px auto 0 auto;
    cursor: pointer;

    color: #e8e6e3;
    background: #E25829;
    padding: 5px 0 5px 0;

    border: 2px solid #E25829;
    border-radius: 10px;
}
.job-link:hover {
    background: #e8e6e3;
    border: 2px solid #e8e6e3;
    color: #E25829;
}

#job-listing-container {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.job-listing {
    display: none;
    width: 75%;
    max-width: 720px;
    margin: 100px auto;
    background-color: rgb(0,0,0);
    padding-bottom: 50px;
}
.job-listing-title {
    padding: 20px 20px;
    border-bottom: 2px solid #E25829;
    color: #E25829;
    font-size: 1.3em;
}
.job-listing-title button {
    float: right;
    color: white;
    font-family: sans-serif;
    font-size: 1.0em;
    background: transparent;
    text-shadow: none;
    border: none;
    cursor: pointer;
}
.job-listing-title button:hover {
    float: right;
    color: white;
    font-family: sans-serif;
    font-size: 1.0em;
    background: transparent;
    text-shadow: none;
    border: none;
    cursor: pointer;
    color: #E25829;
}
.job-listing-description {
    padding: 20px 20px;
}
.job-listing-description p {
    margin-bottom: 0px;
    font-size: 0.8em;
}
.job-listing-skills {
    margin: 0 0 0 0;
    padding: 20px 20px;
}
.job-listing-skills ul {
    margin: 0px;
    padding: 0px;
}
.job-listing-skills ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #E25829;
    border-radius: 20px;
    padding: 10px 20px;
}
.job-listing-requirements {
    padding: 20px 20px;
}
.job-listing-requirements ul {
}
.job-listing-requirements li::before {
    content: "\2022";
    color: #E25829;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.job-listing-requirements li {
    list-style-type: none;
    margin: 5px 0;
    font-size: 0.8em;
}
.job-listing-apply {
    padding: 20px 20px;
}
.job-listing-apply p {
    font-size: 0.8em;
    margin-bottom: 0px;
}


#support-feedback-TYPE
{
    width:200px;
}
#support-feedback-GAME
{
    width:200px;
}


#feedback-type-container
{
    width:100%;
    display:flex;
    justify-content:space-between;
}
#feedback-game-container
{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.g-recaptcha
{
}

.feedback-buttons
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.feedback-select
{
    padding: 5px 10px 5px 10px;
    color: #e8e6e3;
    background-color: #E25829;
    border: 1px solid #982626;
    border-radius: 5px 5px 5px 5px;
    font-size: 0.8em;
}
.feedback-input
{
    display: block;
    background-color: black;
    color: #e8e6e3;
    border: 1px solid #E25829;
    padding: 3px;
    margin-top: 5px;
    width:  99%;
}

input[type="file"]
{
    display: none;
}
input
{
    font-size: 1em;
}
textarea
{
    font-size: 1em;
}

.feedback-file-upload
{
    background-color: #E25829;
    border: 2px solid #982626;
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    line-height: normal;
}
.feedback-submit
{
    color: #e8e6e3;
    background-color: #E25829;
    border: 2px solid #982626;
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    margin: 0px !important;
    font-family: Arial, sans-serif;
    padding: 6px 12px;
    cursor: pointer;
    width: 150px;
    margin-left: auto !important;
}
.feedback-error-group
{
    border: 3px solid #d50000;
    background-color: #982626;
    color: #e8e6e3;
    display: block;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
}
.feedback-error
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.feedback-warning-group
{
    border: 3px solid #b9870b;
    background-color: #5d5929;
    color: #e8e6e3;
    display: block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
}
.feedback-warning-group p
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}




#footer-wrapper {
    color: white;
    width:  940px;
    margin: 0 auto 0 auto;
    line-height: 40px;
    padding: 30px 0 30px 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer-copyright {
    display: inline-block;
}
#footer-socialmedia {
    list-style-type: none;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    display: inline-block;
}
#footer-socialmedia li {
    display: inline;
    margin-left: 15px;
}



@media only screen and (max-width: 720px) {
    body>header {
	background: black;
    }
    #header-wrapper {
	height: 25px;
	width: 90%;
	line-height: 25px;
    }
    #header-left {
	height: 25px;
	font-size: 1em;
    }
    #header-right {
	height: 25px;
	font-size: 1em;
    }
    #header-logo {
	height: 25px;
    }

    #nav-menu {
	display: block;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 20px;
    }
    #nav-menu-links {
	overflow: hidden;
	transition: 0.5s;

	height: 400px;
	width: 100%;

	position: absolute;
	background: black;

	top: 55px;
	right: 0px;
	z-index: 2;

	text-align: right;
    }
    #nav-menu-links li {
	display: block;
	line-height: 80px;
	height: 80px;
	margin: 0px;
	padding-right: 35px;
    }
    #nav-menu-links li a {
	filter: drop-shadow(0 0 0 black);
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
    }
    #nav-menu-links li:hover {
	background: #141414;
	color: #E25829;
    }


    #splash {
	max-height: 720px;
    }
    #splash-text {
	top: 50%;
	font-size: 1.8em;
    }

    #content-wrapper {
	width: 90%;
    }

    #about-info {
	flex-direction: column;
    }
    #about-image {
	display: none;
    }

    .game {
	flex-direction: column;
    }
    .game-image img {
	width: 100%;
    }

    .jobs {
	flex-direction: column;
    }
    .job {
	margin-bottom: 20px;
    }

    #job-listing-container {
	bottom: 0px;
    }
    .job-listing {
	width: 100%;
	height:100%;
	margin: 0px auto;
    }

    #support-feedback-TYPE
    {
	width:100%;
	margin-top: 10px;
    }

    #feedback-type-container
    {
	flex-direction: column;
    }
    .feedback-submit
    {
	width: 100%;
    }
    .feedback-file-upload
    {
	width: 100%;
    }
    .feedback-buttons
    {
	flex: 0 0 100%;
	flex-direction: column;
	align-items: center;
	height: 90px;
	align-content: center;
	justify-content: flex-start;
	flex-basis: content;
	row-gap: 20px;
    }

    .foot {
	display: flex;
	flex-direction: column;
	text-align: center;
    }
    .foot .brandingLogo {
	margin-top: 50px;
    }

    #footer-wrapper {
	width: 90%;
	flex-direction: column;
	align-items: center;
    }
    #footer-copyright {
	font-size: 0.8em;
    }

    #mc_embed_buttons
    {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
    }
    #mc-embedded-subscribe {
	width: 100%;
    }
}
@media only screen and (max-width: 980px) and (max-height: 480px) {
    #header-wrapper {
	height: 25px;
	width: 90%;
	line-height: 25px;
    }
    #header-left {
	height: 25px;
	font-size: 1em;
    }
    #header-right {
	height: 25px;
	font-size: 1em;
    }
    #header-logo {
	height: 25px;
    }

    #splash {
	min-height: 480px;
	max-height: 480px;
    }
    #splash-text {
	top: 45%;
	font-size: 2em;
    }

    #content-wrapper {
	width: 90%;
    }

    .game {
	flex-direction: column;
    }
    .game-image img {
	width: 100%;
    }

    .foot {
	display: flex;
	flex-direction: column;
	text-align: center;
    }
    .foot .brandingLogo {
	margin-top: 50px;
    }

    #footer-wrapper {
	width: 90%;
	flex-direction: column;
	align-items: center;
    }
    #footer-copyright {
	font-size: 0.8em;
    }

    #mc-embedded-subscribe {
	width: 100%;
    }
}
@media only screen and (min-width: 720px) and (max-width: 980px) and (min-height: 480px) {
    #header-wrapper {
	height: 25px;
	width: 90%;
	line-height: 25px;
    }
    #header-left {
	height: 25px;
	font-size: 1.0em;
    }
    #header-right {
	height: 25px;
	font-size: 1em;
    }
    #header-logo {
	height: 25px;
    }

    #splash {
	min-height: 720px;
	max-height: 720px;
    }
    #splash-text {
	top: 55%;
	font-size: 2em;
    }

    #content-wrapper {
	width: 90%;
    }

    .game {
	flex-direction: column;
    }
    .game-image img {
	width: 100%;
    }

    .foot {
	display: flex;
	flex-direction: column;
	text-align: center;
    }
    .foot .brandingLogo {
	margin-top: 50px;
    }

    #footer-wrapper {
	width: 90%;
	flex-direction: column;
	align-items: center;
    }
    #footer-copyright {
	font-size: 0.8em;
    }

    #mc-embedded-subscribe {
	width: 100%;
	display: block;
    }
}



