@font-face {
    font-family: 'bubbler_oneregular';
    src: url('bubblerone-regular-webfont.woff2') format('woff2'),
		 url('bubblerone-regular-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}

body {
    background-image: url('/img/ktcursed.jpg');
	color: rgb(255, 255, 255); /* Fallback */
	color: rgba(255, 255, 255, 0.9); /* 10% transparent, white */
	font-family: 'bubbler_oneregular', sans-serif;
	font-size: 1rem;
	text-align: center;
	z-index: -10;
	object-fit: cover;
	margin: 0;
	padding: 0;
	height: 100vh;
	overflow: hidden;
}

::selection {
	color: #000000;
	background: rgb(255, 182, 0); /* Fallback */
	background: rgba(255, 182, 0, .5);
}

.t1 {
	color: rgb(255, 182, 0); /* Fallback */
	color: rgba(255, 182, 0, 0); /* 100% transparent, bright orange */
}
.t2 {
	color: rgb(255, 182, 0); /* Fallback */
	color: rgba(255, 182, 0, .5); /* 50% transparent, bright orange */
}
.header {
	background-color: #1e1e1e;
	position: absolute;
	z-index: 1;
	padding: .6% 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 5%;
}

.header:after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-0.5deg);
	transform-origin: 100%;
	z-index: -1;
  }

main {
	position: relative;
	top: 5vh;
	height: 90vh;
    width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5vh;
	background: rgb(49, 20, 0);  /* Fallback */
	background-color: #000000;
	background-color: #151515;
	background-image: url('/img/ktcursed.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover; /* bg done with https://www.svgbackgrounds.com/ */
	font-size: 3rem;
	color: rgb(255, 255, 255); /* Fallback */
	color: rgba(255, 255, 255, 0.6);
}

/*p {
	font-size: 1rem;
}*/
  
.img {
	object-fit: cover;
}

/*
.header {
	background-color: #1e1e1e;
	padding: .6% 0;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 5%;
	text-align: center;
}
*/

.footer {
	background-color: #1e1e1e;
	position: absolute;
	z-index: 1;
	padding: .6% 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5%;
  }

.footer:after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(0.5deg);
	transform-origin: 100%;
	z-index: -1;
  }
/* .footer {
	background-color: #1e1e1e;
	padding: .6% 0;
	display: block;
	left: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 5%;
}
*/

/* Buttons and links */
a {
	text-decoration: none;
}
.btn1 {
	cursor: pointer;
	background-color: #ffb600; /* Fallback */
	background-color: rgba(255 ,182 ,0 , .9); /* 10% transparent, bright orange */
	font-size: .9em;
	color: #282828 /* Dark grey */;
    text-align: center;
	padding: .2em .3em;
	border-radius: .5em;
	border: .2em solid #282828; /* Dark grey */
	transition-duration: .4s;
	visibility: hidden; /* Ajutine! */
}
.btn1:hover {
	background-color: #282828; /* Dark grey */
	color: #ffb600; /* Fallback */
	color: rgba(255, 182, 0, .9); /* 10% transparent, bright orange */
	border: .25em solid #ffb600; /* Bright orange */
	transition-duration: .4s;
}
.btn-social {
	cursor: pointer;
    float: left;
	background-color: #1e1e1e;
    color: #ffb600;
    text-align: center;
	height: 1em;
	width: 1em;
	border-radius: 25%;
	border: .2em solid #1e1e1e;
	margin-left: .3%;
    transition-duration: .4s;
    font-size:1.8em;
}
.btn-social:hover {
	background-color: #282828;
	border: .2em solid #282828;
    color: #ffb600;
	transition-duration: .4s;
}
.btn-disc {
	cursor: pointer;
    float: left;
	background-color: #1e1e1e;
    color: #ffb600;
    text-align: center;
	height: 1em;
	width: 1em;
	border-radius: 25%;
	border: .2em solid #1e1e1e;
	margin-left: .3%;
    transition-duration: .4s;
    font-size: 1.8em;
}

.btn-disc:hover {
	background-color: #282828;
	border: .2em solid #282828;
    color: #ffb600;
	transition-duration: .4s;
}

.btn-disc .discinfo {
    font-size: 0.5em;
	visibility: hidden;
	width: 5em;
	position: absolute;
	z-index: 1;
	background-color: #1e1e1e;
	color: #ffb600;
	padding: .5em 0;
	border-radius: 1.5em;
  	bottom: 125%;
  	top: -125%;
	margin: auto;
	left: -75%;
}

.btn-disc:hover .discinfo {
	visibility: visible;
}

.btn-nav {
    cursor: pointer;
    background-color: #1e1e1e;
    color: #ffb600;
    font-size: 200%;
    float: left;
    padding: 0% 1.25%;
    transition-duration: .5s;
	border-radius: 15%;
	border: .05em solid #1e1e1e;
	margin-left: 1%;
	margin-bottom: 1%;
	visibility: hidden; /* Ajutine! */
} 

.btn-nav:hover {
	background-color: #282828;
    transition-duration: .2s;
} 

@media screen and (min-width: 720px) {
	body {
		font-size: 1.75rem;
	}

	.btn-social, .btn-disc {
		transition: transform 0.5s;
	}

	.btn-social:hover, .btn-disc:hover {
		/*transition-duration: .4s;*/
		transform: translateY(-1rem);
	}

}

.btn-twitch { 
  color: #FFFFFF; 
  background-color: #6441A5; 
  border-color: #2F1F4E; 
} 
 
.btn-twitch:hover, 
.btn-twitch:focus, 
.btn-twitch:active, 
.btn-twitch.active, 
.open .dropdown-toggle.btn-twitch { 
  color: #FFFFFF; 
  background-color: #472e75; 
  border-color: #2F1F4E; 
} 
 
.btn-twitch:active, 
.btn-twitch.active, 
.open .dropdown-toggle.btn-twitch { 
  background-image: none; 
} 
 
.btn-twitch.disabled, 
.btn-twitch[disabled], 
fieldset[disabled] .btn-twitch, 
.btn-twitch.disabled:hover, 
.btn-twitch[disabled]:hover, 
fieldset[disabled] .btn-twitch:hover, 
.btn-twitch.disabled:focus, 
.btn-twitch[disabled]:focus, 
fieldset[disabled] .btn-twitch:focus, 
.btn-twitch.disabled:active, 
.btn-twitch[disabled]:active, 
fieldset[disabled] .btn-twitch:active, 
.btn-twitch.disabled.active, 
.btn-twitch[disabled].active, 
fieldset[disabled] .btn-twitch.active { 
  background-color: #6441A5; 
  border-color: #2F1F4E; 
} 
 
.btn-twitch .badge { 
  color: #6441A5; 
  background-color: #FFFFFF; 
}
