html, body {
    background-color: #112f46;
    color: black;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0px;
}

body::-webkit-scrollbar{
	display: none;
}

.navbar.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-nav {
	margin-right: 10px;
}

.navbar-nav > li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	outline: none !important;
}

.navbar-nav > .dropdown > a.dropdown-toggle:hover, .navbar-nav > .dropdown > a.dropdown-toggle:focus {
	cursor: default !important;
}

.navbar-nav > .dropdown > a.dropdown-toggle {
	pointer-events: none !important;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

h2 {
	margin-top: 150;
	font-family: BFARNAZ;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.content {
	width: 90%;
	height: 15%;
	margin-left: 3.5%;
	background: rgba(0,0,0,0.5);
	color: white;
	margin-top: 0%;
	font-size: 25px;
	text-align: center;
	border-radius: 30px;
	padding: 20px;
	line-height: 12px;
	position: absolute;
	bottom: 0px;
}

.title {
	font-size: 40px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: bolder;
	margin-bottom: 10px;
}

.yellow {
	color: yellow;
}

.hue {
	color: yellow;
	padding: 10px;
	border-radius: 10px;
	animation: hue 5s linear infinite;
	-webkit-animation: hue 5s linear infinite;
	box-shadow: 0px 0px 50px yellow;
	color: white;
	background: rgba(255,255,0,0.4);
}

.hue:hover {
	color: yellow;
	background: transparent;
}

@keyframes hue {
	0% {
		filter: hue-rotate(0deg);
		-webkit-filter: hue-rotate(0deg);
	}

	10% {
		box-shadow: 0px 1px 50px yellow;
	}

	20% {
		box-shadow: 1px 1px 50px yellow;
	}

	30% {
		box-shadow: 1px 0px 50px yellow;
	}

	40% {
		box-shadow: 1px -1px 50px yellow;
	}

	50% {
		box-shadow: 0px -1px 50px yellow;
	}

	60% {
		box-shadow: -1px -1px 50px yellow;
	}

	70% {
		box-shadow: -1px 0px 50px yellow;
	}

	80% {
		box-shadow: -1px 1px 50px yellow;
	}

	90% {
		box-shadow: 0px 1px 50px yellow;
	}

	100% {
		filter: hue-rotate(360deg);
		-webkit-filter: hue-rotate(360deg);
	}
}

.text {
	padding-bottom: 50px;
}

.back {
	font-size: 25px;
	margin-top: 10px;
	display: block;
	line-height: 55px;
	width: 20%;
	text-decoration: none;
	height: 50px;
	background: white;
	color: black;
	border-radius: 15px;
}

.back:hover {
	border: 2px solid white;
	background: transparent;
	box-sizing: border-box;
	color: white;
}

#psip {
	text-align: center;
	margin-left: 38%;
	margin-right: auto;
	width: 15%;
	display: flex;
	position: absolute;
	background: rgba(0, 0, 0, 0.500);
	border-radius: 2em;
	border: none;
	padding: 0.8em;
	color: #ffffff;
	padding-left: 1.5em;
	outline: none;
	box-shadow: 0 4px 6px -5px hsl(0, 0%, 40%), inset 0px 4px 6px -5px hsl(0, 0%, 2%);
	backdrop-filter: blur(5px);
}

.modal-content {
	font-family: BFARNAZ;
	font-size: 18px;
	position: relative;
	background-color: #dddddd;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

button {
	background: rgba(0,0,0,0.5);
	box-shadow: 0 5px 20px 0 white;
	border: 2px solid black;
	border-radius: 10px;
	width: 305px;
	height: 43px;
	text-align: center;
}

button:hover {
	box-shadow: 0 5px 50px 0 white;
	color: white;
	border-radius: 10px;
	background-color: #0F0F53;
}

hr {
	padding: 0;
	margin: 0;
	opacity: 0.7;
}

h4 {
	font-size: 30px;
	color: yellow;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
}

#progress {
	font-weight: bold;
	text-shadow: 4px 4px 4px black;
	font-size: 17px;
}

.pointer {
	cursor: pointer;
}

footer {
	position: relative;
	bottom: 0;
	right: 0;
	background-color: transparent;
	color: white;
	width: 100%;
	text-align: right;
	padding: 10px;
	opacity: 0.7;
}

@media (max-width: 767px) {
    html, body {
        overflow: visible;
    }
	.navbar-collapse.collapse.in {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-toggle {
		display: none;
	}
}