@charset "UTF-8";

html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/aikido-bg3-dark.jpg);
	background-color: #222;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}
#page-wrap { 
	position: relative; 
	width: 100%; 
	margin: 1em auto; 
	padding: 0;
}
#container {
	position: relative; 
	width: 100%; 
	margin: 1em auto; 
	padding: 0;
}
.imgs-outer {
       width: 100%;
       margin: 3em auto;
	   padding:0;
}
#maintext { 
	position: relative;
	z-index: 5; 
	width: 800px; 
	margin: 1em auto; 
	padding: 0;   
}
#maintext h1 { 
	font-family: open-sans;
	font-size: 4em;
	line-height: 0.5em;
	color: rgba(255, 255, 255, .2);
	text-align: left;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	margin: 1.5em 0 1em 0;
	text-rendering: optimizeLegibility;  
}
#maintext h2 {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 1.8em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.06em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.6em 0;
}
#maintext h4 {
	font-family: open-sans;
	font-size: 0.8em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext p {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}
#maintext a {
	font-family: open-sans;
	font-weight: 600;
	color: rgba(255, 255, 255, .8);
	text-decoration: overline;
	-webkit-transition: all 0s ease-in-out .3s;
	-o-transition: all .2s ease-in-out;
	transition: all .3s ease-in-out;
	text-rendering: optimizeLegibility;
	font-style: normal;
}
#maintext a:hover {
	color: rgb(255, 255, 255);
}
.subheadingtext {
	font-family: source code pro "Source Code Pro Black", "Source Code Pro Bold", "Source Code Pro ExtraLight", "Source Code Pro Light", "Source Code Pro Medium", "Source Code Pro Regular", "Source Code Pro Semibold";
	font-size: 0.8em;
	color: rgba(255, 255, 255, .2);
	letter-spacing: 0.16em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
}
blockquote {
	margin: -1.6em 0 0 6%;
	padding: 0;
}
.ital {
	font-family: open-sans;
	text-rendering: optimizeLegibility;
	font-style: italic;
}
.bold-700 {
    font-family: open-sans;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-style: normal;
}
.text-small {
	font-family: open-sans;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
.vid {
	width: 1280px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 6.5em;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	height: auto;
}
.vid h1 {
	font-family: open-sans;
	font-size: 0.95em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
	text-align: left;
	letter-spacing: 0.12em;
	font-style: normal;
	font-weight: 600;
	margin: 1.6em auto; 
	text-rendering: optimizeLegibility;
}
.vid h4 {
	font-family: open-sans;
	font-size: 0.8em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
.vid a {
	color: #ccc;
	text-decoration: overline;
	-webkit-transition: all 0s ease-in-out .3s;
	-o-transition: all .2s ease-in-out;
	transition: all .3s ease-in-out;
	text-rendering: optimizeLegibility;
	font-style: normal;
}
.vid a:hover {
	color: rgb(255, 255, 255);
}
.clear {
	clear: both;
	font-size: 1px;
}

@media (min-width: 1500px){
}	
		
@media (min-width: 1200px) and (max-width: 1499px){
.vid {
	width: 80%;
	height: auto;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
}

@media (min-width: 920px) and (max-width: 1199px){
.vid {
	width: 80%;
	height: auto;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
}

@media (min-width: 570px) and (max-width: 919px){
.vid {
	width: 80%;
	height: auto;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.vid h1 {
	font-size: 0.8em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
	text-align: left;
	letter-spacing: 0.12em;
	font-style: normal;
	font-weight: 600;
	margin: 1.6em auto; 
	text-rendering: optimizeLegibility;
}
.vid h4 {
	font-family: open-sans;
	font-size: 0.7em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext { 
	position: relative; 
	width: 80%;
	margin-left: 12%;
	margin-right: 8%;  
	padding: 0;    
}
#maintext h1 { 
	font-family: open-sans;
	font-size: 2.2em;
	line-height: 0.5em;
	color: rgba(255, 255, 255, .2);
	text-align: left;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	margin: 2em 0 0.8em 0;
	text-rendering: optimizeLegibility;  
}
#maintext h4 {
	font-family: open-sans;
	font-size: 0.7em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext p {
	font-family: open-sans;
	font-size: 0.95em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}
}

@media (min-width: 320px) and (max-width: 569px){
.vid {
	width: 80%;
	height: auto;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.vid h1 {
	font-size: 0.7em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
	text-align: left;
	letter-spacing: 0.12em;
	font-style: normal;
	font-weight: 600;
	margin: 1.4em auto; 
	text-rendering: optimizeLegibility;
}
.vid h4 {
	font-family: open-sans;
	font-size: 0.7em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext { 
	position: relative; 
	width: 80%;
	margin-left: 12%;
	margin-right: 8%;  
	padding: 0;    
}
#maintext h1 { 
	font-family: open-sans;
	font-size: 1.25em;
	line-height: 0.5em;
	color: rgba(255, 255, 255, .4);
	text-align: left;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	margin: 3em 0 0.9em 0;
	text-rendering: optimizeLegibility;  
}
#maintext h4 {
	font-family: open-sans;
	font-size: 0.7em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext p {
	font-family: open-sans;
	font-size: 0.9em;
	line-height: 2.2em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}
.subheadingtext {
	color: rgba(255, 255, 255, .4);
}
}

@media (max-width: 319px){
.vid {
	width: 80%;
	height: auto;
}
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.vid h1 {
	font-size: 0.7em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
	text-align: left;
	letter-spacing: 0.12em;
	font-style: normal;
	font-weight: 600;
	margin: 1.4em auto; 
	text-rendering: optimizeLegibility;
}
.vid h4 {
	font-family: open-sans;
	font-size: 0.6em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext { 
	position: relative; 
	width: 80%;
	margin-left: 12%;
	margin-right: 8%;  
	padding: 0;   
}
#maintext h1 { 
	font-family: open-sans;
	font-size: .8em;
	line-height: 0.5em;
	color: rgba(255, 255, 255, .5);
	text-align: left;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	margin: 4.8em 0 1.1em 0;
	text-rendering: optimizeLegibility;  
}
#maintext h4 {
	font-family: open-sans;
	font-size: 0.6em;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.4em 0;
}
#maintext p {
	font-family: open-sans;
	font-size: 0.8em;
	line-height: 2em;
	color: rgb(255, 255, 255);
	text-align: left;
	letter-spacing: 0.04em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}
.subheadingtext {
	color: rgba(255, 255, 255, .5);
}
}