.landing-page {
	color: #041628;
}

.landing-page .btn-primary {
	color: #ffffff;
	background-color: #26a9e1;
	border-color: #26a9e1;
}

.landing-page .btn-round {
	border-radius: 50%;
}

.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
}

.landing-page .btn-fixed-width {
	width: 300px;
}

.landing-page .btn-how-it-works {
	color: #fff;
	font-size: 1.2em;
	text-shadow: 2px 2px 4px #000000;
}

.landing-header {
	min-height: 75vh;
	background-image: url("../../img/header-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.landing-header #landing-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
	display: none;
}

.landing-header .landing-content {
	position: relative;
	z-index: 2;
}

.landing-header .alert-container .alert:first-child {
	margin-top: 20px;
}

.landing-header .alert-container .alert:last-child {
	margin-bottom: 0;
}

.landing-header h1 {
	margin-top: 75px;
	margin-bottom: 75px;
	font-size: 50px;
	font-weight: bold;
}

.landing-header .lead {
	font-size: 24px;
	margin-bottom: 50px;
}

.landing-header .landing-signup {
	margin-bottom: 50px;
}

.landing-trainer {
	background-color: #26a9e1;
}

.landing-trainer h1 {
	margin-top: 50px;
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.landing-trainer .lead {
	margin-bottom: 24px;
	font-size: 16px;
}

.landing-trainer .landing-trainer-container {
	margin-bottom: 50px;
}

.landing-trainer .btn-primary {
	color: #ffffff;
	background-color: #041628;
	border-color: #041628;
}

.landing-trainer .btn-primary:hover,
.landing-trainer .btn-primary:focus,
.landing-trainer .btn-primary:active,
.landing-trainer .btn-primary.active,
.landing-trainer .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #243668;
	border-color: #243668;
}


.landing-features h1 {
	margin-top: 50px;
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.landing-features .lead {
	margin-bottom: 24px;
	font-size: 16px;
}

@media (min-width: 768px) {
	body {
		padding-top: 0 !important;
	}

	.landing-page .navbar-inverse {
		background-color: rgba(0,0,0, 0.25);
	}

	.landing-page .dropdown-menu.search-dropdown {
		top: 80px;
		background-color: rgba(0,0,0, 0.25);
	}

	.landing-page .btn-lg, .landing-page .input-lg {
		height: 60px;
		font-size: 20px;
		padding: 16px 20px;;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}

	.landing-page .input-fixed-width {
		width: 400px;
	}

	.landing-header {
		background-image: none;
		min-height: 100vh;
	}

	.landing-header #landing-video {
		display: block;
	}

	.landing-header .alert-container {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		height: 135px;
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.landing-header .alert-container .alert:first-child {
		margin-top: 0;
	}

	.landing-header h1 {
		margin-top: 135px;
		font-size: 65px;
		text-shadow: 2px 2px 4px #000000;
	}

	.landing-header .lead {
		font-size: 20px;
	}

	.landing-trainer {
		background-image: url("../../img/trainer-bg.jpg");
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.landing-trainer h1 {
		margin-top: 88px;
		margin-bottom: 24px;
		font-size: 36px;
		text-align: left;
	}

	.landing-trainer .lead {
		margin-bottom: 37px;
		font-size: 20px;
	}

	.landing-trainer .landing-trainer-container {
		width: 340px;
		margin-bottom: 100px;
	}

	.landing-features h1 {
		margin-top: 0;
		margin-bottom: 24px;
		font-size: 36px;
		text-align: left;
	}

	.landing-features .lead {
		margin-bottom: 37px;
		font-size: 20px;
	}

	.landing-features .landing-features-features {
		margin-top: 87px;
		padding-right: 380px;
		background-image: url("../../img/landing/features-img.png");
		background-position: right center;
		background-repeat: no-repeat;
	}

	.landing-features .landing-features-progress {
		margin-top: 69px;
		padding-left: 380px;
		background-image: url("../../img/landing/progress-img.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	.landing-features .landing-features-database {
		margin-top: 69px;
		margin-bottom: 30px;
		padding-right: 380px;
		background-image: url("../../img/landing/database-img.png");
		background-position: right center;
		background-repeat: no-repeat;
	}
}

@media (min-width: 992px) {
	.landing-trainer .landing-trainer-container {
		width: 440px;
	}

	.landing-features .landing-features-features, .landing-features .landing-features-database {
		margin-right: 50px;
		padding-right: 450px;
	}

	.landing-features .landing-features-progress {
		margin-left: 50px;
		padding-left: 450px;
	}
}

@media (min-width: 1200px) {
	.landing-trainer .landing-trainer-container {
		width: 530px;
	}

	.landing-features .landing-features-features, .landing-features .landing-features-database {
		margin-right: 95px;
		padding-right: 515px;
	}

	.landing-features .landing-features-progress {
		margin-left: 95px;
		padding-left: 515px;
	}
}
