@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;500;900&family=Lato:wght@100;400;700&family=Major+Mono+Display&family=Montserrat:wght@100;400;500&family=Noto+Sans+Display:wght@100;400;600&family=Teko:wght@400;600;700&family=Tilt+Neon&family=Tilt+Warp&display=swap');

html {
  height: 100%;
  width: 100%;
	scroll-behavior: smooth;
	/* background-image: linear-gradient(to right, red, yellow; */
}

body {
	margin: 0px;
	margin-top: 60px;
}

/* General Usage */
a {
	text-decoration: none;
	transiton: 0.6s;
	color: #0400ff;
	transition: 0.6s;
	opacity: 1;
	transiton: 0.6s;
}

a.footer:hover {
	text-decoration: underline;
	transiton: 0.6s;
	color: #4c00a8;
	transition: 0.6s;
	opacity: 0.6;
	transition: 0.6s;
}

h1 {
	font-family: "Tilt Warp";
	text-align: center;
}

h2, h3, h4 {
	font-family: "Lato";
	text-align: center;
}

.navbar {
	z-index: 1000;
  position: fixed;
	top: -1px;
	width: 100%;
	height: 50px;
/* 	height: 8%; */
	margin-bottom: 20px;
	text-align: left;
	vertical-align: middle;
	background-color: white;
/* 	opacity: 1; */
}

div.navbar {
/* 	opacity: 0.8; */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

img.banner {
	margin-top: 2px;
	margin-left: 2px;
	width: auto;
	height: 44px;
	margin-right: 13px;
	opacity: 1;
	transition: 0.5s;
	border-radius: 0;
	transition: 0.8s;
	vertical-align: middle;
}

img.banner:hover {
	opacity: 0. 6;
	transition: 0.5s;
	border-radius: 30px;
	transition: 0.8s;
}

.navbarText {
	text-decoration: none;
	font-family: Inter;
	color: #4c00ff;
	transition: 0.5s;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s;
	margin-right: 8px;
}

.navBarIcon {
	color: #4c00ff;
	transition: 0.5s;
	opacity: 1;
	transition: 0.5s;
	vertical-align: middle;
	height: 30px;
	width: auto;
	margin-right: 7px;
}

.navbarText:hover, navBarIcon:hover {
	color: #00aaff;
	transition: 0.5s;
	opacity: 0.6;
	transition: 0.5s;
}

img.bribe {
	white-space: pre-line;
	margin-top: 7px;
	width: 50%;
	height: auto;
}

h4.bribe {
	white-space: pre-line;
	font-family: "Inter";
	font-weight: lighter;
	text-align: center;
	margin-bottom: 20px;
}

footer {
	margin-top: 170px;
	font-family: "Teko";
	text-align: left;
  padding: 10px;
}

@media screen and (max-width: 690px) {
	span.navbarText {display: none;}
	.navbarIcon {margin-right: 15px;}
	.navbar {text-align: center;}
}

/* Home Page */
.buttonIcon {
	vertical-align: middle;
	height: 30px;
	width: auto;
}

.buttonIconHover {
	vertical-align: middle;
	height: 30px;
	width: auto;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

button.continue {
	width: 80%;
	height: 40px;
	/* background: blue; */
	transition: 0.4s;
	background-image: linear-gradient(to right, #0008ff , #00d5ff);	
	font-family: "Montserrat";
	border-radius: 20px;
	transition: 0.5s;
	font-size: 16px;
	border: white;
	color: white;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: white;
}


button.continue:hover {
	border-radius: 9px;
	transition: 0.5s;
	cursor: pointer;
	background: #0033ff;
	transition: 0.4s;
}

/* About us page*/
.topOfAbout {
	display: inline;
}

.about {
	text-align: center;
}

.job {
	border-radius: 15px;
	width: 200px;
	transition: 0.5s;
	height: 200px;
	transition: 0.5s;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	transition: 0.4s;
	background-image: linear-gradient(to right, #61ffe5 , #00fbff);
	border: 0px;
	margin-bottom: 53px;
	margin: 46px;
	opacity: 1;
	transition: 0.4s;
}

.job:hover {
	width: 202px;
	transition: 0.5s;
	height: 202px;
	transition: 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s;
	opacity: 0.8;
	transition: 0.4s;
}

.jobImage {
	width: 100%;
	height: 100%
}

.jobImage:hover {
	width: 100%;
	height: 100%
}

/* The store */
a.store {
	text-decoration: none;
}

.card {
	display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s;
 	width: 245px;
	text-align: center;
  margin: auto;
	margin-left: 10px;
	margin-right: 10px;
  font-family: arial;
	border-radius: 13px;
	margin-bottom: 25px;
	opacity: 1;
	transition: 0.5s;
}

.card:hover {
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.4);
	transition: 0.4s;
	border-radius: 18px;
	transition: 0.4s;
	width: 250px;
	transiton: 0.3s;
	height: auto;
	transiton: 0.3s;
	opacity: 0.8;
	transition: 0.5s;
}

img.store {
	border-top-right-radius: 13px;
	transition: 0.4s;
	border-top-left-radius: 13px;
	transition: 0.4s;
}

img.store:hover {
	border-top-right-radius: 18px;
	transition: 0.4s;
	border-top-left-radius: 18px;
	transition: 0.4s;
}


h2.store {
	font-family: "Noto Sans Display";
	text-decoration: none;
	color: black;
	margin-bottom: -7px;
}

.info {
	font-family: "Montserrat";
	color: grey;
  font-size: 16px;
	margin-bottom: -7px;
}

.price {
	font-family: "Montserrat";
  color: grey;
  font-size: 15px;
}

.divtxt {
	border: 0px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	font-family: "Montserrat";
	border-bottom: 2px;
}

/* Card Pages */
.cardPage {
	text-align: center;
	vertical-align: middle;
}

img.cardPage {
/* 	display: inline-block; */
	flex-wrap: wrap;
	left: 0;
	right: 100%;
	width: 200px;
	transition: 0.4s;
	height: auto;
	transition: 0.4s;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s;
	margin-bottom: 10px;
	white-space: pre-line;
}

img.cardPage:hover {
	width: 205px;
	transition: 0.4s;
	height: auto;
	transition: 0.4s;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.4);
	transition: 0.4s;
}

h2.cardPage {
	font-family: "Montserrat";
	color: black;
}

h3.cardPage {
	font-family: "Montserrat";
	color: black;
	margin-top: -10px;
}

button.order {
	color: white;
	margin-bottom: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s;
	font-family: "Montserrat";
	border: 0px;
	width: 80px;
	height: 40px;
	border-radius: 13px;
	transition: 0.4s;
	background-color: #B5FFCE;
}

button.noclick {
	color: white;
	margin-bottom: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
	font-family: "Montserrat";
	border: 0px;
	width: 80px;
	height: 40px;
	border-radius: 13px;
	opacity: 0.8;
	background-color: #B5FFCE;
}

button.noclick:hover {
	cursor: not-allowed;
}

img.order {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	width: 20px;
	height: auto;
	color: #4c00ff;
	opacity: 1;
	transition: 0.5s;
	vertical-align: middle;
}

button.order:hover {
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.4);
	transition: 0.4s;
	border-radius: 18px;
	transition: 0.4s;
	cursor: pointer;
/* 	cursor:url("../icons/store.png"),auto; */
}

.learnMoreButton {
	white-space: pre-line;
	font-family: "Montserrat";
	vertical-align: middle;
	text-decoration: none;
	margin-top: 0px;
	color: black;
}

img.learnMoreButton {
	margin-top: 0px;
	transition: 0.4s;
}

/* 
img.learnMore:hover {
	margin-top: 5px;
	transition: 0.4s;
} */

.aboutPlayer {
	font-family: "Montserrat";
	border-radius: 9px;
	color: white;
	margin-left: 30px;
	margin-right: 30px;
}

/* img.aboutPlayer {
	width: 30px;
	height: auto;
}

img.aboutPlayer, h2.aboutPlayer {
	display: inline;
}
 */

h2.aboutPlayer {
	white-space: pre-line;
}

button.aboutPlayer {
	background-image: linear-gradient(to right, #5900ff, #0033ff);
	border-color: black;
	border: 1px;
	margin-top: 170px;
	margin-bottom: -130px;
}

/* Jonathan Araúz - TOP CHROMED SHINY AUTOGRAPH */


/* Alerts */
div.alert {
	visibility: visible;
}

button.alert {
	display: inline;
	width: 100%;
	height: 70px;
	border: 0px;
	border-radius: 9px;
	color: white;
	background-color: #006eff;
}

button.alertClose {
	height: 20px;
	background-color: none;
	border: none;
	width: 20px;
}

img.alertClose {
	width: 15px;
	transiton: 0.4s;
	height: 15px;
	transiton: 0.4s;
}

img.alertClose:hover {
	height: 20px;
	transiton: 0.4s;
	width: auto;
	transiton: 0.4s;
}

h4.alert {
	display: inline;
	vertical-align: middle;
	font-family: "Montserrat";
}

img.alert {
	display: inline;
	vertical-align: middle;
	height: 30px;
	width: auto;
}

/* Newsletter */
.sign-up {
	font-family: "Montserrat";
	text-align: center;
}

/* Donate */ 
.donate {
	text-align: center;
}

img.donate {
	width: 180px;
	transition: 0.4s;
	height: auto;
	transition: 0.4s;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	transition: 0.4s;
}

img.donate:hover {
	width: 190px;
	transition: 0.4s;
	height: auto;
	transition: 0.4s;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.4);
	transition: 0.4s;
}