@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Karoll-Round.eot'); /* IE9 Compat Modes */
  src: local('Karoll Round'), local('Karoll'),
	   url('/fonts/Karoll-Round.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-Round.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-Round.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-Round.svg#Karoll-Round') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 100;
  src: local('Karoll-LightRound'), local('Karoll Light'),
	   url('/fonts/Karoll-LightRound.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-LightRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-LightRound.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-LightRound.svg#Karoll-LightRound'); format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 700;
  src: local('Karoll-BoldRound'), local('Karoll Bold'),
	   url('/fonts/Karoll-BoldRound.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-BoldRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-BoldRound.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-BoldRound.svg#Karoll-BoldRound'); format('svg'); /* Legacy iOS */
}
/* This gets Google to fall into place */
.social {
	font-size: 1px;
}
 
/* 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;
}
button {
 background-color: rgb(22, 75, 86);
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/*
img {
	padding: 2px;
}
*/
.quote {
	font-style: italic;
	/* font-weight: 500; */
	font-size: 18px;
max-width: 80%;
margin: 10px auto;
clear: both;
background-color: rgba(255, 255, 255, 0.1);
padding: 10px;
border-radius: 3px;
color: rgba(255, 255, 255, 0.5);
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;
}
.quote p {
	margin:0;
}
.years {
	text-align: center;
	text-transform: uppercase;
font-size: 28px;
font-weight: 100;
font-family: "Play", sans-serif;
}
.centerImage {
	text-align: center;
}
.centerImage img {
	border-radius: 6px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
max-width: 100%;
}

.vid {
	width:65%;
	padding:10px;
	padding-left:50px;
	position:relative;
}
.logo a {
	/* color: #575757; */
	color: rgba(232, 230, 227, 0.5);
}
.logo a span {
/* color: rgb(53, 116, 128); */
color:  rgb(232, 230, 227);
}

.logo img {
vertical-align: middle;
max-width: 100%;
	padding: 10px;
	margin-top: -10px;
}
.tabnav img {
vertical-align: middle;
max-width: 100%;
}



.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%;
}


a 
{ 
	color: rgb(122, 183, 201); 
	text-decoration: none; 
	transition: .5s;
	font-weight: bold;
}
a:hover 
{
	color: #b0b0b0; 
	text-decoration:none;
	transition: .5s;
}
hr {
	border-color: rgba(255, 255, 255, 0.12);
}
html {
	/* background: #0b242a url(/back_new.jpg) repeat center top;
	background-attachment: fixed;
	overflow-y: scroll !important; */
}
body 
{
	background: #040404 url("https://new.shadoworder.com/assets/img/bg.jpg") top right no-repeat;
	background-size: auto;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: -1;
	font-family: 'Karoll', 'Lucida Sans', sans-serif;
/* font-weight: bold; */
	font-size: 25px; 
	color: rgb(232, 230, 227);
	/* text-shadow: 0px 1px 0px rgba(255, 255, 255, .3), 0px -1px 0px rgba(0, 0, 0, .8); */
	/* background-color: rgb(16, 55, 63); */
	padding: 8px
}

.main {
background-color: rgba(2, 4, 7, 0.5);
background-image: none;
padding: 30px;
backdrop-filter: blur(10px);
/* 	background: rgba(0, 0, 0, 0.13); */
	max-width: 1280px;
	margin: 0 auto;
	min-height:445px;
/* 	box-shadow: 0px 6px 6px rgba(23, 23, 23, 0.3); */
	margin-bottom:50px;
	margin-top:  20px;
}
.maintable {
	max-width:750px;
	margin: 0 auto;
	padding:20px;
}

.footer
{
	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	text-align: center;
	width:100%;
	height:50px;
	position:absolute;

}

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

.header {
	max-width: 800px;
	margin: 0 auto;
	font-family: "Play", sans-serif;
}

.tabnav {
	text-align: center;
	    	margin-left:auto; 
		margin-right:auto;
		font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.logo
{
	font-size: 65px;
	font-family: 'Play', sans-serif;
	font-weight: 100;
	letter-spacing: 0px;
	font-kerning: normal;
	margin-top:20px;
	text-align: center;
	color: #575757;
	text-transform:uppercase;
}

.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;
}
#SignupButton {
margin: 0 auto;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 3px;
text-align: center;
line-height: 40px;
display: inline-block;
cursor: pointer;
height: 40px;
min-width: 150px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;

}
#SignupButton .inner {
	font-size: 12pt;
font-family: 'Open Sans', sans-serif;
color: #fff;
background-color: #7289da;
padding: 0 15px;
border-radius: 3px;
display: block;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
#SignupButton .inner:hover {
	color: rgb(202, 202, 202);
	text-decoration: none;
	background-color: rgb(51, 51, 51);
}

.twfollow {
	display:none;
}
.links {
	display: none;
}

@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 (max-width: 600px) {
	body {
		font-size: 18px;
	}
	.logo {
		text-align: center;
		font-size: 36px;
		margin-top:5px;
	}
	.logo img {
		width: 40px;
		height: auto;
	}
	.tabnav {
    	margin-left:auto; 
		margin-right:auto;		
		font-size: 18px;
	}
	.footer
{
	font-size:10px;

}
.buttons-left {
	display: none;
}
.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;
}
.logo {
	font-size: 32px;
}
.logo img {
	width: 32px;
	height: auto;
}
}
