/**
 * Base styles
 **/

@font-face {
	font-family: "flash-bold";
	src: url("../fonts/flash_bold-webfont.eot?#iefix");
	src: url("../fonts/flash_bold-webfont.eot?#iefix") format("eot"), url("../fonts/flash_bold-webfont.woff") format("woff"), url("../fonts/flash_bold-webfont.ttf") format("truetype"), url("../fonts/flash_bold-webfont.svg") format("svg");
}

/* Background color */
.jass-slider {
	background-color: #303135;
}

/* Button colors */
.jass-slider .cta-button-container a {
	color: #303135;
	background-color: #ffe500;
}
.jass-slider .cta-button-container a:hover {
	color: #fff;
	background-color: #3b3a38;
}

/* Title */
.jass-slider .jass-title {
	position: relative;
	text-align: center;
	color: #fff;
	font-family: "flash-bold";
	letter-spacing: -0.025em;
	text-shadow: 1px 4px 8px rgba(0, 33, 0, .95);
}

/* Logo */
.jass-slider .jass-logo {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('../images/jass_logo.png') center no-repeat;
	background-size: contain;
}

/**
 * Desktop styles
 **/
@media screen and (min-width: 1021px) {
	/* Background images */
	.jass-slider {
		background-image: url('../images/jass_teaser_desktop.jpg');
	}

	/* Button position and size */
	.jass-slider .cta-button-container {
		bottom: 300px;
	}
	.jass-slider .cta-button-container a {
		padding: 25px 60px;
	}

	/* Title */
	.jass-title {
		top: 30px;
		font-size: 7rem;
		line-height: 6rem;
	}

	/* Logo */
	.jass-slider .jass-logo {
		width: 276px;
		height: 160px;
	}
}

/**
 * Tablet styles
 **/
@media screen and (min-width: 768px) and (max-width: 1020.9px) {
	/* Background images */
	.jass-slider {
		background-image: url('../images/jass_teaser_tablet.jpg');
	}

	/* Button position and size */
	.jass-slider .cta-button-container {
		bottom: 350px;
	}
	.jass-slider .cta-button-container a {
		padding: 25px 60px;
	}

	/* Title */
	.jass-title {
		top: -20px;
		font-size: 6rem;
		line-height: 6rem;
	}

	/* Logo */
	.jass-slider .jass-logo {
		width: 200px;
		height: 160px;
	}
}

/**
 * Mobile styles
 **/
@media screen and (max-width: 767.9px) {
	/* Background images */
	.jass-slider {
		background-image: url('../images/jass_teaser_mobile.jpg');
	}

	/* Button position and size */
	.jass-slider .cta-button-container {
		bottom: 50%;
	}
	.jass-slider .cta-button-container a {
		padding: 20px 30px;
	}

	/* Title */
	.jass-title {
		top: 0;
		font-size: 3.2rem;
		line-height: 3.5rem;
	}

	/* Logo */
	.jass-slider .jass-logo {
		width: 138px;
		height: 250px;
		right: -20px;
	}
}

/* Extra in-between for mobile */
@media screen and (min-width: 450px) and (max-width: 767.9px) {
	/* Title */
	.jass-title {
		top: 0;
		font-size: 4rem;
		line-height: 4.5rem;
	}
}