

@font-face {
    font-family: 'Downcome';
    src: url('../fonts/DOWNCOME.eot');
    src: url('../fonts/DOWNCOME.eot') format('embedded-opentype'),
         url('../fonts/DOWNCOME.woff2') format('woff2'),
         url('../fonts/DOWNCOME.woff') format('woff'),
         url('../fonts/DOWNCOME.ttf') format('truetype'),
         url('../fonts/DOWNCOME.svg#DOWNCOME') format('svg');
}

.container{
	
}

body{
	color: #fff;
	font-size: 18px;
	line-height: 1.6em;
	background-color: #000;
	font-family: "Lato", sans-serif;
}
.btn{
	font-size: 24px;
	font-weight: 700;	
	padding-left: 35px;
	padding-right: 35px;
}
.btn.btn-primary{
	background-color: #e4000f;
	border-color: #e4000f;
	
	
}
.btn.btn-primary:hover{
	background-color: #AB000A;
	border-color: #AB000A;
	
	
}
p:last-child{
	margin-bottom: 0 !important;
}
img{
	max-width: 100%;
	height: auto;
}
h1, .h1{
	font-family:'Downcome', Arial, "sans-serif";
	font-size: 120px;
	line-height: 1em;
}
.main-header{
	padding: 20px 0 100px 0;
	background-size: cover;
}
.main-header .copy-text{
	text-align: center;
	margin-top: -80px;
}
.main-header .copy-text p{
	font-family:'Downcome', Arial, "sans-serif";
	font-size: 40px;
	letter-spacing: 20px;
}
.main-header .copy-text h1{
	font-family:'Downcome', Arial, "sans-serif";
	font-size: 120px;
	line-height: 1em;
	margin-bottom: 60px;
}

 
.sp-img{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: all 0.5s ease;
}
.sp-img:hover{
	transform: scale(1.1);
}

.photo-section{
	border: 18px solid #e50010;
	padding: 10px 0;
}
.photo-section .inner-div{
	background-color: #e50010;
	padding: 12px;
}

.watchthem-section{
	background-position: left top;
	background-repeat: no-repeat; 
	    background-size: contain;
}
.watchthem-section h2{
	color: #e50010;
	
}
.spy-section{
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.spy-section h2{
	font-family:'Downcome', Arial, "sans-serif";
	font-size: 170px;
	line-height: 1em;
	padding-bottom: 35px;
	
}
.section-head p{
	font-family:'Downcome', Arial, "sans-serif";
	font-size: 40px;
	letter-spacing: 20px;
}
.peep-section .section-head h2{
	color: #e50010;
	font-size: 160px;
	
}
.room-card{
	background-color: #202020;
	padding: 3px;
	text-align: center;
}
.room-card .img-div{
	position: relative;
	padding: 5px 0;
}
.room-card .img-div img{
	 
}
.room-card h3{
	font-size: 50px;
	line-height: 1em;
	padding: 25px 0;
	font-weight: 900;
	
	background-color: #000;
}
.room-card .copy-div{
	background-color: #000;
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	padding-bottom: 35px;
}
.room-card .cta-div{ 
	padding: 15px 0;
}
.peep-section .bottom-div{
	background-color: #e50010;
	padding: 10px;
	margin-top: 60px;
}
.peep-section .bottom-div .inner{
	border:4px solid #000000;
	padding: 10px;
	text-align: center;
	font-size: 100px;
	font-family:'Downcome', Arial, "sans-serif";
	line-height: 1.2em; 
}
.peep-section .bottom-div .inner a{
	text-decoration: none;
	color: #fff;
}
.peep-section .bottom-div .inner span{
	color: #000;
}
.peep-section .container{
	max-width: 1730px;
}
