html, body {
	width: 100%;
	height: 100%;
}

a:hover {
	color: #24c7d6;
}

.btn-primary, .carousel-indicators li {
	background-color: #0a7f8a !important;
}

.btn-primary:hover, .carousel-indicators li.active {
	background-color: #24c7d6 !important;
}

.md-form input:focus {
	border-color: #fff;
}

.form-control, .form-control:focus {
	color: #fff;
}

.logo img {
	width: 30px;
}

.navbar {
	background-color: #000000 !important;
	padding: .8rem;
}

.navbar-nav li {
	padding-left: 20px;
}

.nav-link {
	color: #fff !important;
	font-size: 1.1em !important;
}

.nav-link.active {
	color: #24c7d6 !important;
}

.grey-slide {
	background-color: rgb(21,21,21);
}

.grey-slide .card {
	background-color: #292929;
}

.black {
	background-color: #000000;
}

.black, .grey-slide {
	color: #ffffff;
}

.carousel-inner img {
	width: 100%;
    height: 40vw;
    object-fit: cover;
}

.carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-caption h1 {
	font-size: 500%;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #000;
}

.carousel-caption h3 {
	font-size: 200%;
	font-weight: 500;
	text-shadow: 1px 1px 1px 10px #000;
	padding-bottom: 1rem;
}

.welcome {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
}

.welcome hr {
	border-top: 2px solid #24c7d6;
	width: 95%;
	margin-top: .3rem;
	margin-bottom: 1rem;
}

.card-img-top {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

#fixed, #fixed2 {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

figure {
	margin: 0;
}

.fa-battery-full {
	color: #24c7d6;
}

.fa-dumbbell {
	color: #6d4A00;
}

.fa-smile-beam {
	color: #24c7d6;
}

.fa-battery-full, .fa-dumbbell, .fa-smile-beam {
	font-size: 4em;
	margin: 1rem;
}

footer {
	background-color: rgb(21,21,21);
	color: #d5d5d5;
	padding-top: 2rem;
}

hr.light {
	border-top: 1px solid #24c7d6;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

footer .logo img {
	width: 150px;
}

footer a {
	color: #fff;
}

hr.light-100 {
	border-top: 1px solid #24c7d6;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

@media (max-width: 992px) {
	.carousel-inner img {
		height: 60vw;
	}

	.carousel-caption {
		top: 50%;
	}
	
	.carousel-caption h1 {
		font-size: 350%;
	}
	
	.carousel-caption h3 {
		font-size: 140%;
		font-weight: 400;
		padding-bottom: .2rem;
	}

	.carousel-caption .btn {
		font-size: 95%;
		padding: 8px 14px;
	}

	#me button {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.welcome {
		width: 100%;
	}

	.card-img-top {
		height: 50vw;
	}

	.carousel-caption {
		top: 50%;
	}
	
	.carousel-caption h1 {
		font-size: 250%;
	}
	
	.carousel-caption h3 {
		font-size: 140%;
		font-weight: 400;
		padding-bottom: .2rem;
	}

	.carousel-caption .btn {
		font-size: 95%;
		padding: 8px 14px;
	}

	.display-4 {
		font-size: 200%;
	}

	.card.top {
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.carousel-caption {
		top: 50%;
	}
	
	.carousel-caption h1 {
		font-size: 150%;
	}
	
	.carousel-caption h3 {
		font-size: 100%;
		font-weight: 400;
		padding-bottom: .2rem;
	}

	.carousel-caption .btn {
		font-size: 90%;
		padding: 4px 8px;
	}

	.carousel-indicators {
		display: none;
	}

	.display-4 {
		font-size: 160%;
	}
}

.md-form input:focus, .md-form textarea:focus {
	border-bottom: 1px solid #24c7d6 !important;
	box-shadow: 0 1px 0 0 #24c7d6 !important;
}

.md-form label.active {
	color: #24c7d6 !important;
}