body {
    margin: 0 auto;
    background-color: #bae4f3;
    font-family: alba, sans-serif;
}

.CCAP {
    font-family: ccap, serif;
    line-height: normal;
    line-break: normal;
}

.UBUNTU {
    font-family: Ubuntu, sans-serif;;
    color: white;
    line-height: normal;
    line-break: normal;
}

.BorderBold {
    border-radius: 15px;
    border: 3px solid black;
}

.FontOutlineBold {
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

.FontOutlineThin {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.FullHWAbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.FullHWAbsHidden {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.FullWAbs {
    position: absolute;
    width: 100%;
}

.Gradient {
    background: #2D2D2D; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#4E3E3E, #4D4D4D); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#4E3E3E, #4D4D4D); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#4E3E3E, #4D4D4D); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#4E3E3E, #4D4D4D); /* Standard syntax */
}

.Indent {
    padding-left: 20px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.select {
  -webkit-touch-callout: initial; /* iOS Safari */
  -webkit-user-select: initial;   /* Chrome/Safari/Opera */
  -khtml-user-select: initial;    /* Konqueror */
  -moz-user-select: initial;      /* Firefox */
  -ms-user-select: initial;       /* Internet Explorer/Edge */
  user-select: initial;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.SmoothTransition {
    -webkit-transition: opacity 0.4s ease-in-out;
       -moz-transition: opacity 0.4s ease-in-out;
         -o-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
}

.UtilTimersSubdiv {
    position: absolute;
    width: 100%;
    font-size: 1.3em;
}

.outer {
    margin: 0 auto;
    text-align: center;
}

#adOuter{
	width: 350px;
	height: 294px;
	margin-left: auto;
	margin-right: auto;
}

.respawnAds-big{

    position: absolute;
    top: 20%;
    left: 38%;
    z-index: -100;
}

.inner {
    text-align: center;
}
h1 {
    font-size: 80px;
}
.logo {
    display: inline-block;
}

.loginPanel {
    padding: 10px 32px;
    color: #f2f8ff;
    text-align: center;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.loginButton {
    background-color: #1f2a36;
    font-size: 32px;
}

.loginInput {
    margin: 15px 0;
    background-color: #2d3e4e;
    font-size: 26px;
}

#Plej {
    cursor: crosshair;
}
#Loading > p {
 display: flex;
 height: 75%;
 justify-content: center;
 align-items: center;
 font-size: 70px;
}
#InfoContainer {
    cursor: crosshair;
    height: 95% auto;
}

#InfoContainer.FullHWAbs {
    min-height: 620px !important;
}
#Display {
    height: 100%;
}
#Display, #InfoContainer {
    display: flex;

    justify-content: center;
    align-items: center;
}

/* link to IO games */

#topLeftLink {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    top: 10px;
    right: 10px;
}

.elegantLink {
    color: #3183d4;
    text-shadow: 0 0 2px white;
}

.elegantLink:hover {
    color: #0b83fa;
    text-decoration: none;
    border-bottom: 3px solid #0b83fa;
    text-shadow: 0 0 2px white, 0 0 4px white;
}

/* Tutorial */

#tutorialConteiner {
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -160px;
    width: 430px;
    height: 240px;
    overflow: hidden;
}

#tutorialConteiner > div {
    width: 480px;
    height: 320px;
    display: inline-block;
}

#tutorialConteiner > button {
    background-color: rgba(78,131,183, 0.5);
    border: none;
    color: #f2f8ff;
    padding: 4px 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
}

#tutorialConteiner > .leftLink {
    position: absolute;
    top: 60px;
    left: 5px;
    display: block;
}

#tutorialConteiner > .rightlink {
    position: absolute;
    top: 60px;
    right: 5px;
    display: block;
}

/* Youtube Partners */

#ytPartners{
    height: 100vh;
    width: 280px;
    position: absolute;
    font-weight: 500;
    top: 0;
    left: 0;
    -webkit-box-shadow: 2px 4px 5px #012140;
    -webkit-box-shadow: 2px -4px 5px #012140;
    -moz-box-shadow: 2px 4px 5px #012140;
    -moz-box-shadow: 2px -4px 5px #012140;
    box-shadow: 2px 4px 5px #012140;
    box-shadow: 2px -4px 5px #012140;
    background: #022a53;
}

.ytHeader{
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 0 12px;
    text-align: center;
    color: #f2f8ff;
    font-family: 'Ubuntu';
}

.ytBlock {
    padding: 16px 0 16px;
    border-top: 2px solid rgba(255,255,255,0.5);
}

.ytBody .ytVideoLink {
    vertical-align: top;
    text-decoration: none;
}

.ytHeader img{
    width: 100px;
    height: 43px;
    margin: 5px 0 0 15px;
}

.ytBody {
    text-align: center;
    color: #f2f8ff;
    margin-top: 35px;
}

.ytBody ul{
    margin:0;
    padding:0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

.account{
    position: relative;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom:10px;
}

.account a{
    font-size: 0.9em;
    position: absolute;
    top: -2px;
    right:15px;
}


.ytBody span{
    margin-top:35px;
    padding: 10px;
}

.ytBody a{
    color: #6fb6fc;
    text-decoration: underline;
    font-weight: 900;
}

/* Fonts */

@font-face {
    font-family: Ubuntu;
    src: url("../Assets/Fonts/ubuntu.ttf") format('truetype');
}

@font-face {
    font-family: saxmono;
    src: url("../Assets/Fonts/saxmono.ttf") format('truetype');
}

@font-face {
    font-family: ccap;
    src: url("../Assets/Fonts/ccapshad.ttf") format('truetype');
}

/* media queries (adapting to narrow windows) */

@media only screen and (max-width: 963px) {
    .hideOn960 {display: none !important;}
}

@media only screen and (max-width: 1027px) {
    .hideOn1024 {display: none !important;}
}

@media only screen and (max-width: 1187px) {
    .hideOn1184 {display: none !important;}
}

