html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	color: black;
}



.wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 100%;
}

.social a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0px;
}

.social a span {
	display: none;
}

.social .icon {
	background-size: contain;
	background-repeat: no-repeat;
}

.social .facebook {
	background-image: url(../img/social/facebook-black.png);
}

.social .twitter {
	background-image: url(../img/social/twitter-black.png);
}

.social .youtube {
	background-image: url(../img/social/youtube-black.png);
}

.social .cart {
	background-image: url(../img/social/cart-black.png);
}

.social .music {
	background-image: url(../img/social/music-black.png);
}

.social .facebook:hover {
	background-image: url(../img/social/facebook-yellow.png);
}

.social .twitter:hover {
	background-image: url(../img/social/twitter-yellow.png);
}

.social .youtube:hover {
	background-image: url(../img/social/youtube-yellow.png);
}

.social .cart:hover {
	background-image: url(../img/social/cart-yellow.png);
}

.social .music:hover {
	background-image: url(../img/social/music-yellow.png);
}


/* HEADER STUFF */

header {
	position: relative;
	max-width: 1000px;
	width: 100%;
	height: 45vw;
	max-height: 400px;
	min-height:300px;
}

header .logo {
	position: absolute;
	top: 20px;
	left: 15%;
	width: 100%;
	max-width: 181px;
	height: 136px;
	background: transparent url(../img/logo.png) no-repeat center center;
	background-size: contain;
	z-index: 10;
}

header .cast {
	position: absolute;
	bottom: 0px;
	left: 2vw;
	width: 96vw;
	max-width: 960px;
	height: 30vw;
	background: transparent url(../img/cast.jpg) no-repeat bottom center;
	background-size: contain;
	z-index: 2;
}

header .social {
	z-index: 3;
	position: absolute;
	top: 55px;
	right: 4vw;;
	width:250px;
	text-align:center;
		display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-end;

}

header .mailingList {
	z-index: 4;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	text-shadow: 0 0 5px #000;
	position: absolute;
	top: 15px;
	right: 4vw;
	width: 240px;
}

#mc_embed_signup{
	width:250px;
	display:block;
	text-align:center;
	border-radius:20px;
	overflow:hidden;
	border:1px solid #CCC;
	font-family:'Arial';
}

#mc_embed_signup .input input{display:inline-block; position:relative; border:none;height:15px;padding:5px 15px; width:85%;font-family:'Verdana', 'Arial'; font-size:0.7em; }
#mc_embed_signup .submit input{display:inline-block; position:relative; border:none;height:25px;padding:5px; width:100%; background-color:red;color:white;
	font-family:'Verdana', 'Arial'; font-size:0.7em; text-transform: uppercase;}

#mc_embed_signup .input{display:inline-block;margin:0; padding:0; width:65%;height:100%; float:left;}
#mc_embed_signup .submit{display:inline-block; margin:0; padding:0; width:35%; height:100%;}



/* END of HEADER STUFF */

.content-wrapper {
	margin: 0 10px;
	box-shadow: 0 0 150px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 5;
	max-width: 1200px;
	padding: 30px 23px;
	background-color: white;
}
.content-wrapper:before 
{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    top:22px;
    left:23px;
    right:23px;
    bottom:-2px;
}



.content {
	padding: 20px 40px;
	position:relative;
}

.content h1{color:black; text-transform: uppercase;font-size:1.5em;}
.content p{ line-height:1.75em;font-weight:300;}

.content a {
	color: black;
	text-decoration: none;
	font-weight: 300;
	cursor: pointer;
}


/* MENU STUFF */

.ruby-logo {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.main-nav-toggle{
	position:absolute;
	display:none;
	top:-10px; left:-10px;
	overflow:hidden;
	width:200px; height:200px;
}
.ribbon {
	display:block;
	position: absolute;
	width: 300px;
	height: 40px;
	top:50px;
	left: -80px;
	text-align:center;
	font-weight: 700;
	font-size:1.2em;
	line-height:1.0em;
	background-color:#d61a1f;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d61a1f, #c60000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d61a1f, #c60000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d61a1f, #c60000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d61a1f, #c60000); /* Standard syntax */
	transform:rotate(-45deg);
	box-shadow: 0 0 10px #000;
	margin:0;
	padding:15px 0 0 0 ;
	
}
.main-nav {
	margin: 0 -15px;
	padding: 14px 0 0 0;
	background-image: url(../img/menu/tl-red.png), url(../img/menu/tr-red.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-size: 15px;
	overflow:visible;
}
.main-nav .links {
	background-color: #d61a1f;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
}
.main-nav .links a, .main-nav-toggle a {
	position:relative;
	color: white;
	cursor: pointer;
	font-size: 1.05em;
	line-height: 1.05em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 2px;
	margin: 0 5px;
	text-align: center;
}


.main-nav .links .home{ width:29px; height:26px; background:transparent url(../img/home-icon.jpg) no-repeat center center;}
.main-nav .links .home span{display:none;}
.main-nav .links .active{ position:absolute; left:50%;margin-left:-11px;bottom:-13px; width:22px; height:14px; background:transparent url(../img/active-arrow-red.png) no-repeat center center;}
/* END of MENU STUFF */

#sponsors {
	margin-top:40px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}

#sponsors .links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
}

#sponsors a {
	padding: 5px;
}

#copyright {
	font-size: 0.65em;
	text-align: center;
	padding: 0 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
		margin:0px;
		padding:20px 0;
		border-top:1px solid #f5f5f5;
		border-bottom:1px solid #f5f5f5;
	}
	.gallery a{ display:inline-block; margin:10px 0; width:200px; height:150px; overflow:hidden; overflow:hidden; border:3px solid white; box-shadow:  0 0 12px rgba(0,0,0,0.25);}


@media (max-width:850px){
	.main-nav .links{align-items: center
	}
}

@media (max-width:550px){
	h1, h2{text-align:center;}
	header {height:450px; max-height:100%;}
	header .logo{width:100vw;position:relative;;left:0;max-width:100%;}
	header .mailingList{position:relative; padding:20px;margin:0 auto; right:0; text-align:center;top:10px;}
	header .social{position:relative;left:5vw; width:80vw; text-align:center; margin:0; padding:0 20px;top:10px;}
}
.full-width {
	margin-left:-40px;
	margin-right:-40px;
	text-align:center;
}
.full-width img{max-width:100%; max-height:100%;}
.no-padding{margin-left:-40px; margin-right:-40px;}

