@import url("bootstrap.min.css");

body {
	background-color: #17191b;
	color: white;
}

p,
.card-text {
	font-size: 18px;
}

.btn-primary:hover {
	background-color: #e55dac;
}

a {
	color: #e55dac;
}

.reynard-header {
	position: relative;
	background-color: #17191b;
	height: 1000px;
	width: 100%;
	width: auto;
}

.reynard-section.video {
	margin-bottom: 30px;
}

.header-image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.stars {
	background-image: url("../img/stars.png");
}

.characters {
	background-image: url("../img/characters.png");
}

.moon {
	background-image: url("../img/moon.png");
	animation: MoveUpDown 10s ease-in-out infinite;
}

.logo {
	background-image: url("../img/logo.png");
}

.btn-primary {
	background-color: #6c349d;
	font-size: 1.7rem;
	border: none;
}

.store-links-parent {
	z-index: 1;
	margin-bottom: 1rem;
}

.store-links a {
	margin: 0.5rem;
}

.steam {
	background-color: #333333;
}

.humble {
	background-color: #cb272c;
}

.itch {
	background-color: #fa5c5c;
}

.kartridge {
	background-color: #5116dc;
}

.card {
	border: none;
	background-color: transparent;
}

.img-thumbnail {
	border-radius: 0;
	border: none;
	padding: 0;
	background: none;
}

.testimonials {
	height: 200px;
}

.testimonials .carousel {
	height: 100%;
	display: flex;
	align-items: center;
}

.testimonials .carousel-item {
	height: 100%;
	text-align: center;
	margin: auto;
	font-size: 24px;
}

.testimonial {
	color: #96a5ab;
}

.story strong {
	color: #e55dac;
}

.story {
	background-image: url("../img/TileBG.png");
	background-position: center center;
	/* border: solid #52636f;
	border-width: 4px;
	border-right: none;
	border-left: none; */
}

.story-row {
	/* background: #6C349D; */
	margin-bottom: 20px;
	/* background-image: linear-gradient(#17191b, #6C349D, #17191b);   */
}

.story-row h2 {
	padding-bottom: 20px;
}

.sm-hide {
	display: none;
}

.features-list {
	font-size: 18px;
	/* display: inline-block; */
	/* padding: 0; */
	/* list-style: none; */
	padding-left: 20px;
}

.gallery {
}

.gallery img {
	padding-bottom: 32px;
}

@keyframes MoveUpDown {
	0%,
	100% {
		top: -80px;
	}
	50% {
		top: -20px;
	}
}

@media (max-width: 1199.98px) {
	.reynard-header {
		height: 700px;
		padding: 0;
	}

	@keyframes MoveUpDown {
		0%,
		100% {
			top: -20px;
		}
		50% {
			top: 0px;
		}
	}
}

@media (max-width: 991.98px) {
	@keyframes MoveUpDown {
		0%,
		100% {
			top: -20px;
		}
		50% {
			top: 0px;
		}
	}
}

@media (max-width: 767.98px) {
	.reynard-header {
		height: 500px;
	}
}

@media (max-width: 575.98px) {
	.btn-lg {
		padding: 5px;
		font-size: 16px;
	}

	.reynard-header {
		height: auto;
	}

	.header-image {
		display: none;
	}

	.testimonials .carousel-item {
		font-size: 18px;
	}

	.store-links-parent {
		margin: 0;
	}

	.sm-hide {
		display: inline-block;
	}

	.logo-mobile {
		margin-top: 60px;
	}

	.logo-mobile > img {
		max-width: 100%;
		height: auto;
	}

	.story img {
		max-height: 200px;
	}
}
