body {
	margin: 0;
		background-color: #fff;
}



.red {
	background-color: #000;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Oswald', sans-serif;
}

h1, h2, h3, h5, h6 {
	color: #0077B9;
	border-bottom: solid 5px #FF6600;
	width: 50%;
	text-align: left;
}


img {
	width: 90%;
	height: auto;
}

a {
	display: block;
	text-align: center;
	line-height: 50px;
	color: #0077B9;;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.5s ease-in-out;
	z-index: 2; 
margin: 0;
}

nav {
	display: none;
}

.main {
	width: 100%;
	margin: 0 auto;
}

.logo {
	width: 200px;
	padding: .5% 1%;
	background: #FF6600;
	position: absolute;
	left: 2%;
}

.logo img {
	width: 100%;
	height: auto;
}


ul { 
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 80%;
	float: right;
}

li { display: inline-block;
	margin: 0 2%;
	height: 100%;
		

}



.nav { 
	width: 100%;
	float: right;
	position: absolute;
	margin: 0;
	z-index: 3;
	display: block;
}

#dropnav {
	float: right;
	width: 50%;

}



.nav {
	background-color: #000;
}

 li a { display: block;
	width: 90px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.5s ease-in-out;
	z-index: 2; 
margin: 0;
padding: 2% 0;
}

 li:hover a { 
		color: #FF6600

	}


.selected {
	background-color: #581845;
	height: 100%;
}



@keyframes slidy {
0% { left: 0%; }
8% { left: 0%; }
24% { left: -100%; }
36% { left: -100%; }
48% { left: -200%; }
60% { left: -200%; }
72% { left: -100%; }
84% { left: -100%; }
96% { left: 0%; }
}


figure { 
  margin: 35px 0 0 0;
  font-size: 0;
}

div#captioned-gallery { 
  width: 100%; 
  overflow: hidden; 
}
figure.slider { 
  position: relative; 
  width: 500%;
  font-size: 0; 
  animation: 20s slidy infinite; 
}
figure.slider figure { 
  width: 20%; 
  height: auto;
  display: inline-block;  
  position: inherit; 

}
figure.slider img { 
	width: 100%; 
	height: auto; 
}






.left {
	width: 45%;
	float: left;
	margin-left: 5%;
}

.right {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.leftS {
	width: 56%;
	float: left;
	padding: 0 0 0 2%;
}

.rightS {
	width: 40%;
	float: right;
	margin: .5% 0;
}

.rightS img, .leftS img {
	width: 80%;
}

.serv ol {
	width: 50%; 
	float: left;
	margin: 0;
	padding: 0;
}

.serv ol li {
	display: block;
	float: none;
	margin: 2% 0;
	width: 98%;
	color: #0077B9;
}

.serv a {
		color: #0077B9;
}

.serv {
	border: none;
	width: 100%;
	padding: 1% 0% 3% 0%;
	margin: 0;
}

.soon {
	margin: 0%;
	padding: 1% 3% 3% 3%;
	border-right: 10px solid #EAEAEA;
}

div.tab {
    margin: 1% 0;
    background-color: #fff;
    padding: 1% 3% 3% 3%;
}

.tab img {
	float: left;
	width: 33%;
}


iframe {
	width: 90%;
}

.footer {
	width: 100%;
	background-color: #000;
}


.footer ul.social {
	width: 50%;
	display: block;
	float: none;
	margin: 0 auto;
}

.footer ul.social li {
	width: 10%;
	margin: 2% 0;
}

.footer ul.social a {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0; 
	display: inline-block;
}

.footer ul.social a.facebook {
	background-image: url('../SVG/facebook2.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer ul.social a.instagram {
	background-image: url('../SVG/instagram.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer ul.social a.patreon {
	background-image: url('../SVG/patreon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer ul.social a.youtube {
	background-image: url('../SVG/youtube.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer ul.social a.email {
	background-image: url('../SVG/mail.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}
/*team*/

.squares {
	width: 100%;
	float: left;
		background-color: #fff;
}

.box {
	position: relative;

}


#panel1, #panel2, #panel3, #panel4, #panel5, #panel6, 
#flip1, #flip2, #flip3, #flip4, #flip5, #flip6 {
    padding: 5px;
    margin: 0;
    
}

#flip1, #flip2, #flip3, #flip4, #flip5, #flip6 {
	width: 33.3333%;
	float: left;
	height: 0;
	text-align: center;
	padding-bottom: 25%;
	overflow: hidden;
	border: none;
	margin: 0;

}

#flip1 h3, #flip2 h3, #flip3 h3, #flip4 h3, #flip5 h3, #flip6 h3 {
	margin: 30% auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 30px;
}

#flip1 {
   background-size: 50%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/Chandra.png') no-repeat;
    background-position: center;		
}

#flip2 {
	background-size: 50%;
	background: linear-gradient(
      rgba(198, 219, 88, 0.55), 
      rgba(198, 219, 88, 0.55) ), url('../images/Me1.png') no-repeat;
      background-position: center;	
}

#flip3 {
		background-size: 50%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/ralph.png')no-repeat;
    background-position: center;		
}

#flip4 {
		background-size: 50%;
	background: linear-gradient(
		rgba(198, 219, 88, 0.55), 
     	rgba(198, 219, 88, 0.55) ), url('../images/Danjo.png')no-repeat;
    background-position: center;		
}

#flip5 {
		background-size: 50%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/kevin.png')no-repeat;
    background-position: center;		
}

#flip6 {
		background-size: 50%;
	background: linear-gradient(
      rgba(198, 219, 88, 0.55), 
      rgba(198, 219, 88, 0.55) ), url('../images/face.png')no-repeat;
    background-position: center;		
}


#panel1, #panel2, #panel3, #panel4, #panel5, #panel6 {
    padding: 0px;
    display: none;
    width: 100%;
    float: left;
}

#panel1 blockquote, #panel2 blockquote, #panel3 blockquote, #panel4 blockquote, #panel5 blockquote, #panel6 blockquote {
font-size: 20px;
width: 80%;
margin: 2% 0 5% 5%;
color: #fff;
}

#panel1 h4, #panel2 h4, #panel3 h4, #panel4 h4, #panel5 h4, #panel6 h4 {
font-size: 35px;
width: 80%;
margin: 2% 0 1% 5%;
color: #fff;
}

#panel1, #panel3, #panel5  {
	background: #0077B9;	
}

#panel2, #panel4, #panel6 {
	background: #FF6600;	
}

/*LB PAGE*/

.LBros {
	width: 100%;
	background-image: url('../images/LBbanner1.jpg');
	background-size: 100%;
	background-position: center;
	height: auto;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 1% 0;
}

.RBot {
	width: 100%;
	background-image: url('../images/RBB.png');
	background-size: 100%;
	background-position: center;
	height: auto;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 1% 0;
}

.game {
	width: 70%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	margin: 15% auto; 
	padding: 6% 0;
}

.game ul li {
	margin: 10px;
	width: 5%;
}

.game ul li img {
	width: 30px;
	height: 30px;
	margin: 0;
}

.game p {
	color: #fff;
	font-size: 18px;
}

img.video {
	margin: 15% 0 0 0;
}

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

.left {
	width: 90%;
	float: none;
	margin-left: 5%;
}

.right {
	width: 90%;
	float: none;
	margin-left: 5%;
}

.leftS {
	width: 90%;
	float: none;
	padding: 0 0 0 2%;
}

.rightS {
	width: 90%;
	float: none;
	margin: .5% 0;
}

.rightS h3 {
	margin-left: 5%;
}

.rightS img, .leftS img {
	width: 80%;
}

.soon {
	margin: 0%;
	padding: 1% 0 3% 3%;
	border-right: none;
}

.serv ol {
	width: 50%; 
	float: left;
	margin: 0;
	padding: 0;
}

.serv ol li {
	display: block;
	float: none;
	margin: 2% 0;
	width: 98%;
}


.serv {
	border: none;
	width: 95%;
	padding: 1% 0% 3% 5%;
	margin: 0;
}

nav {
	display: block;
}

#menu a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menu a:hover
{
  color: tomato;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 300px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

.nav {
	display: none;
}


.game {
	width: 90%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	margin: 5% auto; 
	padding: 6% 0;
}

.game ul li {
	margin: 10px;
	width: 5%;
}


.game ul li img {
	width: 30px;
	height: 30px;
	margin: 0;
}

.game h2 {
	width: 90%;
}

.game p {
	color: #fff;
	font-size: 18px;
}

/*team*/

.squares {
	width: 100%;
	float: left;
		background-color: #fff;
}

.box {
	position: relative;

}


#panel1, #panel2, #panel3, #panel4, #panel5, #panel6, 
#flip1, #flip2, #flip3, #flip4, #flip5, #flip6 {
    padding: 5px;
    margin: 0;
    
}

#flip1, #flip2, #flip3, #flip4, #flip5, #flip6 {
	width: 50%;
	float: left;
	height: 0;
	text-align: center;
	padding-bottom: 50%;
	overflow: hidden;
	border: none;
	margin: 0;
	position: relative;

}

#flip1 h3, #flip2 h3, #flip3 h3, #flip4 h3, #flip5 h3, #flip6 h3 {
	margin: 30% auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 25px;
}

#flip1 {
   background-size: 40%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/Chandra.png') no-repeat;
    background-position: center;		
}

#flip2 {
	background-size: 40%;
	background: linear-gradient(
      rgba(198, 219, 88, 0.55), 
      rgba(198, 219, 88, 0.55) ), url('../images/Me1.png') no-repeat;
      background-position: center;	
}

#flip3 {
		background-size: 40%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/ralph.png')no-repeat;
    background-position: center;		
}

#flip4 {
		background-size: 40%;
	background: linear-gradient(
		rgba(198, 219, 88, 0.55), 
     	rgba(198, 219, 88, 0.55) ), url('../images/Danjo.png')no-repeat;
    background-position: center;		
}

#flip5 {
		background-size: 40%;
	background: linear-gradient(
      rgba(20, 53, 122, 0.55), 
      rgba(20, 53, 122, 0.55) ), url('../images/kevin.png')no-repeat;
    background-position: center;		
}

#flip6 {
		background-size: 40%;
	background: linear-gradient(
      rgba(198, 219, 88, 0.55), 
      rgba(198, 219, 88, 0.55) ), url('../images/face.png')no-repeat;
    background-position: center;		
}


#panel1, #panel2, #panel3, #panel4, #panel5, #panel6 {
    padding: 0px;
    display: none;
    width: 100%;
    float: left;
}

#panel1 blockquote, #panel2 blockquote, #panel3 blockquote, #panel4 blockquote, #panel5 blockquote, #panel6 blockquote {
font-size: 18px;
width: 100%;
margin: 2% 0 5% 5%;
color: #fff;
}

#panel1 h4, #panel2 h4, #panel3 h4, #panel4 h4, #panel5 h4, #panel6 h4 {
font-size: 25px;
width: 100%;
margin: 2% 0 1% 5%;
color: #fff;
}

#panel1, #panel3, #panel5  {
	background: #0077B9;	
}

#panel2, #panel4, #panel6 {
	background: #FF6600;	
}


}