﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
}
.topbar {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: bold;
    background: #000000;
    background-color: #000;
    background-size: 100% 100%;
    color: #fff;
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
}
.topbar_global {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.topbar_logo {
    display: flex;
    align-items: center;
    font-size: 40px;
}
.topbar_container {
    display: flex;
    justify-content: space-between;
}
.img_container{
    width: 200px;
    height: auto;
}
.img_container img{
    max-width: 100%;
    /*padding-left: 20px;
    transform: translateY(20px);*/
}
.topbar_container a {
    text-decoration: none;
    color: #fff;
}
.topbar_container a:visited {
    color: #fff;
}
.topbar_container a:hover {
    color: #0af;
}
.topbar li{
    display: inline-block;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    /*margin-bottom: 10px;*/
}
.topbar_menu{
    margin-left: auto;
    text-align: right;
    /*height: 50px;*/
}
.footer {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    background: #000;
    color: #fff;
    height: 170px;
    width: 100%;
    display: flex;
    /*position: fixed;*/
    bottom: 0;
}
.footer_container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer_container a{
    text-decoration:none;
    color: #fff;
}
.footer_container a:visited{
    color: #fff;
}
.footer_container a:hover {
    transform: scale(1.2);
}
.footer li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.footerlinks {
    display: flex;
    justify-content: space-between;
}
.copyright{
    display: flex;
    align-items: center;
}
.content {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
}
.content_container {
    /*max-width: 900px;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
    text-justify: inter-word;
}
.content_container h1 {
    font-size: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}
.title_container{
    display: flex;
}
.title{
    display: flex;
    padding-top: 20px;
    /*padding-bottom: 30px;*/
    margin-left: auto;
    margin-right: auto;
}
.title h1 {
    display: flex;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}
.title img{
    width: 50px;
    height: 50px;
    margin: 20px;
}

.content_container h2 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.content_container p{
    text-align: justify;
    text-justify: inter-word;
}
.content_container b {
    font-weight: bold;
}
.centered_container{
    display: flex;
}

.centered {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.centered p{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.content_container_white {
    /*max-width: 900px;*/
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    color: #000;
}
.title_container_white {
    display: flex;
    background: #fff;
    color: #000;
}
.title_container_black {
    display: flex;
    background: #000;
    color: #fff;
}
.centered_container_white {
    display: flex;
    background: #fff;
    color: #000;
    padding-top: 20px;
    padding-bottom: 50px;
}
.centered_container_black {
    display: flex;
    background: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}
.app_preview_container_white {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    background: #fff;
    color: #000;
}
.app_preview_container_black {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    background: #000;
    color: #fff;
}
.app_preview_container_centered {
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff ;
    border-radius: 25px;
}
.centered_container_policy_white {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #fff;
    color: #000;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    text-justify: inter-word;
}
.centered_container_policy_white h1 {
    font-size: 35px;
}
.centered_container_policy_white h2 {
    font-size: 20px;
}

.app_preview_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}
.app_icon{
    width: 20%;
}
.app_icon img{
    width: 100%;
}
.app_preview_title{
    width: 60%;
}
.app_links{
    width: 20%;
    align-content: center;
    align-items: center;
}
.appstore,
.googleplay{
    max-width: 100%;
}
.app_links img{
    margin: 10px;
}
.app_title{
    font-size: 35px;
    font-weight: bold;
    margin-left: 30px;
}
.app_subtitle {
    font-size: 20px;
    margin-left: 30px;
    margin-top: 10px;
}
.app_preview_text{
    margin-left: auto;
    margin-top: 10px;
}
.app_preview_text a{
    text-decoration: none;
    color: #00f;
}
.app_preview_text a:visited {
    color: #00f;
}
.app_preview_text a:hover{
    font-weight: bold;
}
.app_preview_description {
    margin-left: 20%;
    margin-top: 40px;
}
.blank{
    width: 100%;
    height: 100px;
}
.topbar .topbar_container .topbar_menu .ourgames_button .ourgames {
    display: block;
    position: absolute;
    width: 150px;
    text-align: center;
    background-color: #f5f5f5;
    z-index: 999;
}

.topbar .topbar_container .topbar_menu .ourgames_button .ourgames li {
    display:none;
}
.topbar .topbar_container .topbar_menu .ourgames_button .ourgames li a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #000;
    width: 150px;

}
.topbar .topbar_container .topbar_menu .ourgames_button .ourgames li a:hover {
    color: #0af;
}
.topbar .topbar_container .topbar_menu .ourgames_button:hover .ourgames li {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    width: 150px;
    z-index: 1000;
    border-bottom: solid;
    border-width: 1px;
    border-color: #000;
}

.app_preview_pics{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    justify-content: space-around;
}
.app_preview_pics img{
    max-width: 18%;
    margin-top: 20px;
}
.trademarks{
    width: 100%;
    text-align: center;
}
.lightbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 2000;
    animation: lightBoxIn .5s;
}
.lightbox_close, .lightbox_next, .lightbox_prev{
    position: fixed;
    cursor: pointer;
    opacity: .5;
    transition: .1s;
}
.lightbox_close:hover, .lightbox_next:hover, .lightbox_prev:hover {
    opacity: 1;
}
.lightbox_next, .lightbox_prev {
    background: url(../images/lightbox/arrow.png) center center / 32px 32px no-repeat;
    width: 50px;
    height: 100%;
    right: 0;
    margin-top: -32px;
    z-index: 2001;
}
.lightbox_prev {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
.lightbox_close {
    background: url(../images/lightbox/cross.png) center center / 32px 32px no-repeat;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 2002;
}
.lightbox_container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    height: 100vh;
}

.lightbox_container img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: lightBoxIn .5s;
}



@keyframes lightBoxIn{
    from{opacity: 0;}
    to{opacity: 1;}
}