*,
::after,
::before {
	box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
ul,
var {
	border: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	font-family: "Poppins", sans-serif;
}
/* Header */
header .navbar {
	padding-top: 15px !important;
	padding-bottom: 18px !important;
	background: linear-gradient(
		60deg,
		rgb(249, 138, 2) 0%,
		rgba(249, 157, 28, 1) 70%,
		rgba(255, 203, 5, 1) 100%
	);
}
.logo {
	height: 5vw;
	margin: -0.5vw 0;
	width: 4vw;
	vertical-align: top;
	border: none;
}
#nav-heading {
	font-size: 2.5vw;
	display: inline-block;
	font-weight: 900;
	color: #2e0273;
	text-align: left;
}
.about-us-bg {
	margin-top: -2vw;
	margin-bottom: -2vw;
	height: 7vw;
	width: 20vw;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	background-color: #2e0273;
}
.nav-button-signup {
	max-width: 11vw;
	padding-left: 4vw;
	padding-right: 4vw;
	/* height: 2.5vw; */
	color: white;
	background-color: #2e0273;
	border-radius: 0.5vw;
	font-size: 1vw;
	font-weight: bolder;
	text-align: center;
}
#about-us {
	font-size: 1.5vw;
	font-weight: 900;
	color: rgb(249, 138, 2);
	background-color: #2e0273;
	margin: auto;
	margin-top: 2.5vw;
	cursor: pointer;
	text-decoration: none;
}
/* Home */
.home-about,
.home-player-selection {
	background-color: #2e0273;
}
/* Footer */
footer {
	background: linear-gradient(
		60deg,
		rgb(249, 138, 2) 0%,
		rgba(249, 157, 28, 1) 70%,
		rgba(255, 203, 5, 1) 100%
	);
	text-align: center;
	color: #2e0273;
}
footer a {
	color: #2e0273 !important;
}
.copyright {
	background-color: #2e0273;
}
/* Extras */
.text-justify {
	text-align: justify;
}
