/* Header CSS */

body {
	margin:0px;
	font-family: 'Inconsolata', monospace;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.fs-header {
	width: 100%;
	height: 130px;
	background-color: #151515;
}
.fs-header a {
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.fs-header a:hover {
	border-bottom: solid 2px #fff;
    padding-bottom: 15px;
}
.fs-header-logo {
	height: calc(100%);
}
.fs-mobile-header {
	display: none;
}
.fs-mobile-nav {
	height: 500px;
    background-color: #151515;
	display: none;
}
.fs-mobile-nav a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.fs-mobile-nav a:hover {
	border-bottom: solid 2px #fff;
    padding-bottom:15px;
}

.fs-mobile-button {
	color: #fff;
	background-color: transparent;
	font-size: 2rem;
	padding: 45px;
	border-style: none;
}
@media only screen and (max-width: 792px) {
	.fs-header {
    	display: none;
    }
	.fs-mobile-header {
		display: block !important;
    	width: 100%;
    	height: 130px;
    	background-color: #151515;
	}
}

/* inner CSS */

.fs-inner {
	max-width: 1280px;
	margin: auto;
	display: flow-root;
}
@media only screen and (max-width: 1280px) {
	.fs-inner {
		max-width: 960px;
		margin: auto;
	}
}
@media only screen and (max-width: 1050px) {
	.fs-inner {
		max-width: 720px;
		margin: auto;
	}
}

/* Landing CSS */

.fs-landing-item-medium {
	width: calc(50% - 15px);
	height: 150px;
	background-size: cover;
	background-position: center;
	float: left;
	position: relative;
	margin: 7.5px;
	font-family: 'Inconsolata', monospace;
	color: #fff;
}
.fs-landing-item-medium a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
.fs-landing-item-large {
	width: calc(100% - 15px);
	height: 150px;
	background-size: cover;
	background-position: center;
	float: left;
	position: relative;
	margin: 7.5px;
	font-family: 'Inconsolata', monospace;
	color: #fff;
	background-size: cover;
	background-position: center;
}
.fs-landing-item-large a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
.fs-landing-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	line-height: 150px;
	letter-spacing: .2rem;
    display: flow-root;
}
.fs-landing-overlay h1 {
	text-transform: uppercase;
	margin-top: 10px;
}
.fs-landing-overlay h2 {
	margin-top: 0px;
}
.fs-banners {
	background-size: cover;
	background-position: center;
	height:175px;
	width: 100%;
	color: #fff;
}
.fs-banners font {
	display: block;
}
.fs-banners select{
	display: block;
	margin-top: -50px;
}

#fs-top {
	background-image: url('../images/assets/banner-top.webp');
}
#fs-read {
	background-image: url('../images/assets/landing-read.webp');
}
#fs-play {
	background-image: url('../images/assets/landing-play.webp');
}
#fs-watch {
	background-image: url('../images/assets/landing-watch.webp');
}
#fs-listen {
	background-image: url('../images/assets/landing-listen.webp');
}
#fs-cookies {
	background-image: url('../images/assets/landing-cookies.webp');
}
#fs-wiki {
	background-image: url('../images/assets/landing-wiki.webp');
}
#fs-faq {
	background-image: url('../images/assets/landing-faq.webp');
}
#fs-godspeed {
	background-image: url('../images/assets/landing-godspeed.webp');
}
#fs-bottom {
	background-image: url('../images/assets/banner-bottom.webp');
}

@media only screen and (max-width: 560px) {
	.fs-landing-item-medium {
		width: calc(100% - 15px);
	}
}

/* Generic Button CSS */

.fs-coffee-button-medium {
	width: 70%;
	height: 50px;
	border-radius:5px;
    margin: auto;
	background-color: #f7d600;
	border: solid 1px #000;
}
.fs-coffee-button-large {
	width: 100%;
	height: 50px;
	border-radius:5px;
	margin: auto;
	background-color: #f7d600;
	border: solid 1px #000;
}
.fs-coffee-button-medium img {
	height: calc(100% - 20px);
	margin: 10px;
}
.fs-coffee-button-large img {
	height: calc(100% - 20px);
	margin: 10px;
}

/* FAQ Page CSS */

.fs-faq-body {
	height: 100%;
	height: fit-content;
	position: relative;
}
.fs-faq-header {
	height: 50px;
	width: calc(90% - 15px);
	background-color: #151515;
	border-radius:5px 5px 0px 0px;
	border: solid 1px #151515;
	text-align:left;
	line-height: 50px;
	color: #fff;
	padding-left: 15px;
}
.fs-faq-content {
	height: fit-content;
	width: calc(90% - 30px);
	background-color: #fff;
	border-radius:0px 0px 5px 5px;
	border: solid 1px #151515;
    padding:15px;
	text-align:left;
	margin-bottom:15px;
}

/* Download Page CSS */

.fs-download-container {
	width: 70%;
	margin: auto;    
}
.fs-download-container font {
	font-weight: bold;    
}
.fs-download-container a {
	text-decoration: none;
	color: #000;
}
.fs-download-button {
	width: 100%;
	height: 50px;
	border-radius:5px;
	border: solid 1px #000;
	margin: auto;    
	line-height: 50px;
	font-weight: bold;
	overflow: hidden;
}
.fs-download-button img {
	height: calc(100% - 20px);
	margin: 10px;
}

/* Cookies Page CSS */

.fs-cookies-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 700px;
	color: #fff;
}
.fs-cookies-video {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
    filter: brightness(0.3);
}

/* Footer CSS */

.fs-footer {
	width: 100%;
	height: fit-content;
	background-color: #151515;
	position: absolute;
}
.fs-cookies {
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: 50px;
}
.fs-footer-section {
	width: calc(25% - 30px);
	height: auto;
	color: #fff;
	float: left;
	position: relative;
	padding:15px;
}
.fs-footer-section a {
	text-decoration: none;
	color: #fff;
}
.fs-footer-section a:hover {
	border-bottom: solid 2px #fff;
	padding-bottom:5px;
}
.fs-footer-image {
	width:20%;
}
@media only screen and (max-width: 956px) {
	.fs-footer-section {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 560px) {
	.fs-footer-section {
		width: calc(100% - 30px);
	}
}