@charset "utf-8";
/* CSS Document */

body {background-color:#000000; margin-left:auto; margin-right:auto;}
h1 {color:#00FF00;
text-align:center;
padding:20px;
font-size:2.7em}
h2 {color:#FF6600;
text-align:center;
padding:10px;
font-size:1.5em}
h3 {color:#CCCCCC;
text-align:center;
font-size:1.2em;
clear:both}
h4 {color:#FF0033;
font-family:Geneva, Arial, Helvetica, sans-serif}
p {color:#00FF00;
font-family:Arial, Helvetica, sans-serif}
li {text-align:left;
color:#FFFFFF}
li a:link {color:#FFFFFF;
text-decoration:none}
li a:visited {color:#00FF00;
text-decoration:none}
li a:hover {color:#0033FF;
text-decoration:underline;
font-weight:bold}
p a:link {color:#FFFFFF;
text-decoration:none}
p a:visited {
	color:#FFFFFF;
	text-decoration:underline}
p a:hover {color:#0033FF;
text-decoration:underline;
font-weight:bold}
a:link {color:#FF6600;
text-decoration:none}
a:visited {color:#00FF00;
text-decoration:none}
a:hover  { color:#0033FF; text-decoration: underline; font-weight: bold }
a.navlink  { color:#000066; text-decoration: none; font-weight: bold }
a.eventlink { text-decoration: none }
a.greenlink { color: green; text-decoration: none }
a.purplelink { color: purple }
address {color:#FFCC66; text-align:center; padding:10px; font-size:1em; margin-top:10px}
.crew {background-color:#333333; width:500px; clear:none; float:left; border:groove; padding-bottom:10px; padding-top:10px}
.crew img {margin-left:10px; margin-right:20px; height:240; width:250; float:left}
#header {background-color:#003366}
#navbar {background-color:#333333}
.left {float:left;
width:505px;
margin-bottom:30px}
.right {float:right;
width:508px;
margin-bottom:30px}
#left {float:left;
width:500px;
margin-bottom:30px;
clear:both}
#right {float:right;
width:505px;
margin-bottom:30px;
clear:right}
#fauxwrap {width:1020px;
margin-bottom:10px;
background-color:#000000;
background-repeat:repeat-y;
margin-right:auto;
margin-left:auto}
#fauxwrap2 {width:1020px;
background-color:#000066;
background-repeat:repeat-y}
#footer {background-color:#003366;
clear:both}

.clubpic {
      align-items: center;
      margin: auto;
      width: 505px;
  }

  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 500px;
  height: 270px;
  padding: 2px 3px 2px 4px;
  display: inline-block;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  float: left;
  width: 250px;
  height: 270px;
  align-items: center;
  justify-content: center;
  }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #00FF00;
  color: #000;
  flex-direction: column;
  display: flex;
  border-radius: 10px 0 0 10px;
}

.flip-card-front img {
height: 240px;
width: 240px;
}

/* Style the back side */
.flip-card-back {
  background-color: #333333;
  color: white;
  border-radius: 0 10px 10px 0;
} 

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper > .flip-card {
  white-space: normal;
  padding: 2px 4px 2px 4px;
}

hr {
  clear: both;
  height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
  
}

.crewpage {
  clear:left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.video {margin: auto; width: 50%;}