@charset "UTF-8";

/* Override the 960px grid*/

body {
    background-color: #44154b;
    color: #fdffde;
}

.container {
    max-width: 1000px;
}

.header-image {
    width: 100%;
}

.buy {
    padding-bottom: 20px;
}


/* pillarbox correction

.header-video {
    margin-left: -4.5%;
}

.description,
.section {
    padding-right: 9%;
}

*/


/* button theming*/

.button.download {
    background-color: #008ca5;
}

.button.download:hover {
    background-color: #00c0b1;
}

.button.download.itchio {
    background-image: url("itchio.svg");
}

.button.download.google-play {
    background-image: url("google-play.svg");
}

.button.download.steam {
    background-image: url("steam.svg");
}

.button.download.apple {
    background-image: url("apple.svg");
}

.highlighted-link:link,
.highlighted-link:active,
.highlighted-link:visited {
    color: #00c0b1;
}

.highlighted-link:hover {
    color: #6ff1b4;
}

a:link {
    color: #00c0b1;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #6ff1b4;
}

a:hover {
    text-decoration: none;
    color: #6ff1b4;
}

h5 {
    padding-top: 40px;
}

.nav-menu {
    color: #fe666e;
}

.nav-menu a {
    color: #fe666e;
}

.nav-menu a:hover {
    color: #ffa171;
}

.nav-menu {
    padding-top: 10px;
    text-align: center;
}

.section-center {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}