/* General */

body {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #2b580c;
	background: #639a67;
	position: relative;
	background: transparent;
	margin-bottom: 0;
	cursor: none;
}
body::before {
	content: "";
	position: fixed;
	background: #639a67;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: -1;
}
a {
	text-decoration: none;
	color: #2b580c;
}

a :hover {
	color: #0f301e;
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background: oldlace;
}

::-webkit-scrollbar-thumb {
	background: #639a67;
}

::-webkit-scrollbar-thumb:hover {
	background: palegreen;
}
section {
	padding: 15px 0 0;
}

.back-to-top-css {
	cursor: pointer;
	background: palegreen;
	position: fixed;
	bottom: 15px;
	left: 15px;
	display: none;
	z-index: 998;
}

.cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translate(5%, 5%);
}
.cursor img {
	width: 20px;
	height: 20px;
}

/* Navbar */
nav a {
	color: #2b580c;
}

nav a:hover {
	color: black;
	font-weight: 600;
}
nav .navbar {
	margin: 0;
	padding: 0 30pt 0;
}

nav .navbar-nav .language {
	position: relative;
}
nav .navbar-nav .language img {
	top: 20pt;
	height: 18pt;
}

#navbar.scrolled {
	background: rgba(133, 134, 126, 0.7);
	transition: background 500ms;
}

nav #playnowbutton {
	visibility: hidden;
	background-color: honeydew;
	border-radius: 15px;
}

/* Playnow*/

#playnow {
	transition: ease-in-out 0.3s;
	position: relative;
	display: block;
	align-items: center;
	z-index: 999;
	overflow-y: auto;
	text-align: center;
	margin-top: 16%;
	margin-bottom: 10%;
	color: white;
}

#playnow .titlepart {
	height: 80vh;
}

#playnow h1 {
	font-size: 65px;
	font-family: 'Poppins' sans-serif;
	font-weight: 700;
}

#playnow p {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10%;
}
#playnow a {
	text-decoration: none;
}

#playnow :hover {
	color: #d9bf77;
	transition: ease-in-out 0.3s;
}

#playnow .videopart {
	background-color: #d9bf77;
	margin: 0;
	height: 450px;
	align-items: center;
	z-index: 1;
}

@media (max-width: 576px) {
	.videopart video {
		width: 450px;
	}
}

#playbutton {
	background: #d8ebb5;
	width: 45%;
	border-radius: 20px;
	margin: 30pt auto 30pt auto;
	transition: ease-in-out 0.3s;
	border: dashed;
}

#playbutton :hover {
	background-color: rgba(243, 152, 119, 0.6);
	color: #ffffff;
	border-radius: 20px;
	transition: ease-in-out 0.3s;
}

#playbutton h2 {
	font-size: 45px;
	margin: 0;
}

@media (max-width: 768px) {
	#playbutton h2 {
		font-size: 30px;
	}
}

/* ABOUT */
.about main {
	margin: 0 50px;
	background-color: rgba(240, 248, 255, 0.425);
	border-radius: 12px;
}

.about main h1 {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.about main p {
	line-height: 2rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
	border: 5px double #15462b;
	border-radius: 5px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 500;
}

/* Description */

#description {
	margin-bottom: 4rem;
	position: relative;
	align-items: center;
	height: 50vh;
	display: flex;
	overflow-y: auto;
	text-align: left;
	background-color: #d9bf77;
}

#description h2 {
	font-size: 45px;
	text-align: center;
	z-index: 100;
}

#description :hover {
	color: rgb(233, 247, 220);
	font-weight: 600;
}

#description p {
	font-size: 30px;
	margin-top: auto;
	text-align: center;
}

/* PLAYNOW */

/* FOOTER */
footer {
	background-color: grey;
	color: darkgrey;
}

footer a {
	z-index: 1000;
}

footer h3 {
	font-size: 45px;
	font-family: 'Poppins', sans-serif;
	color: #2b580c;
}

footer ul {
	list-style: none;
	margin: auto;
	text-align: center;
}
footer li {
	margin: 40px 20px;
	z-index: 900;
}

footer .credit img {
	width: 100px;
	transition: 0.3s;
	border: solid 1px black;
	border-radius: 40%;
	background: blanchedalmond;
}

footer .icofont-github {
	font-size: 25px;
}

footer .sharing {
	margin: 0;
	padding: 25px 0;
	width: auto;
	background: rgb(99, 134, 114);
	text-align: center;
}

footer .sharing {
	font-size: 20px;
}

.ideaboard {
	z-index: 400 !important;
}
