/* ==================================================================
Template Specific Styles (Custom CSS here)
================================================================== */

/*	Monday Motivation(Animating Colors)
-------------------------------------------------------------- */
@font-face {
	font-family:'Captureit-Regular';
	src: url('../fonts/Captureit.eot');
	src: url('../fonts/Captureit.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Captureit.woff') format('woff'),
	url('../fonts/Captureit.ttf') format('truetype'),
	url('../fonts/Captureit.svg#Captureit-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

.centered {
	max-width: 90%;
}

.sven-footer {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

#mobileapp {
	font-family:'Captureit-Regular';
	letter-spacing: 0.125em;
	background: none transparent;
	text-transform: uppercase;
}

#mobileapp h1 {
	-webkit-text-stroke: 0px;
}

/* Main Text */
#mobileapp .lt-main {
	font-weight: 700;
	font-size: 2.64em;
}

/* Sub Text */
#mobileapp .lt-sub {
	color: #fff;
}

/* Sub Text Background Box Color */
#mobileapp .lt-boxed {
	background: none transparent;
}

#mobileapp .img-responsive {
	max-width: 50%;
}

/* Set Preloader Background*/
.loader-container {
	background: none #F3F3F1;
}

.sk-three-bounce .sk-child, .sk-spinner-pulse, .sk-double-bounce .sk-child, /* Preloader Color */
.video-play-button:before, .video-play-button:after, /* "GO" button color */
.coming-soon .btn, /* "Subscribe" button on lt-sub */
.sven-info .btn:after /* "Subscribe" button on footer */
{
	background: none #172261;
}

.loader::after {
	opacity: 1;
}

#scene-1 {
	color: #172261;
}

#scene-6 {
	color: #27C2F0;
}

#scene-2 {
	color: #290E04;
}

#scene-7 {
	color: #EF4136;
}

#scene-3 {
	color: #ED5552;
}

#scene-8 {
	color: #542755;
}

#scene-4, #scene-9 {
	color: #F0592D;
}

#scene-9 {
	color: #270110;
}

#scene-5 {
	color: #92A31D;
}

#scene-10 {
	color: #ED1367;
}

.controls-nav a, .speed-label span {
	color: #EF3646;
}

.hashtag {
	font-family: 'Captureit-Regular';
	letter-spacing: 0.125em;
	color: #EF3646 !important;
	z-index: 5;
}

/* ==================================================================
Responsive styles
================================================================== */

/* Small Devices, Tablets
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {

	#mobileapp {
		letter-spacing: 0.25em;
	}

	#mobileapp .lt-main {
		font-size: 4.4em;
	}

}

/* Medium Devices, Desktops, Laptops
-------------------------------------------------------------- */
@media only screen and (min-width : 1224px) {

	#mobileapp {
		letter-spacing: 0.375em;
	}

	#mobileapp .lt-main {
		font-size: 6em;
	}

}

/* Large Devices, Wide Screens
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
	#mobileapp {
		letter-spacing: 0.5em;
	}

	#mobileapp .lt-main {
		font-size: 8em;
	}

}