@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
/*   padding-top: 50px; */
/*   padding-bottom: 20px; */
  font-family: Open Sans, Arial, sans-serif;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.jumbotron {
	background:url(../img/header-bg.jpg);
	background-size:cover;
	background-position: center center;
	margin-bottom: 0px;
/* 	padding:15rem 0 12rem; */
	padding:0;
	height:80vh;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.header-half {
	width:30%;
	height:80vh;
}
.left-side {
	float:left;
	background:url(../img/header-left.png) no-repeat;
	background-size:cover;
	background-position: top right;
}
.right-side{
	float:right;
	background:url(../img/header-right.png) no-repeat;
	background-size:cover;
	background-position: top left;
}
img#logo {
	max-width: 650px;
    display: block;
    position:absolute;
    margin: 120px auto;
    float: none;
    left: 0;
    right: 0;
}
}
.row {
	margin-left:0 !important;;
	margin-right:0 !important;	
}
img {
	width:100%;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 1280px;
 	max-height: 720px;
	margin-top: 2%;
	top: 90px;
    position: relative;
    vertical-align: middle;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.thumbnail {
	background-color:transparent;
	border:0px;
	border-radius:0px;	
}


h1,h2,h3,h4,h5 {
	font-family:Oswald, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
  font-family: Open Sans, Arial, sans-serif;
  text-transform: uppercase;
	font-weight:900;
	letter-spacing: 2px;
	line-height:2rem;
	font-size:14px;
}
.navbar {
	padding-top: 15px;
	font-weight: 700;
    text-transform: uppercase;
    border:0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar li {
	margin:0 5px;
}
.navbar>li>a {
	font-color:#e29d07 !important;
	transition: color 250ms ease;
}
.navbar>li>a:hover {
	color:#333 !important;
}
.navbar-transparent {
	background-color:transparent;
	border-color:transparent;
	padding-bottom: 40px;
}
.navbar-default .navbar-toggle {
	border:0px;
	background:#d09c27;
	color:white;
	transition: background 250ms ease;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background:#b68210 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:white;
}
.navbar-default .navbar-nav>li>a {
	color:white !important;
}
.navbar-right li {
	background:#e29d07;
	box-shadow: 0px 0px 40px #333;
	border-radius: 3px;
}
.navbar-right li a {
		font-color:white !important;
			transition: background 250ms ease !important;
}
.navbar-right li:hover {
	background:#b68210 !important;
}
/*
#nav-twitter, #nav-facebook {
	background:#e29d07;
	border-radius: 100px;
	height:40px;
	width:40px;
}
*/
.circle {
	width: 32px;
	height: 32px;
	background: #E29D07;
	color: #FFFFFF;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}

.circle:hover {
	background: #000000;
	color: #E29D07;
}

.circle:after {
	position: relative;
	top: 5px;
	left: 12px;
/* 	font-size: 1.2em; */
}

.nav-facebook:after {
	content: 'f';
}

.nav-twitter:after {
	content: 't';
}
#sm-link { 
	padding:10px 5px 0px;
}
#sm-link img {
	max-width:30px;
	transition: opacity ease;
	}
	#sm-link img:hover {
	opacity:.7;
	}
	
.input-group-btn:last-child>.btn {
	background:#e29d07;
	color:white;
	font-family:Open Sans, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.input-group, .input-group-btn {
	border:0px;
}
.btn-default {
	border:1px solid #e29d07;
}
.mc-button {
	background:#e29d07 !important;
	color:white;
	font-weight:800;
	border:0px;
	text-transform: uppercase;
	font-family:Open Sans, sans-serif;
	padding:6px 16px;
	letter-spacing: 1px;
	border-radius: 3px;
	transition: background 250ms ease;
}
.mc-button:hover {
	background:#b68210 !important;
}
#mc_embed_signup input.email {
	float:left;
	display:inline;
	width:100% !important;
	border:0px !important;
	margin-bottom:10px !important;
}
#mc_embed_signup .clear {
	float:left;
}
form.validate {
/* 	background: White; */
    float: right;
    width: 100%;
    border-radius: 3px;
    padding:0px !important;
}
section.black-section {
	background:black;
	color:white;
	padding:6rem 0;
	text-align: center;

}
section.black-section img {
	transition: opacity 250ms ease;
	max-width: 150px;
}
section.black-section #logo-row {
	margin-bottom:10px;
}
section.black-section img:hover {
	opacity: .5;
}
section.yellow-section {
	background:#252525 /* url(../img/dotpattern40.png) */;
	padding:9rem 0 20rem;

}
.yellow-section .row {
	margin:2rem 0;
}
.yellow-section iframe {
	width: 100%;
    height: 630px;
    margin: 0 auto;
    display: block;
    border:0;
}
section.merch-section {
	background:#ffe25a;
	padding:1rem 0 4rem;
	text-align: center;
}
section.blue-section {
	background:#2d84d6  /* url(../img/bluedotpattern50.png) */;
	color:white;
	text-align: center;
	padding:0 0 6rem 0;

}
a.team-link {
	color:#333;
}
.blue-section ul {
	list-style-type: none;
	padding:0;
	margin-bottom:30px;
	line-height:24px;
	font-family:Oswald, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
    line-height: 30px;
    color:#333333;
}
section.char-section h1 {
	text-align:center;
	font-size: 6rem;
/* 	transform:skewY(4deg); */
}
section.char-section table {
/* 	transform:skewY(4deg); */
}

section.char-section {
	padding:0;
	color:white;
	position:relative;
	top:-100px;
	 clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  -ms-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  -o-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.char-section .col-lg-3 {
/* 	padding:40rem 0 15rem; */
	padding:0;
}
.table>tbody>tr>td {
/* 	font-size:12px; */
	border:0px;
	padding:2px 5px;
	    text-align: left;
}
.table>tbody>tr>td:first-child {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
#character-1 {
	background:#fffa8a url(../img/square-pattern-darkyellow.png);
/* 		background:#fffa8a url(../img/minaCharacterSelect-900.png); */
	background-repeat:repeat;
	background-position: left bottom;
}
#character-2 {
	background:#fede57 url(../img/square-pattern-medyellow.png);
/* 	background: #fede57 url(../img/thrashCharacterSelect-900.png); */
	background-repeat:repeat;
	background-position: center bottom;
}
#character-3 {
	background:#fffa8a url(../img/square-pattern-darkyellow.png);
/* 	background: #fffa8a url(../img/kirinCharacterSelect-900.png); */
	background-repeat:repeat;
	background-position: center bottom;
}
#character-4 {
	background:#fede57 url(../img/square-pattern-medyellow.png);
/* 	background: #fede57 url(../img/ziggyCharacterSelect-900.png); */
	background-repeat:repeat;
	background-position: center bottom;
}
.char-inside {
	width:100%;
	padding: 35rem 0 10rem;
	background-repeat: no-repeat;
}
.char-mina {
	background:url(../img/Mina-800sq-gradient.png);
	background-position: center top;
	background-size: cover;
}

.char-thrash {
	background:url(../img/Thrash-800sq-gradient.png);
	background-position: center top;
	background-size: cover;
}
.char-ziggy {
	background:url(../img/Ziggy-800sq-gradient.png);
	background-position: center top;
	background-size: cover;
}
.char-kirin {
	background:url(../img/Kirin-800sq-gradientA.png);
	background-position: center top;
	background-size: cover;
}
footer {
	background:black;
	text-align: center;
	color:white;
	padding:12rem 0 5rem;
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);

}
div.footer-wrapper {
	background:#2d84d6  /* url(../img/bluedotpattern50.png) */;
	background-position: top center;
}
footer h1 {
	margin-bottom:5rem;
}
#footer-newspaper {
	background:#333;
	padding:3rem 0;
	margin:3rem 0;
}
#trinket-logo {
	width:350px;
}
#vendor-logo {
	max-width:180px;
}
@media screen and (max-width: 1200px) {
	section.char-section {
	 clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
    -moz-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  -ms-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  -o-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  }
  footer {
			clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
			  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
			  -moz-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
			  -ms-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
			  -o-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
		}
}

@media screen and (max-width: 991px) {
		.nav>li>a {
		    padding: 10px 5px;
		}
		.navbar-right>li>a {
			padding:10px 15px;
		}
			.jumbotron, .header-half {
		height:60vh;
		}
		img#logo {
	    max-width: 500px;
	    margin: 80px auto;
	    }
	    section.black-section #logo-row {
			margin-bottom:0px;
		}
		#vendor-logo {
			margin-top: 20px;
		}
		#sm-link {
		    padding: 5px 0;
		}
		section.char-section {
			clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
			-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
			-moz-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
			-ms-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
			-o-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
		}

		div#character-1, div#character-2, div#character-3, div#character-4 {
		    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
		    margin-bottom: -55px;
		    background-position:center top;
		}
		.char-section .col-lg-3 {
	    padding: 0;
		}
		.char-inside {
			padding: 25rem 0 6rem;
		}
		.yellow-section .col-md-4 {
			    margin: 15px 0;
		}
		.yellow-section .col-md-4:last-child {
			margin-bottom:0px;
		}
		.yellow-section .row {
			margin:0;
		}
		.yellow-section iframe {
		    width: 100%;
		    height: 400px;
	    }
	    .black-section {
		    text-align: center;
	    }
	    .black-section img {
		    max-width: 250px;
		    margin: 20px auto;
		    display: block;
	    }
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background:#333333;
		padding-bottom: 10px;
	}
	.navbar-nav {
		padding:0 10px;	
	}
	.jumbotron, .header-half {
		height:300px;
	}
	img#logo {
    max-width: 250px;
    margin: 80px auto;
    }
    #trinket-logo {
	    width:80%;
	   }

	
}

@media screen and (max-width: 400px) {

	.jumbotron, .header-half {
		height:250px;
	}
	img#logo {
    max-width: 200px;
    margin: 50px auto;
    }

	
}

