/* COLORS */
.purple {
	color: #d3869b;
}
.red {
	color: #fb4934;
}
.yellow {
	color: #fabd2f;
}
.green {
	color: #8ec07c;
}
.orange {
	color: #fe8019;
}
.blue {
	color: #83a598;
}

.bg {
  color:#3c3836;
}


html, body {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

body {
	background-color: #3c3836;
	color:#2E3440;
   }
   
main {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} 
  
@media screen and (max-width: 500px) {
	.header {
		display: block;
	}
	.top {
		display: block;
	}
}	

#clock {
	color: #ebdbb2;
	margin-bottom: 5px;
	font-weight: normal;
	display: flex;
  justify-content: center;
  transform: translate( 0%, -50%)
}
#datebox {
	display: block;
	font-weight: lighter;
	}

.header {
	width: 60px;
	text-align: right;
	font-weight: bold;
	margin: 0 10px;
}	
.clock {
	width: 200px;
	text-align: center;
	font-weight: lighter;
	margin: 5 5px;
}	

li {
	font-size: 17px;
	font-weight: bold;
  font-family: 'Ubuntu Mono', monospace;
	display: inline-block;
	list-style: none;
	margin: 2px 5px; 
}

cl {
	font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
	display: block;
	list-style: none;
	margin: 2px 5px; 
}


a {
	color:#928374;
	text-decoration: none;
}

a:hover {
	color: #ebdbb2;
}

#input1 {
	background: #928374;
	color: #ebdbb2;
	border: none;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 17px;
	font-weight: bold;
	height: 17px;
	margin-top: 5px;
	padding: 5px;
	transition: .2s;
	width: 100%; 
	outline: none;
	text-transform: uppercase;
}

#help {
	display: none;
	margin-top: 10px;
}

.col {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.cmdH {
	display: block;
	text-align: right;
	color: white;
}
.actH {
	display: block;
	color: white;
}
.cmd {
	display: block;
	text-align: right;
  color: white
}
.act {
	display: block;
  color: grey
}



/*Dino css*/

.icon {
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}

.icon-offline {
  content: -webkit-image-set( url(assets/default_100_percent/100-error-offline.png) 1x, url(assets/default_200_percent/200-error-offline.png) 2x);
  position: relative;
}

.hidden {
  display: none;
}


/* Offline page */

.offline .interstitial-wrapper {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 50px;
  width: 100%;
}

.offline .runner-container {
  height: 200px;
  max-width: 600px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  width: 44px;
}

.offline .runner-canvas {
  height: 150px;
  max-width: 600px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
}

.offline .controller {
  background: rgba(247, 247, 247, .0);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

#offline-resources {
  display: none;
}

@media (max-width: 420px) {
  .suggested-left > #control-buttons, .suggested-right > #control-buttons {
    float: none;
  }
  .snackbar {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}

@media (max-height: 350px) {
  h1 {
    margin: 0 0 15px;
  }
  .icon-offline {
    margin: 0 0 10px;
  }
  .interstitial-wrapper {
    margin-top: 5%;
  }
  .nav-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 600px) and (max-width: 736px) and (orientation: landscape) {
  .offline .interstitial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation:landscape) {
  .interstitial-wrapper {
    margin-bottom: 100px;
  }
}

@media (min-height: 240px) and (orientation: landscape) {
  .offline .interstitial-wrapper {
    margin-bottom: 90px;
  }
  .icon-offline {
    margin-bottom: 20px;
  }
}

@media (max-height: 320px) and (orientation: landscape) {
  .icon-offline {
    margin-bottom: 0;
  }
  .offline .runner-container {
    top: 10px;
  }
}

@media (max-width: 240px) {
  .interstitial-wrapper {
    overflow: inherit;
    padding: 0 8px;
  }
}

