@import url('https://fonts.googleapis.com/css?family=Allerta');

body {
	background-color: #333;
	margin: 0;
}

a {
	color: #CEFF51;
	font-family: Allerta, sans-serif;
	text-decoration: none;
}

a.button {
	background-color: #CEFF51;
	color: black;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

p {
	color: #CECECE;
	font-family: Allerta, sans-serif;
	line-height: 1.7;
}

h1 {
	color: #CECECE;
	font-family: Allerta, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

header {
	align-items: center;
	background-color: black;
	display: flex;
	gap: 40px;
	justify-content: center;
}

header a {
	padding-top: 10px;
	padding-bottom: 10px;
}

header img {
	width: 150px;
	display: block;
}

header #links {
	display: flex;
	gap: 1rem;
}

li {
	color: #CECECE;
	font-family: Allerta, sans-serif;
	list-style: none;
}

.description {
	display: flex;
	margin: 0 auto;
	max-width: 800px;
}

.description img {
	max-width: 400px;
	object-fit: cover;
}

.description p {
	line-height: 1.7;
	margin: 0;
	padding: 1rem;
}

#about-trex {
	background-attachment: fixed;
	background-image: url('https://img.trex-arms.com/ironside_landing_page/blueprint.png?auto=compress&w=2000');
	background-position: 50%;
	background-size: cover;
	overflow: visible;
	object-fit: cover;
	padding: 5rem;
	text-align: center;
}

#about-trex > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 825px;
}

#about-trex h1 {
	margin-top: 0;
}

#about-trex ul {
	display: flex;
	gap: 4rem;
	padding: 0;
}

#ironside-logo-background {
	background-attachment: fixed;
	background-image: url('https://img.trex-arms.com/ironside_landing_page/IronsideWide.jpg?auto=compress&w=1920');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.ironside-logo {
	height: auto;
	width: 100%;
	max-width: 814px;
}

#holster-description .ironside-logo {
	display: none;
}

#video-background {
	background-color: black;
	padding: 2rem 0;
}

#video-size-container {
	margin: 0 auto;
	max-width: 800px;
}

#video-aspect-ratio {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#video-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 699px) {
	header {
		flex-direction: column;
		gap: 0;
	}

	header #links {
		margin-bottom: 10px;
	}

	#about-trex {
		padding: 2rem;
	}

	#about-trex ul {
		flex-direction: column;
		gap: 2rem;
		margin: 2rem 0;
	}

	#carrier-description {
		flex-direction: column-reverse;
	}

	#holster-description {
		flex-direction: column;
	}

	#holster-description .ironside-logo {
		display: block;
		position: absolute;
	}

	#ironside-logo-background {
		display: none;
	}

	.description img {
		max-width: unset;
	}
}
