@font-face {
    font-family: domigorgon;
    src: url(../Domigorgon.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: domigorgon;
    background: #faf3e5;
}

.banner {
    position: relative;
    width: 100%;
    height: calc(100% - 150px);
    min-height: 400px;
    overflow: hidden;
    float: left;
}

.banner .keyart {
    position: absolute;
    min-width: 600px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width: 600px)
{
    .banner .keyart {
        left: calc(50% - 300px);
    }
}

.banner .keyart0 { background-image: url("../img/keyart/keyart0.png"); }
.banner .keyart1 { background-image: url("../img/keyart/keyart1.png"); }
.banner .keyart2 { background-image: url("../img/keyart/keyart2.png"); }
.banner .keyart3 { background-image: url("../img/keyart/keyart3.png"); }
.banner .logo 
{
    width: 100%;
    height: 33%;
    top: 5%; 
    background-image: url("../img/logo.gif");
}

.content {
    position: relative;
    width: 100%;
    float: left;
}

.content.media {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #faf3e5;
    background: #1b0c3b;
    background: linear-gradient(0deg, #1b0c3b 0%, #0e0627 100%); 
}

.wrapper {
    width: 800px;
    margin: 0 auto;
}

.buttons {
    width: 100%;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
}

.buttons a {
    padding: 10px;
    margin: 8px;
    border: 3px solid #0e0627;
    color: #faf3e5;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;

    flex-direction: row;
    align-items: center;
    display: flex;
}
.buttons a:hover {
    border: 3px solid #faf3e5;
}

.buttons a img {
    height: 30px;
    margin-right: 10px;
}

.buttons a span {
    margin-top: 4px;
}

@media(max-width: 600px) {
    .buttons a span { display: none; }
    .buttons a img { margin-right: 0; }
}

.video {
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.5);
    width: 100%;
    float: left;
	margin-top: 60px;
}

.screenshots {
    width: 100%;
    float: left;
}

.screenshot {
    width: 100%;
    margin-top: 40px;
    float: left;
}

.screenshot img {
    width: 40%;
    float: left;
}

.screenshot span {
    width: calc(60% - 40px);
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    color: #faf3e5;
    font-weight: bold;
    font-size: 1.5em;
    float: right;
}

.screenshots h1 {
    margin: 0;
    padding: 0;
}
.screenshots ul {
    margin: 0;
    padding: 0;
}
.screenshots li {
    margin-bottom: 10px;
    margin-left: 30px;
}

.screenshot:nth-child(even) img {
    float: right;
}
.screenshot:nth-child(even) span {
    float: left;
}

@media(max-width: 880px)
{
    .wrapper {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }

    .screenshots .screenshot span {
        font-size: 3.5vw;
    }

    .buttons a {
        font-size: 2.6vw;
    }
}

@media(max-width: 600px)
{
    .screenshots .screenshot img {
        width: 100%;
    }
    .screenshots .screenshot span {
        width: 100%;
    }

    .buttons a span { display: none; }
}

.newsletter h1 {

    text-align: center;
    font-size: 3em;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media(max-width: 880px)
{
    .newsletter h1 { font-size: 5vw; }
}

.content.soundtrack {
    padding-top: 60px;
    padding-bottom: 60px;
}

.soundtrack iframe {
    width: 40%;
    height: 470px;
    float: left;
}

.soundtrack .info {
    width: 50%;
    float: right;
}

.soundtrack .info span {
    font-size: 1.5em;
    line-height: 1.4;
}

.shop-button {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    background:#0e0627;
    color:#faf3e5;
    border-radius: 4px;
    border: 4px solid #0e0627;
}
.shop-button:hover {
    background: #faf3e5;
    color: #0e0627;
}

.content.merch {
    padding-bottom: 60px;
}

.merch img {
    width: 40%;
    float: right;
}

.merch .info {
    width: 50%;
    float: left;
}

.merch .info span {
    font-size: 1.5em;
    line-height: 1.4;
}

@media(max-width: 500px)
{
    .merch img { width: 100%; }
    .merch h1 { width: 100%; text-align: center; }
    .merch .info { width: 100%; }
    .soundtrack h1 { width: 100%; text-align: center; }
    .soundtrack iframe { width: 100%; height: 110vw; }
    .soundtrack .info { width: 100%; }
}

.content.team {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #faf3e5;
    background: #1b0c3b;
    background: linear-gradient(0deg, #1b0c3b 0%, #0e0627 100%); 
}

.team h1 {
    text-align: center;
    width: 100%;
    font-size: 3em;
    float: left;
}

.team .members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    float: left;
}

.team .members a {
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    max-width: 160px;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #faf3e5;
    transition: padding 0.25s;
}

.team .members a img {
    opacity: 0.7;
    width: 100%;
    border-radius: 4px;
    transition: opacity 0.25s, margin 0.25s;
}
.team .members a:hover {
    padding-bottom: 30px;
}
.team .members a:hover img {
    opacity: 1;
    margin-top: -20px;
}

.team .members a h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.team .members a h2 {
    font-size: 1.1em;
    opacity: 0.8;
}

.content.footer {
    padding-bottom: 60px;
    color: #faf3e5;
    background: #1b0c3b;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
}

.footer a { color: #faf3e5; font-weight: bold; text-decoration: none; }
.footer a:hover { color: #ee22aa; }
.footer .copy { font-family: "Arial", sans-serif; font-size: 0.6em; margin-top: 20px; }
.footer .other { margin-top: 20px; }

a.twitter:hover { color: #00c0ff; }
a.email:hover { color: #ffba00; }
a.presskit:hover { color: #c600ff; }
a.demo-access:hover { color: #66ff00; }
a.noel:hover { color: #00ff9c; }