body {
  width: 100%;
  margin: 0;
  background: transparent;
  color: #0c0a34;
  background-image: url('https://scrtisland.com/img/surf3.png');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  
}


.intro_text {
  width: 400px; margin: 0 auto;
}

.video {margin-bottom: 30px; width: 560px; margin-left: auto; margin-right: auto;}

h1 {
 
}

h2 {
 
}


a {
	text-decoration: none;
	
}

a:hover {
	
	color: #ff00ff;
}

.wrapper {width: 800px; margin: 20px auto; text-align: center;}

.list_container {text-align: center; width: 350px; margin: 10px auto;}

.list_container ul {list-style: none; margin: 0; padding: 0;}

.surf {width: 600px; margin: 0 auto;}

.small {font-size: 10px;}

ul li {margin-top: 3px;}

@media only screen and (max-width: 800px) {
 
 .wrapper {width: 90%; margin: 20px auto; text-align: center;}
.surf {width: 90%; }

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

body {font-size: 20px;}


}

