@charset "UTF-8";

@font-face {
    font-family: 'Komika'; /* Desired name for webfont */
    src: url(webfonts/komikatitle_regular_macroman/KomikaTitle-webfont.woff);
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(webfonts/roboto_condensed_macroman/RobotoCondensed-Regular-webfont.woff);
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #FFFFFF;
	max-height: 1080px;
}
.stacking_start {
	background-color: #B3B3B3;
	background-repeat: no-repeat;
	background: url(../img/stacking-main-images/stacking_start.jpg);
	height: 1080px;
	max-width: 1920px;
	text-align: center;
}
#stackingdirections
{
	font-family: 'Roboto Condensed';
	top: 50%;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 35%;
	padding-left: 10%;
	padding-bottom: 10px;
	position: absolute;
}
.stackingtext {
	color: #ffffff;
	text-align: center;
	font-size: 120%;
	font-weight: 95%;
}
#back {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}