@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
::-moz-selection {
    background: #FFF498;
}
::selection {
    background: #FFF498;
}
::-moz-selection {
    background: #FFF498;
}
img::-moz-selection {
    background: transparent;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: #FFF498;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-image: url("../../images/backgroundcolors.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: bottom;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container {
    overflow-y:auto;
    height: 100vh;
}
.l-viewport {
    position: relative;
    min-width: 300px;
    width: 100%;
}
.l-wrapper {
    position: relative;
    width: 90%;
    max-width: 1208px;
    margin: 0 auto;
    display: flex;
}
.header {
    width: 100%;
    padding-left: 80px;
    align-items: center;
    z-index: 10;
    background-color: #000;
}
.header--logo img {
    padding-right: 20px;
    scale: 2;
}
.header--logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.header--buffer {
    height: 80px;
}
@media (max-width: 767px) {
    .header--logo img {
        padding-right: 6px;
        scale: 1;
    }
    .header--logo {
        font-size: 16px;
    }
}

.section {
    margin-bottom: 60px;
}

.section-header-wrap {
    padding-left: 60px;
    padding-right: 60px;
}
.section--header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.cls-1 {
    position: relative;

}
.team-header {
    background-image: url("../../images/slant.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100px;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.team-header-padding {
    padding: 20px;
}
.team {
    width: 100% auto;
}
.team img {
    width: 100%;
}


.skyward-header {
    background-image: url("../../images/slant2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.skyward-footer {
    background-image: url("../../images/slant3.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    height: 200px;
}
.skyward-header-title {
    flex-grow: 1;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}
.skyward-header-body {
    flex-grow: 1;
    width: 40%;
    font-size: 22px;
    padding-bottom: 20px;
    padding-right: 10px;
    text-align: left;
}
.skyward {
    width: 100% auto;
}
.skyward img {
    width: 100%;
}
.steam-cta {
    width: 242px;
    height: 92px;
    padding: 20px;
}

.games-header {
    background-image: url("../../images/slant5.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 103px;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.games-header-title {
    padding-left: 70px;
    padding-bottom: 30px;
}

.gallery {
	clear: both;
	display: flex;
    flex-direction: row;
	width: 100%;
}
.game {
	flex-grow: 1;
	text-align: center;
}

.game img {
    width: 90%;
}

.about-wrap {
    flex-wrap: wrap;
}
.about-wrapper {
    background-image: url("../../images/slant4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* height: 400px; */
    flex-direction: row;
    flex-wrap: wrap;
}
.about-header-title {
    height: 30px;
    font-size: 32px;
    font-weight: 700;
    padding-left: 60px;
    padding-top: 20px;
}
.about-header-body {
    font-size: 16px;
    font-weight: 500;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about {
	clear: both;
	display: inline-block;
	width: 100%;
}
.member {
	width: 25%;
	text-align: center;
	float: left;
}
.member img {
    width: 60%;
}

.contact-wrapper {
    background-image: url("../../images/slant4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
}
.contact-header-title {
    height: 30px;
    font-size: 32px;
    font-weight: 700;
    padding-left: 60px;
    padding-top: 20px;
}
.contact {
    flex-grow: 1;
}
.contact-item {
    padding-bottom: 20px;
}
.contact a {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.break {
    flex-basis: 100%;
    height: 0;
}
.left {
    flex-direction: row;
}
.right {
    flex-direction: row-reverse;
}
.footer {
    background-color: #000;
    margin-top: 50px;
    padding-top: 30px;
    font-size: 23px;
    height: 200px;
}