

h1{
  
	position: static;
	top:160px;
  left: 30px;
	font: 400 100px/1.2 'Merienda One', Helvetica, sans-serif;
}
h2{
  
  
	font: 400 100px/1.2 'Merienda One', Helvetica, sans-serif;
}
ul {
  list-style-type: none;
  margin: 0
  padding: 0;
  overflow: hidden;
  background-color: black;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #333;
}
   #trans2 {
  background: url('court.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

			
}
#trans2home {
  background: url('george.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background:black;
			
}
.parallaxhome {
  /* The image used */
  background:black;background-image: url("george.png");

  /* Set a specific height */
  min-height: 100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.parallax {
  /* The image used */
  background:black;background-image: url("court.jpg");

  /* Set a specific height */
  /*min-height: 100px;*/ 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.parallaxposter {
  /* The image used */
  background:black;background-image: url("poster.jpeg");

  /* Set a specific height */
  /*min-height: 100px;*/ 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%,100%;
}

iframe {
position: relative;
	top:350px;
  
  width: 99%;
  height: 650px; 
  
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 10%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;

}

