@font-face {
	font-family: triplicate_a;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/triplicate_a_regular.woff2') format('woff2');
}

@font-face {
	font-family: triplicate_a;
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/triplicate_a_italic.woff2') format('woff2');
}

@font-face {
	font-family: triplicate_a;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/triplicate_a_bold.woff2') format('woff2');
}

@font-face {
	font-family: triplicate_a;
	font-style: italic;
	font-weight: bold;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/triplicate_a_bold_italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/PlayfairDisplay-Regular.ttf');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	font-display: auto;
	src: url('../fonts/PlayfairDisplay-Bold.ttf');
}

body {
	font-family: triplicate_a;
}

header {
	background-color: rgba(26, 26, 26, 0);
	text-shadow: 2px 2px rgba(0, 0, 0, 1);
	background: rgba(26, 26, 26, 1);
}

header a {
	color: #dadada;
	text-decoration: none;
}

#header-background {
	display: none;
}

.dark-bg {
	background: transparent !important;
}

header ul li a {
	margin-right: 1rem;
	font-size: 1.3rem;
}

header h2, header ul {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
}

header, footer {
	color: rgba(225,223,219,1);
}

footer {
	background: rgba(26, 26, 26, 1);
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}

section {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

section h1, section h2, section h3, section h4, section h5, section h6 {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 5px;
}

section.dark-color {
	background-color: rgba(48,48,51,1);
	color: rgba(225,223,219,1);
}

section.dark-color h1, section.dark-color h2, section.dark-color h3, section.dark-color h4, section.dark-color h5, section.dark-color h6 {
	color: rgba(187,183,175,1);
}

section.light-color {
	background-color: rgba(225,223,219,1);
	color: rgba(33,33,33,1);
}

ul.social-media-links {
	list-style: none;
	padding: 0;
}

ul.centered {
	text-align: center;
}

ul.social-media-links li {
	display: inline-block;
	position: relative;
}

ul.social-media-links li a {
	color: #dadada;
	text-transform: uppercase;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 2.0rem;
}

ul.social-media-links li a:hover {
	color: #0a58ca;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

.content {
	padding-top: 10px;
	padding-bottom: 50px;
}

a.anchor {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}

.go-to-top {
	font-size: 0.8rem;
}

a {
	transition: all 0.25s ease-in;
}

@media (min-width: 801px) {
	header {
		height: 50px;
		position: fixed;
		top: 0;
		text-shadow: 2px 2px rgba(0, 0, 0, 1);
		background: transparent;
	}
}

@media (min-width: 801px) {
	#header-background {
		background: rgba(26, 26, 26, 1);
		display: none;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
}

@media (max-width: 800.90px) {
	.dark-bg {
		background: rgba(26, 26, 26, 1) !important;
	}
}

@media (min-width: 769px) {
	section#byteswrangler-img {
		min-height: 500px;
		background: transparent;
	}
}

@media (max-width: 768.90px) {
	section#byteswrangler-img {
		min-height: 300px;
		background: transparent;
	}
}

@media (max-width: 768px) {
	.centered {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}

@media (min-width: 801px) {
	header nav ul {
		position: absolute;
		right: 10px;
	}
}
