@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@100;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");

:root {
	--color-links: #FFFFFF;
	--color-discord: rgb(88, 101, 242);
	--color-zs-red: rgb(158, 3, 19);
	--navigation-hover: rgba(255, 0, 0, 1);
	--bg-dark: #1f1f1f;
	--bg-darkest: #090909;
	--text-light: #f0e8e8;
	--text-yellow: rgb(214, 175, 18);
	--text-family-lora: "Lora", sans-serif;
}

.u-text-yellow {
	color: var(--text-yellow) !important;
}

a {
	text-decoration: none;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/bg/background-final-final.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	background-color: #000;
	display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}

/* NOT USED 
.noise {
	background-image: url("../images/noisy-texture.png");
	background-repeat: repeat;
} 
*/

/* bootstrap overrides */
.container {
	max-width: 1350px;
}

.topNavigation svg {
	color: var(--color-links);
}

.topNavigation a p:hover.topNavigation a p:hover>.topNavigation svg:hover {
	color: var(--color-zs-red);
	border-bottom: 2px solid var(--color-zs-red);
}

h1 {
	font-family: "Lora", sans-serif;
	font-size: 5rem;
	font-weight: 100;
	line-height: 1.5;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 1275px;
	height: 100px;
}

h1 span {
	font-size: 40px;
	margin-left: 40px;
}

.message {
	background-color: rgba(0, 0, 0, 0.479);
	border: 3px solid #0200019d;
	padding: 15px 0;
	color: var(--text-yellow);
	display: block;
	font-weight: 900;
	overflow: hidden;
	position: absolute;
	padding-left: 0.5rem;
	top: 0.2rem;
	animation: openclose 10s ease-in-out infinite;
}

.word1,
.word2,
.word3 {
	font-family: "Lora", sans-serif;
}

@keyframes openclose {
	0% {
		top: -2rem;
		width: 0;
	}

	5% {
		width: 0;
	}

	15% {
		width: 1225px;
	}

	30% {
		top: -2rem;
		width: 1225px;
	}

	33% {
		top: -2rem;
		width: 0;
	}

	35% {
		top: -9.5rem;
		width: 0;
	}

	38% {
		top: -9.5rem;

	}

	48% {
		top: -9.5rem;
		width: 1095px;
	}

	62% {
		top: -9.5rem;
		width: 1095px;
	}

	66% {
		top: -9.5rem;
		width: 0;
		text-indent: 0;
	}

	71% {
		top: -17rem;
		width: 0;
		text-indent: 5px;
	}

	86% {
		top: -17rem;
		width: 1110px;
	}

	95% {
		top: -17rem;
		width: 1110px;
	}

	98% {
		top: -17rem;
		width: 0;
		text-indent: 5px;
	}

	100% {
		top: 0;
		width: 0;
		text-indent: 0;
	}
}

section {
	padding: 5rem 0;
}

#introduction {
	margin-top: 200px;
	min-height: 650px;
	padding: 0;
}

#discord {
	overflow: hidden;
	padding: 0;
	border-top: 10px solid var(--color-discord);
	border-bottom: 10px solid var(--color-discord);
	height: 400px;
}

#discord::before {
	content: "";
	background-image: url("../images/bg/discord-wallpaper.png");
	background-size:cover;
	opacity: 0.6;
	background-color: var(--color-discord);
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}


#featuredContent {
	background: rgb(10, 10, 10);
	background: linear-gradient(0deg, rgba(3, 3, 3, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

#featuredContent::before {
	content: "";
	background-image: url("../images/textures/smokey_background.png");
	background-size: cover;
	bottom:50rem;
	top:0;
	right:0;
	left:0;
	opacity: 0.5;
	background-color:rgba(0, 0, 0, 0.479);
	position: absolute;
}

#playNow::before {
	content: "";
	background-image: url("../images/bg/home_screen.png");
	background-size:cover;
	opacity: 0.1;
	background-color: var(--text-light);
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.discord-iFrame {
	padding-top: 2rem;
}

.u-discord {
	background-color: #0f0f0fcf;
  	padding: 2rem;
    padding-bottom: 2rem;
	width: 570px;
	border-radius: 8px;
	padding-bottom: 2.5rem;
	margin-top:-25px;
}

.u-discord .u-headline {
	font-size: 2.5rem;
	font-family: "Lora";
	text-shadow: 2px 2px 6px var(--bg-darkest);
}


.areYouReady {
	font-size: 4.5rem;
	color: var(--text-light);
	font-family: "Lora", sans-serif;
	text-transform: uppercase;
}

.content-box,
.card {
	background-color: var(--bg-dark);
	border: 6px solid var(--bg-darkest);
	border-radius: 0;
	background-image: url("../images/textures/card-background.jpg");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}

#playNow .card, #download .card {
	height: 310px;
	width: 375px;
	max-height: 325px;
	max-width: 400px;
}

.c-text-secondary {
	font-family: "Lora", sans-serif;
	color: var(--text-yellow)
}

h1,
h2,
h3,
h4,
h5,
.h3 {
	color: var(--text-light);
}

p {
	color: var(--text-light);
	margin: auto;
	padding-left: 10px;
}

.center-text {
	text-align: center;
}

.home-menu {
	list-style-type: none;
	display: inline;
}

.navbar .navbar-nav .nav-link {
	font-size: 1rem;
	color: var(--color-links);
	text-transform: uppercase;
	font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover {
	color: var(--navigation-hover);
}

.c-nav__logo {
	width: 250px;
	height: auto;
}

.c-header p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat", "Roboto", sans-serif;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
}

.c-header,
.c-footer {
	font-family: "Montserrat";
}

.c-footer {
	font-size: 12px;
	border-top: #270000;
	background-color: #080000c2
}

/* Buttons */
.c-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 1rem;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-links);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid var(--text-light);
	border-radius: 6px;
}

.c-button_large {
	font-size: 2rem;
	padding: 0.7rem 4rem;
}

.c-button_primary {
	background: var(--color-zs-red);
	background: linear-gradient(0deg, var(--color-zs-red) 0%, rgba(250, 0, 25, 1) 50%, var(--color-zs-red) 100%);
	border: 1px solid rgba(250, 0, 25, 1);
	border-radius: 0;
	font-weight: 600;
	color: var(--text-light);
}

.c-button_discord {
	background: var(--color-discord);
	background: linear-gradient(0deg, rgb(81, 82, 239) 0%, var(--color-discord) 100%);
	border: 1px solid var(--color-discord);
}

button:hover{
	-webkit-box-shadow: 0px 0px 50px -10px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 50px -10px rgba(255,0,0,1);
	box-shadow: 0px 0px 50px -10px rgba(255,0,0,1);
	-webkit-filter: brightness(110%);
    filter: brightness(110%);
}

 button.c-button_discord:hover { 
	-webkit-box-shadow: 0px 0px 15px 0px var(--color-discord);
	-moz-box-shadow: 0px 0px 15px 0px var(--color-discord);
	box-shadow: 0px 0px 15px 0px var(--color-discord);
}

.c-play_now_button {
	margin-top: 5rem;
}

.u-headline {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 3rem;
	font-family: "Lora", sans-serif;
	color: var(--text-light);
	text-shadow: 2px 2px 6px #000;
}

.u-seperator {
	padding: 2px;
	width: 10%;
	margin: 1rem auto 3rem;
}

#featuredContent .u-seperator {
	background: radial-gradient(circle, var(--color-zs-red) 0%, rgba(250, 0, 25, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

#download .u-seperator, .u-discord .u-seperator {
	background: radial-gradient(circle, var(--color-zs-red) 0%, rgb(250, 0, 25) 50%, rgba(15, 15, 15, 0.81) 100%) !important;
}