@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: amiga;
    src: url("https://live.nottgh.xyz/assets/amiga4ever.ttf");
}

* {margin: 0;padding: 0;}
html, body {height: 100%;}

body {
    font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
    margin:0;
    padding:0;
    font-size:90%;
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: 0% 0%;
}
body:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: 0% 0%;
    background-size:100% 100%;
    background-image:url("../assets/livebg.png");
    /*opacity: 0.8;*/
}

#title {
    font-family: amiga;
    font-size: 2.8vw;
    text-align: center;
    color: #fff;
    padding:6%;
}

#placeholderbcCSSsucks {
	height: 100px;
}

#placeholder2bcCSSsucks {
	height: 20px;
}
    
#wrapper {
	min-height: 100%;
}

#mainContent {
    border: 2px solid #ffffff;
	color: #00ff2a;
    background: #202020;
    margin: 0;
    position: absolute;
    width:60%;
    border-radius: 15px;
    padding:10px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#element {
    text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

#audio {
    border: 2px solid #00ff2a;
	padding: 1%;
	border-radius: 20px;
	width: 330px;
	background-color: #006411;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
    margin-top: 20px;
}

#mainBanner {
	margin-top:20px;
}

#mainBanner img {
	width:100%;
	/*height:200px;*/
}

#leftContent {
	width:65%;
	float:left;
	background-color:#738ad6;
	margin:10px;
	padding:10px;
	border-radius: 10px;

}

#footer1 {
	text-align: center;
}

#mainFooter {
	height:50px;
	clear: both;
	text-align: center;
	background-color: #000;
	color: #fff;

	position: relative;
	margin-top: -50px; /* negative value of footer height */
}

#mainFooter p {
	padding-top: 17px;
	font-size: 90%;
}
