@-webkit-keyframes pulse {
  0% {
	-webkit-box-shadow:0 0 0 0 rgba(201, 210, 226,0.4)
  }
  70% {
	-webkit-box-shadow:0 0 0 10px rgba(201, 210, 226,0)
  }
  100% {
	-webkit-box-shadow:0 0 0 0 rgba(201, 210, 226,0)
  }
}
@keyframes pulse {
  0% {
	-moz-box-shadow:0 0 0 0 rgba(201, 210, 226,0.4);
	box-shadow:0 0 0 0 rgba(201, 210, 226,0.4)
  }
  70% {
	-moz-box-shadow:0 0 0 10px rgba(201, 210, 226,0);
	box-shadow:0 0 0 10px rgba(201, 210, 226,0)
  }
  100% {
	-moz-box-shadow:0 0 0 0 rgba(201, 210, 226,0);
	box-shadow:0 0 0 0 rgba(201, 210, 226,0)
  }
}
.buttonContainer {
	display: none;
	padding: 10px;
background-color: rgba(154, 154, 154, 0.37);
font-size: 18px;
}
button.btn:hover {
	background-color: #ffffff78;
}
span.long {
	transform: scale(1.7, 1.3);
	display: inline-block;
	margin: 0 5px 0 3px;
}
.wrapper {
	margin: 0 auto;
	padding-top: 10px;
	/* max-width: 80%; */
	text-align: center;
	}
.wrapper p {
	max-width: 750px;
	margin: 10px auto;
}
button.btn {
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
	color: #c9d2e2;
	background-color: #9fb8d19c;
	margin: 10px;
	font-size: 20px;
	font-weight: 600;
}
button,
input,
textarea {
	border: 1px solid #b6b6b6;
	border-radius: 8px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
/* 	min-width: 50%; */
}
button {
			width: 100%;
			font-size: 30px;
			height: auto;
			margin: 0;
		}
.buttonList {
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
.back {
	min-width: 100px;
	/* height: 35px; */
	width: 150px;
	margin: 5px;
	font-size: 15px !important;
	}
	.btn-big {
/* 		min-width: 360px; */
height: 75px;
width: 90%;
margin: 10px auto !important;
font-size: 1.5rem !important;
border: none;
transition: .5s;
cursor: pointer;
text-align: left;
display: flex;  
  align-items: center;
  justify-content: center;
		}
		.btn-big:hover {
			
		}
.btn-big span {
	margin-left: 36%;
}
.wrap {
max-width: 750px;
margin: 10px auto;
text-align: left;
}
.block:first-child {
	border: none;
	}
.block {
	clear: both;
	text-align: left;
	margin-bottom: 2px;
	/* min-height: 50px; */
	/* border-top: solid 1px #ECE9E9; */
	}
.block1 {
	font-size: 25px;
font-weight: 400;
margin: 0;
padding: 5px;
text-align: center;
color: #757d8a;
text-transform: uppercase;
}
.note {
	padding: 0 5px 25px 0;
	font-size: 80%;
	color: #666;
	line-height: 18px;
}
.small {
	font-size:11px;
	text-align: center;
}
.small a
{
	color: #409DAF !important;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.small a:hover {
	color: #555f90 !important;
	text-decoration:none;
}
.block .img {
	width: 55px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
	}
	.block .img a {
		padding: 5px 10px !important;
		height: 40px !important;
		line-height: 33px !important;
		margin: 5px !important;
		display: block;
		cursor: default;
	}
	.play {
		font-size: 30px;
		color: rgba(255, 255, 255, 0.35);
	}
	.play img {
		width: 30px;
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(127deg) brightness(100%) contrast(101%);
		opacity: 20%;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.play img:hover {
		  opacity: 50%;
		}
	.block .date {
		margin-top: 4px;
		font-size: 70%;
		color: #666;
	}
	
	.block a {
		display: block;
		padding: 10px 15px;
		transition: all 0.35s;
	}
	
	.block a:hover {
		text-decoration: none;
		background: rgba(255, 255, 255, 0.05);
	}
	audio {
		filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
		width: 45px;
		margin: 10px;
	}
	div.dir {
		background: transparent url(/files/theme/images/folder.svg) no-repeat 0px 0px;
		background-size: 40px 40px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.mp3 {
		background: transparent url(https://circa.im/files/theme/images/audio.svg) no-repeat -0px -5px;
		background-size: 40px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.m4a {
		background: transparent url(https://circa.im/files/theme/images/audio.svg) no-repeat -0px -5px;
		background-size: 40px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.gba {
		background: transparent url(/files/theme/images/gba.svg) no-repeat -5px -5px;
		background-size: 50px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.gbc {
		background: transparent url(/files/theme/images/gbc.svg) no-repeat 5px 5px;
	background-size: 30px 30px;
		margin-left: 10px;
		margin-right: 10px;
		}
	.img.gb {
		background: transparent url(/files/theme/images/gbc.svg) no-repeat 5px 5px;
	background-size: 30px 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.nds {
		background: transparent url(/files/theme/images/nds.svg) no-repeat 5px 5px;
	background-size: 30px 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.nes {
		background: transparent url(/files/theme/images/nes.svg) no-repeat 5px 5px;
	background-size: 30px 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.smc {
		background: transparent url(/files/theme/images/snes.svg) no-repeat -5px -5px;
		background-size: 50px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.sfc {
		background: transparent url(/files/theme/images/snes.svg) no-repeat -5px -5px;
		background-size: 50px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.z64 {
		background: transparent url(/files/theme/images/n64.svg) no-repeat -5px -5px;
		background-size: 50px 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img.rar {
		background: transparent url(/files/theme/images/disc.svg) no-repeat 5px 5px;
		background-size: 30px 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.file {
		font-size: 20px;
	margin-top: 15px;
	}
	div.name {
		height: 35px;
	}
	
	.sub {
		margin-left: 20px;
		border-left: solid 1px #ECE9E9;
		display: none;
	}
	hr {
		margin: 3px 0 3px 0;
		border: 0;
		height: 1px;
		background-image: linear-gradient(to right, rgba(255,255,255,1) 2.32%, rgba(255,255,255,0) 100%);
	}
.circle-icon {
	background: #025d5d;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	line-height: 145px;
	vertical-align: middle;
/*     padding: 30px; */
}
.caps {
	text-transform: uppercase;
}
.dividers {
	color: rgba(255, 255, 255, 0.25);
}
/* This gets Google to fall into place */
.social {
	font-size: 1px;
}
.article {
	font-size: 18px;
line-height: 29px;
max-width: 970px;
margin: 0 auto;
}

/* This gets Facebook to fall into place */
.social iframe {
	vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social span {
	display: inline-block;
	width: 110px;
}

/* Adjust the widths individually if you like */
.social .google {
	width: 75px;
}
 .also {
	 font-size: 12px;
 }

img {
	padding: 2px;
}

.vid {
	width:65%;
	padding:10px;
	padding-left:50px;
	position:relative;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 560px;
	max-width: 100%;
}
.red {
	color:#cc0000;
}
a:hover {
	color: #c9d2e2;
	text-decoration:none;
}
a
{
	color: #394356;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
body
{
	font-family: 'Anta',sans-serif;
	font-weight: 300;
	font-size:20px;
	color: #c9d2e2;
	/* background:#101015; */
	background:url('/waves.svg') no-repeat center center fixed;
	background-size: cover;
	margin: 20px;
}
.header_img img {
	width: 200px;
	margin: 20px auto;
/* 	opacity: .35; */
	transition: .5s;
	transition-property: transform;
	box-shadow:0 0 0 rgba(255, 255, 255, 0.4);
	  animation:pulse 2s infinite;
	 border-radius: 50%;
}
.header_img img:hover {
	transform: rotate(15deg);
	transition: .5s;
}
.header a {
	color: #394356;
}
/* nav ul li a {
	color: #409DAF !important;
	}
	nav ul li a:hover {
		color: #674130 !important;
		} */
.header a:hover {
	color: #c9d2e2;
}
.main {
  max-width: 1110px;
  text-align: center;
	margin: 0 auto;
	min-height: 50vh;
	margin-bottom:50px;
}
.iconimg {
	width: 50px;
	padding: 10px;
}
.box {
font-weight: 400;
max-width: 80%;
margin: 10px auto;
clear: both;
background-color: #1e2124;
padding: 10px;
border-radius: 8px;
color: #757d8a;
/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); */
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
cursor: default;
font-size: 15px;
}
.box p {
/* 	margin:0; */
}
.footer {
		font-weight: 300;
		text-align: center;
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 12px;
		font-weight: 500;
	}
	.footer .Button-icon {
	font-size:24px;
	}

.middle {
	max-width:90%;
	min-height:400px;
	margin: 0 auto;
	padding-top:20px;
}

.header {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.tabnav {
	font-size:13px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-top: 1px solid #757d8a;
	padding:5px;
}

.tabnav ul {
	list-style:none;
	margin:0 auto;
	text-align:center;
	padding-left:0;
}

.tabnav ul li {
	padding-bottom:5px;
	display: inline-block;
}
.nav-icon {
	display:none;
	width:auto;
	top:30px;
	right:10px;
/* margin-top: 0px; */
	line-height:10px;
	font-size:80px;
	position:absolute;
	cursor:pointer;
}
.Button-icon {
		margin-right: 20px;
		font-size: 2.5rem;
		vertical-align: middle;
		color: #409DAF;
}
.Button {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 13px;
	border-radius: 4px;
	border: 0;
}
.logo
{
	font-size: 55px;
	font-family:'Anta',sans-serif;
	font-weight: 100;
	margin-top:20px;
	text-align: center;
	line-height: 55px;
	/* text-transform:uppercase; */
/* 	opacity: .35; */
}
.subtitle {
	margin: 0px auto 10px auto;
/* 	opacity: .35; */
	color: #c9d2e2;
	font-family: 'Anta',sans-serif;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	/* max-width: 586px; */
}
.buttons-left {
	width:10%;
	padding-right:80px;
	margin-top:10px;
	float:right;
}
.twitterfeed {
	max-width:300px;
	min-width:200px;
	height:300px;
	float:left;
	padding:20px;
	margin-top:25px;
}

.twfollow {
	display:none;
}
.links {
	display: none;
}
.logo_img {
		display: none;
	}
.overlay {
	height:100%;
	width:100%;
	display:none;
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	background-color:#000;
	background-color:rgba(255,255,255,0.9);
}

.overlay-content li {
	list-style:none;
}

.overlay-content {
	position:relative;
	top:15%;
	width:210px;
	text-align:center;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.overlay a {
	padding:8px;
	text-decoration:none;
	display:block;
	font-size:46px;
	color:#818181;
	transition:.3s;
}

.centerlinks {
	text-align:left;
}

.overlay a:hover,.overlay a:focus {
	color:#f1f1f1;
}

.overlay .closebtn {
	position:absolute;
	top:20px;
	right:45px;
	font-size:60px;
}

@media (max-height: 450px) {
	.overlay a {
		font-size:20px;
	}
	
	.overlay .closebtn {
		font-size:40px;
		top:15px;
		right:35px;
	}
}

@media (max-width: 450px) {
	.tabnav {
		font-size:17px;
		line-height:30px;
	}
}

@media (max-width: 380px) {
	.tabnav {
		font-size:16px;
	}
	.btn-big {
		font-size: 1rem;
	}
	.Button-icon {
		font-size: 1.4rem !important;
	}
	body {
		font-size: 16px;
		margin: 1px;
	}
}

@media (max-width: 320px) {
	.tabnav {
		font-size:13px;
	}
}
@media (max-width: 860px) {
	#twitch-embed {
		display: none;
	}
	.logo_img {
		display: inline-block;
	}
}
@media (max-width: 1000px) {
.buttons-left {
	display: none;
}
.links {
	display: block;
	padding-right:1px;
	margin-left:auto;
	margin-right:auto;
}
.links img {
	width:40px;
	height:auto;
}
.twitterfeed {
	display: none;
}
.vid {
	padding: 10px;
	padding-left: 10px;
	margin-top: -50px;
}
.twfollow {
	display:block;
}
}
@media only screen and (max-width: 700px)
{
.wrap {
padding: 15px;
}
body {
	padding: 0;
}
.btn-big {
	font-size: 1.1rem !important;
}
}
@media only screen and (min-width: 1000px)
{
	.header {
		margin: 10vh auto 60px auto !important;
	}	
}

@media (max-width: 600px) {
	.logo {
		text-align: center;
		font-size: 36px;
		margin-top:5px;
	}
	.header_img img {
		width:190px;
	}
	.tabnav {
		margin-left:auto;
		margin-right:auto;
		font-size: 18px;
	}
	.footer
{
	font-size:10px;

}
.buttons-left {
	display: none;
}
 .btn-big { 
	 width: 95%;
 }
.links {
	display: block;
	padding-right:1px;

	margin-left:auto;
	margin-right:auto;
}
.links img {
	width:30px;
	height:auto;
}

.twitterfeed {
	display: none;
}
.vid {
	width:100%;
	padding: 10px;
	padding-left: 0px;
	margin-top: -50px;
}
.twfollow {
	display:block;
}

}

@media (max-width: 400px) {
	.main {
		min-height:345px;
}
}
@media (max-width: 300px) {
.header_img img {
	width:120px;
}
}
/* @media (prefers-color-scheme: light) {
	  body   { background: white; color:  #111; }
	  .box	{ background: #ecedef; }
	} */