body, html { 
  margin: 0; padding: 0;
  background: transparent;
  
  font-family: arial, verdana, sans-serif;
  
}

a {
	text-decoration: none;
	color: white;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-weight: bold;
}

#bg-picture {
	background: url("pix/snow_bg2a.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	width: 100%; height: 100%;
	
	z-index: -9999;
	
	position: fixed;
	top: 0; left: 0;
}

#splash-page {
	width: 100%; height: 100%;
}

#tour-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-weight: bold;
	
	
	margin-top: 20px;
	margin-left: 30px;
	
	float: left;
}

#home-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: bold;
	
	
	margin-top: 20px;
	margin-left: 30px;
	
	float: left;
}

#shop-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-weight: bold;
	
	
	margin-top: 20px;
	margin-right: 30px;
	
	text-align: right;
	
	float: right;
}

#tour-link a, #shop-link a, #home-link a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

#tour-link a:hover, #shop-link a:hover, #home-link:hover {
	color: rgba(255,255,255,.95);
}

#preorder-page, #videos-page, #tour-page, #contact-page, #social-links {
	padding-top: 1em;
}

#tour-page {
	background-color: rgba(0,0,0,.5);
}

#contact-page {
	background-color: rgba(0,0,0,.5);
}

#social-links {
	background-color: rgba(0,0,0,.5);
}

#social-links img {
	width: 32px;
	height: 32px;
	
	margin: 20px;
}

#social-links img:hover {
	opacity: .9;
}

#preorder-page {
	margin-bottom: 1em;
}

.yellow-button {
	display: inline-block;
	
	padding: 0;
	
	color: #000;
	background-color: #ffe474c0;
	border-radius: 8px;
}

.yellow-button a {
	display: inline-block;
	padding: .5em 1em;

	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 32px;
}

.yellow-button a:hover {
	color: #48443d;
}

#tourdates-container {
	width: 75%;
	padding-bottom: 60px;
}


.middle-wrapper {
	width: 75%;
	padding-bottom: 60px;
}

#title-date {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#title-date img {
	max-width: 90%; max-height: 100%;
	width: auto; height: auto;
	opacity: 1;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper2 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contact-table {
	margin: 0; padding: 0; border-collapse: collapse;
}

#contact-table td {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	
	padding: 20px 60px 20px 60px;
}

#contact-table b {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
}

#copyright {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
}

.back-arrow-white {
	width: auto;
	height: 25px;
	position: relative;
	top: -2px;
	left: 0;
	margin-right: 5px;
}