body,html {
	background: #020024;
background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 16%, rgba(0, 212, 255, 1) 100%);
}

.header_playing {
	background-color: #040535;
	color:#fff;
	text-transform: uppercase;
	font-size: 30px;
}

.footer_bg {
	background-color: #05117B;
	color:#ffffff;
}

.bg_light_blue {
	background-color: #0d6efd;
}

.bg_dark_blue {
	background-color: #05117B;
}

.bg_darkest_blue {
	background-color: #040535;
}

.bg_red_warning {

	background-color: #DC3545;
}
.text_light_blue {
	color: #0d6efd;
}

.text_darkest_blue {
	color: #040535;
}

.bg_lightest_grey {
	background-color: #e9e9e9;
}

.logo_txt {
	font-size: 30px;
	font-family: 'Staatliches', cursive;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

.logo_pirate {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

.header_txt {
	font-size: 20px;
	font-family: 'Staatliches', cursive;
	text-shadow: 2px 2px #111111;
}

.footer_txt {
	font-family: 'Staatliches', cursive;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
	color:#fff;
}
.subfooter{
	background-color:#040535;
}
a, .nav-link{
	color:#040535;
}
a:hover, .nav-link:hover{
	color:#040535;
}
a:active{
	color:#040535;
}
a:visited{
	color:#040535;
}

.play {
	cursor: pointer;
}
.pause {
	cursor: pointer;
}

.play:hover {
	color:#05117B;
}
.pause:hover {
	color:#05117B;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Pacifico', cursive;
	color: #05117B;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main-container {
	position:relative;
}
.main-container-fluid {
	height: 450px;
    position:relative;
}
.sec-container {
	height: 450px;
    width:100%;
    position:absolute;
	padding:0;
	margin:0;
    top:0;
}

.tick-wrapper{
	background-color: rgba(255, 100, 100, 0.6);
	font-family: 'Staatliches';
    font-size:20px;
    font-weight: normal;
    color:#ffffff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

.text-justify {
	text-align: justify;
	text-justify: inter-word;
}

 #main, #messageTicker {
	 
	background-color:#111;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
}

.para {
	width:100%;
	color: #e0e0e0;
	font-size: 30px;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	white-space: nowrap;
	clear: both;
	float: left;
}

.break-out{
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	color: rgba(0,0,0,.6);
}

 #marquee {
	overflow: hidden;
	font-size: 30px;
	font-family: "Doto", serif;
	font-weight: 500;
	background-color: #040535;
	color: #e0e0e0;
	border-radius: 5px 5px 0px 0px;
	height:56px !important;
}

#marquee2 {
	overflow: hidden;
	font-size: 25px;
	color: #ffffff;
}

#play-button, #play-button-3, #pause-button, #pause-button-3 {
	cursor: pointer;
}

.logo {
	text-align: center;
	color: #05117B;
	opacity: 1;
}

.logo h1 {
	font-family: 'Pacifico', cursive;
	text-shadow: 2px 2px rgba(255, 255, 255, 1);
	font-size: 3rem;
	margin: 0;
	opacity: 1;
}

.logo p {
	font-size: 1.5rem;
	margin: 0;
	color: #222;
	text-shadow: 2px 2px rgba(255, 255, 255, 1);
	opacity: 1;
}

.logo i {
	margin: 0;
	color: #0d6efd;
	text-shadow: 2px 2px rgba(255, 255, 255, 1);
	opacity: 1;
}

#logo_container {
	background-image: url(/assets/images/achtergrond_mengpaneel.webp);
	background-position: 50% 50%;
	background-size:cover;
}

.blur {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	height: 100%;
	width: 100%;
	padding: 10px;
}

.fancy_text {
	font-family: 'Pacifico', cursive;
	text-shadow: 2px 2px rgba(255, 255, 255, 1);
	color: #f5f6f7;
	font-size: 2rem;
	margin: 0;
}

.card-title{
	color: #05117B;
}

.card-no-border .card {
    border-color: #d7dfe3;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.pro-img {
    margin-top: -80px;
    margin-bottom: 20px
}

.little-profile .pro-img img {
    width: 80%;
    height: 80%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%
}

video {
	border-radius: 10px;
	overflow: hidden;
}

.emoij_wrap {
	font-size: 36px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	padding:0px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}
