.picture { background-image: url(/images/splash_skate.jpg); width: 960px; height: 640px;
	margin-right: auto;
	margin-top: 30px;
	margin-left: auto;
}
.menu { font-size: 16px; font-family: arial; width: 100%; height: auto; padding: 5px 5px 5px 35px;text-align: center;
	display: inline-block;
}

/* My Comment */
.nonski { text-decoration: none; padding: 5px; }
.nodot {list-style-type: none; margin: 0; padding: 0;}
a:link { color: #f7f7f7; text-decoration: none; }
a:visited { color: #f7f7f7}
a:hover { color: #e6b920; text-decoration: none; }



#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;

}

h2 {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-font-smoothing:antialiased;
	font: 100 8em/1em "Helvetica Neue", Arial, sans-serif;
	margin-top: 20px;
	padding-left: 25px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

h3 {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	font: 100 48px/48px "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 20px;
	padding-left: 25px;
	margin-top: -100px;
}

td {
	padding-right: 25px;
}

.contain {
	width: 100%;
	text-align: center;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

h2 {
	font-size: 5.5em;
	line-height: 1.5em;
} 

h3 {
	margin-top: -60px;
}}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 

h2 {
	font-size: 5.5em;
	line-height: 1.5em;
} 

h3 {
	margin-top: -60px;
}}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

h2 {
	font-size: 5.5em;
	line-height: 1.5em;
} 

h3 {
	margin-top: -60px;
}}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {  

h2 {
	font-size: 5.5em;
	line-height: 1.5em;
} 

h3 {
	margin-top: -60px;
}}
