/*!
 * torium.org
 *
 * Copyright 2012 Brad Koehn @daresayer
 * 
 * 
 *
 * 
 */


@font-face {
    font-family: 'CopseRegular';
    src: url('../fonts/Copse-Regular-webfont.eot');
    src: url('../fonts/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Copse-Regular-webfont.woff') format('woff'),
         url('../fonts/Copse-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "CopseRegular", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #39a4ca;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}

.room{
	margin: 40px auto;
	width: 800px;
	padding-top: 10px;
	position: relative;
}

.box {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	z-index: 2;
	width: 100px;
	height: 100px;
	background: #c60000;
}

.move{
	
	cursor: pointer;
}


/* responsive */
@media (max-width: 480px) {
	.jumbotron h1 {
		font-size: 42px;
		line-height: 1;
	}

}

