@charset "UTF-8";

body {
	background-color: #1A1A1A;
	margin: 0;
	
}

adress {
	color: white;
	text-align: center;
}



.nav-trigger {
	display: none;
}

.nav-button {
	display: none;
}

.nav {
	 float: left;
}

nav {
	background-color: #000000;
	height: 90px;
	margin-top: 0px;
	
}

ul {
	list-style-type: none;
	display: inline;
	float: right;
	position: relative;
	padding: 0 20px 0 0;
}

li a {
	text-decoration: none;
	padding: 15px;
	text-align: center;
	font-size: 1.25em;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
}

li {
	margin: 0;
	float: left;
}

li:hover {
	color: #ED2224;
}

.hero_section {
	min-height: 550px;
	background-image: url("../images/jiu_jitsu06.png");
	background-position: center;
}

.about_hero {
	min-height: 550px;
	background-image: url("../images/gordon_ryan.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1 {
	margin-top: 0;
	font-size: 6em;
	text-align: center;
	padding-top: 200px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ED2224;
	
}

.main {
	padding-top: 50px;
}

.container {
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap; 
	padding-top: 0px;
	padding-bottom: 75px;
	margin-left: auto;
	margin-right: auto;
}

.sponsors {
	background: #F5F5F6;
}

.sh2 {
	text-align: center;
	color: black;
}
.row {
	flex-wrap: wrap;
	background-color: #F5F5F5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	max-width: 400px;
	justify-content: center;
	align-content: center;
	padding-bottom: 30px;
	
}

.row02 {
	flex-wrap: wrap;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 400px;
	justify-content: center;
	align-content: center;
	padding-bottom: 30px;
}

.row03 {
	flex-wrap: wrap;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
}

h2 {
	font-size: 4em;
	color: white;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
}

h3 {
	font-size: 2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .9em;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;

}

h4 { 
	color: #ED2224;
	font-size: 1.4em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding-left: 20px;
}

.abouth2 {
	text-align: left;
}

footer {
	min-height: 200px;
	margin-top: auto;
	background-color: #ED2224;
	padding: 30px;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.copyright {
	color: white;
	text-align: center;
	float: center;
}

.footrow {
	flex-wrap: wrap;
}

button {
	height: 50px;
	Width: 120px;
	background-color: #ED2224;
	border: none;
	color: white;
	font-size: 1em;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	
	
}

button:hover {
	color: black;
}

.column-container {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}

.column2 {
	padding: 25px;
	background-color: #1A1A1A;
}

.row {
	display: flex;
	justify-content: center;
	align-content: center;
}

.abtp {
	color: white;
	margin-top: 0px;
	padding: 20px;
}

.about {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	padding-bottom: 40px;
}

img .danis {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

input[type=text], select, textarea {
	  width: 100%; 
	  padding: 18px;  
	  margin-top: 10px;
	  margin-bottom: 16px; 
	  resize: vertical;
}


input[type=submit] {
  	background-color:#F5F5F6;
	color: black;
	cursor: pointer;
	height: 50px;
	width: 150px;
	font-size: 1.5em;
}


input[type=sign_up]:hover {
	 background-color:#000000;
	color: #F5F5F6;
}


.contactcon {
	background-color:#ED2224;
	padding: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.label {
	font-size: 15pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.label_W {
	font-size: 15pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.form {
	margin-left: auto;
	margin-right: auto;
	align-self: center;
}

.placeholder {
	font-size: 10pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}

form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.sign_button {
	width: 100px;
	height: 50px;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	text-align: center;
}

.row_img {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column_img {
  flex: 50%;
  padding: 0 4px;

}

.column_img img {
  margin-top: 8px;
  vertical-align: middle;
}

.end {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-content: center;
	margin-bottom: 50px;
}

@media (max-width: 850px){
	
	.nav-button {
	display: block;
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 10000;
    cursor: pointer;
    color: white; 
    font-size: 2.75em;
    transition: 1000ms;
}

.nav-button:hover {
    color:#ED2224;
}

#nav-trigger {
    display: none;
}

nav {
    width: 100vw;
    height: 100vh;
    padding: 100px 0px;
	margin-top: 0px;
    background-color: black;
    opacity: 1; 
    transform: translateX(100vw); 
    transition: 500ms;
	position: absolute; 
	top: 10;
	}
	
nav nav {
	transform: translateX(0vw);
	background-color: black;
}
	
nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
	float: none;
	display: block;
}

nav ul li {
    display: block;
}

nav ul li a {
    display: block;
    width: 100vw;
  	 color: white;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	 text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    padding: 25px 0px;
    transition: 1000ms;
}

nav ul li a:hover {
    color: #ED2224;
   
}

input[type="checkbox"]:checked ~ nav {
    opacity: 1;
    transform: translateX(0vw);
}
	
.nav img {
	width: 25%;
	height: auto;
	float: none;
}
	
.about, .row03 {
	clear: both;
}

	.column2 {
		width: 100%;
	}
}
