@media only screen and (max-width: 480px) 
{
body, html {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'brother-1816',sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: white;
}
#container {
	width:100%;
	min-height: 500px;
	text-align: center;
	font-size:18px;
	background: url("../images/snow.jpg");
	background-size: 100%;
	background-position: center;
	background-color:#0F9ED4;
}
.container-content {
	position: relative;
	bottom:auto;
	padding-top:12px;
}
.mobile-home, .mobile-home img {
	display: block;
	width: 100%;
}
.clear {
	clear: both;
}
/* Menu Styles */
#menu-holder {
	left: 0;
	top: 0;
	background-color:#0F9ED4;
	color: #000;
	width: 100%;
	z-index: 5000;
	padding:4px;
	position: fixed;
	height:40px;
}
#menu-holder {
	z-index: 0;
}
#menu {
	display:none;
}
.slicknav_menu {
	display:block;
	z-index:1000;
}
#menu li.logo, #menu li.logo a, #menu li .logo img {
	width:70px;
}
#social {
	float:right;
	width:20%;
	margin:0px 0px 24px 0px;
}
#social img {
	float: right;
	width:20px;
	height: auto;
	display: block;
	margin-right:12px;
}	

/* End Menu */

a.button {
	width:auto;
	background-color:#0F68E2;
	padding: 6px 12px;
	margin:12px auto;
	height:auto;
	color: #fff;
	display: block;
}
a.button:hover {
	background-color:#2588EF;
	text-decoration: none;
}
.clear {
	clear: both;
}
/* Page Styles */
#page-container {
	width:100%;
	min-height: 1000px;
	text-align: center;
	font-size:18px;
	/*background: url("http://www.snowedinmusical.com/images/snow.jpg") no-repeat;*/
	background-size: 100%;
	background-position: center;
	background-color:#0F9ED4;
	padding-bottom:200px;
}
#page-container.about-bkg {
	background-color:#0F9ED4;
	background-image: none;
}
#page-container.main-bkg {
	background-image: url("http://snowedinmusical.com/images/snow.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#page-two-colum {
	width:100%;
}
#page-content {
	/*position: absolute;*/
	text-align: center;
	width: 90%;
	font-size:18px;
	line-height: 26px;
	margin: 0px auto;
	padding: 60px 24px 24px;
	color:#fff;
	height: auto;
	overflow: scroll;
}
#page-content.media-page {
	padding-top:100px;
}
.page-copy {
	font-size:22px; 
	line-height: 34px;
	padding:12px;
	text-align: left
}
.page-copy a.button {
	text-align: left;
}

/* Cast Styles */

.team-holder .left {
	float: none;
	width: 100%;
	margin-right:0px;
}
.team-holder .left img {
	width: 50%;
	height:auto;
}
.team-holder .right {
	float: none;
	width: 100%;
	text-align: left;
	padding:12px;
}
.cast-thumb {
	float:none;
	width:50%;
	margin: 0px 48px 0px 48px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom:24px;
}
.cast-thumb img {
	width:100%;
	height:auto;
	margin-bottom:12px;
}
/* Footer */

#footer {
	width:100%;
	text-align: center;
	font-size:12px;
	position: fixed;
	bottom:0;
	left:0;
	background-image: url("http://snowedinmusical.com/images/snow-border.png");
	background-size: cover;
	background-position: center top;
	height:300px;
}
#footer.home {
	background-image: none;
	background:#7f7f7f;
	background:rgba(255,255,255,0.5);
	height: 20px;
}
.footer-text {
	width:100%;
	text-align: center;
	font-size:12px;
	position: fixed;
	bottom:0;
	left:0;
	padding-bottom:12px;
}
#media-holder {
	height: 450px;
	overflow: scroll;
	background:#7f7f7f;
	background:rgba(255,255,255,0.5);
	width: 100%;
	text-align: left;
}
}
</style>