*{
    margin: 0;
    padding: 0;
}
header{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(background.png);
    height: 100vh;
    background-position: center;
    background-size: 100% 100%;
}
.Soon{
    top: 73%;
    left: 37%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}
.Soon h1
{
	color:#132937;
}
h1{
    font-size: 65px;
    letter-spacing: 15px;
}
hr{
    width: 50%;
    margin: 30px auto;
    border: 1.5px solid #DEB679;
}
p{
    font-size: 20px;
    margin-bottom: 30px;
}
#launch{
    font-size: 40px;
    word-spacing: 20px;
	color:#DEB679;
}
#myVideo 
	{
		position: fixed;
		right: 0;
		bottom: 0;
		min-width: 100%;
		min-height: 100%;
	}
			
			.subtitle {
				color: #ffffff;
				font-size: 18px;
				font-weight: 400;
				letter-spacing: 1px;
				margin: 28px 0;
				text-align: center;
				text-transform: uppercase;
			}
			#newsletter {
	margin: 0 auto;
	max-width: 588px;	
}

#newsletter-form {
	position: relative;
}

#newsletter-form .form-field {
	margin-right: 180px;
}

#newsletter-form .form-submit {
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}

#newsletter_email,
#newsletter_submit {
	display: block;
	width: 100%;
	height: 47px;
}

#newsletter_email {
	font-style: italic;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Open Sans',sans-serif;
}

/* Social */
.social {
	margin: 28px 0;
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 4px;
}

/* Modal toggle */
#main .modal-toggle {
	bottom: 42px;
	height: 42px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.modal-note {
	color: #dadada;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

input,
textarea {
	background: #ffffff;
	color: #000;
	border-radius:5px;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	padding: -1px 15px;
	text-transform: capitalize;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
input[type="submit"] {
	background: #D02B25;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background: #ffffff;
	color: #D02B25;
	outline: 0;
}

.form-field {
	position: relative;
}

.form-field label {
	font-size: 14px;
}

.form-field span.error {
	background: #D02B25;
	color: #f7f7f7;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;
	position: absolute;
	left: 6px;	
	text-transform: uppercase;
	top: 50px;
}

.form-wrap .loading {
	height: 42px;
	margin: 0 auto 28px;
	text-align: center;
}

.form-wrap .success {
	color: #dadada;
	font-family: 'open sans', serif;
	min-height: 42px;
	text-align: center;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #a9a9a9;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.placeholder {
	color: #a9a9a9;
}

/* 05 - Responsive images 
-------------------------------------------------*/
.content img {
	height: auto;
	max-width: 100%;
}

/* 06 - Custom text styles 
-------------------------------------------------*/
.subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 28px 0;
	
	text-align: center;
	text-transform: uppercase;
}

#modal .section-title {
	margin-bottom: 42px;
}

/* 07 - Icons 
-------------------------------------------------*/
.social .icon,
.modal-toggle .icon {
	background: #ffffff;
	border-radius: 50%;
	color: #D02B25;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.social .icon:hover,
.modal-toggle .icon:hover {
	background: #D02B25;
	color: #ffffff;
}


/* 08 - Preload 
-------------------------------------------------*/
#preload {
	background: #D02B25;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 998;
}

#preload-content {
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
	z-index: 999;
}

.preload-text {
	color: #9E0047;
	font-family: 'open sans', serif;
	font-size: 14px;
	text-align: center;
}

.preload-spinner {
	margin: 0 auto 14px;
	text-align: center;
}

.bullet1,
.bullet2,
.bullet3 {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	animation-name: bounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #FFFFFF;
	display: inline-block;
	height: 50px;
	margin: 0 -1px;
	opacity: 0.6;
	width: 5px;
}

.bullet1 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bullet2 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bounce {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bounce {
	0%, 80%, 100% { -moz-transform: scale(0.0) }
	40% { -moz-transform: scale(1.0) }
}
@keyframes bounce {
	0%, 80%, 100% { transform: scale(0.0) }
	40% { transform: scale(1.0) }
}

/* 09 - Basic Structure
-------------------------------------------------*/
.wrap {
	min-height: 100%;
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 40px 24px;
}

#main {
	position: relative;
}

#main .inner {
	max-width: 816px;
	padding-bottom: 126px;
	padding-top: 84px;
}

#modal {
	background: #1f1f1f;
	background: rgba(31,31,31,0.8);
	display: none;
	left: 0;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 997;
}

#modal .inner {
	max-width: 612px;
}

/* 10 - Background Pattern 
-------------------------------------------------*/
.body-bg {
	background: url(../images/pattern.png) repeat rgba(0,0,0,0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* 11 - About Us
-------------------------------------------------*/

.modal-toggle.fade-in a { font-family: 'pacifico'; color: #D02B25; text-decoration: none;  }
.modal-toggle.fade-in a:hover {  text-decoration: underline;  }

/* Modal toggle */
#modal .modal-toggle {
	margin-bottom: 30px;
	text-align: center;
}
.one-full > p { font-size: 14px; line-height: 24px; }

/* 12 - No JS
-------------------------------------------------*/
.no-js #timer,
.no-js .modal-toggle,
.no-js #preload {
	display: none;
}

/* 13 - Media Queries
-------------------------------------------------*/


@media only screen and (max-width: 680px) {
	h1 {
		font-size: 36px;
	}
	.countdown_amount {
		font-size: 48px;
	}
}

@media only screen and (max-width: 540px) {
	.one-half {
		width: 100%;
	}	
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 30px;
	}
	.countdown_section {
		padding: 28px 6px 28px;
	}
	.countdown_amount {
		font-size: 42px;
		padding-bottom: 7px;
	}
	#newsletter-form .form-field {
		margin: 0 0 14px;
	}
	#newsletter-form .form-submit {
		margin: 0 auto;
		position: static;
		right: auto;
		top: auto;
	}
}

@media only screen and (max-width: 360px) {
	.countdown_section {
		font-size: 10px;
		padding: 21px 6px;
	}
	.countdown_amount {
		font-size: 36px;
	}
}

.screen-reader-text {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.logo
{
	position:relative;
	z-index:10000;
	top:20px;
	width:20%;
	text-align:Center;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
	.logo {
		width:70%;
	}
	.Soon
	{
		width:60% !important;
	}
	h1
	{
		letter-spacing: 1px !important;
		margin-top: 20px;
	}
	#launch {
	  word-spacing: 2px;
	  font-size:25px;
	}
}















