@font-face {
    font-family: TimeFlies-Standard;
    src: url("TimeFlies-Standard-1px20pt.otf");
}

@font-face {
    font-family: TimeFlies-Standard;
    src: url("TimeFlies-Standard-1px20pt.otf");
    font-weight: bold;
}

body {
    background-color: black;
    font-family: TimeFlies-Standard, sans-serif;
    margin: 0;
    padding: 0;
    font-smooth: never;
    -webkit-font-smoothing: none;
    width: 100%;
    height: 100%;
    font-size: 18pt;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    image-rendering: pixelated;
}

*:focus {
    outline: none;
}

select:active,
select:hover {
    outline: none;
}


a {
    color: white;
    text-decoration: none;
}

a:link, a:visited {
    border-bottom: 2px solid;
}

a:focus, a:hover, a:active {
    color: lightgrey;
    border-bottom: 2px solid;
}

a.nodecorationlink {
    border-bottom: none;
}

.container {
    position: relative;
    margin: 0;
    padding: 40px 0 40px 0;
    overflow: hidden;
}

.container > section {
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media not all and (min-width: 667px) {
    .container > section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.container .title {
    text-align: center;
}

.container .title img {
    width: 200px;
    height: auto;
}

@media not all and (min-width: 667px) {
    .container .title img {
        width: 33%;
        height: auto;
    }
}

.container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    background-color: black;
    z-index: 0;
}

.container .embed-container iframe, .container .embed-container object, .container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
}

.container .app-buttons {
    text-align: center;
}

.container .app-buttons a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.container #description img {
    display: block;
    float: left;
    padding-right: 40px;
}

@media not all and (min-width: 667px) {
    .container #description img {
        float: none;
        margin: 0 auto;
        padding-right: 0px;
        padding-bottom: 40px;
    }
}

.container #description .descriptiontext {
    margin-left: 200px;
}

@media not all and (min-width: 667px) {
    .container #description .descriptiontext {
        margin-left: 0px;
    }
}

@media not all and (min-width: 667px) {
    .container #description {
        margin-bottom: 20px;
    }
}

section.screenshots{
    margin-top: 80px;
}

.container .swiper-container {
    width: 90%;
    height: 100%;
    overflow: visible;
    max-width: 700px;
}

.container .swiper-container .swiper-slide {
    text-align: center;
    width: 100%;
}

.container .swiper-container .swiper-slide img {
    width: 100%;
}

.container .swiper-container .swiper-button-next, .container .swiper-container .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.container .swiper-container .swiper-button-next {
    left: 100%;
    right: 200%;
}

.container .swiper-container .swiper-button-prev {
    left: -100%;
    right: 0%;
}

.container section.links {
    text-align: center;
}

.container section.links a {
    margin-right: 20px;
    margin-left: 20px;
}

@media not all and (min-width: 667px) {
    .container section.links a {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.container section.footer-logos {
    text-align: center;
}

.container section.footer-logos img {
    padding-right: 20px;
    padding-left: 20px;
    height: 100px;
}
