
@media screen and (min-width: 1400px) {
 
html, body, div, span, canvas { margin:0; padding:0; }
#container {
	
	background-image: url("g2.jpg");
	background-color: black;
	background-position: left bottom;
	bottom:0px;
	left:0px;
	filter: brightness(25%);
	position:absolute;
	height: 100%;
	width: 100%;
	/*
	overflow:hidden;
	background:-o-linear-gradient(top, #000, #257eb7);
	background:-ms-linear-gradient(top, #000, #257eb7);
	background:-moz-linear-gradient(top, #000, #257eb7);
	background:-webkit-linear-gradient(top, #000, #021522);
 	background:linear-gradient(top, #000, #257eb7);	   
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7')";*/
}

#pixie {
  z-index:10;
  position: absolute;
  top: 0;
  left: 0;
}


#banner {
	position:fixed;
	z-index:20;
    top: 50%;
    left: 50%;
    width:700px;
    height:100px;
    margin-top: -50px; /*set to a negative number 1/2 of your height*/
    margin-left: -350px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
     animation: fadein 2s;
}

#subtext {
	position:fixed;
	z-index:20;
    top: 50%;
    left: 50%;
    width:700px;
    height:100px;
    margin-top: 0px; /*set to a negative number 1/2 of your height*/
    margin-left: -350px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 10px;
	text-shadow: 4px 4px 4px #aaa;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
     animation: fadein 2s;	
}

#donatebutton {
	opacity: 1;
	position:fixed;
	z-index:20;
    top: 50%;
    left: 50%;
    width:350px;
    height:400px;
    margin-top: 50px; /*set to a negative number 1/2 of your height*/
    margin-left: -175px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;	
}

#discord:hover {
	opacity: 1;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
}

@media screen and (max-width: 1399px) {
 
html, body, div, span, canvas { margin:0; padding:0; }
#container {
	
	background-image: url("g2.jpg");
	background-color: black;
	background-position: left bottom;
	bottom:0px;
	left:0px;
	filter: brightness(25%);
	position:absolute;
	height: 100%;
	width: 100%;
	/*
	overflow:hidden;
	background:-o-linear-gradient(top, #000, #257eb7);
	background:-ms-linear-gradient(top, #000, #257eb7);
	background:-moz-linear-gradient(top, #000, #257eb7);
	background:-webkit-linear-gradient(top, #000, #021522);
 	background:linear-gradient(top, #000, #257eb7);	   
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7')";*/
}

#pixie {
  z-index:10;
  position: absolute;
  top: 0;
  left: 0;
}


#banner {
	position:fixed;
	z-index:0;
    top: 10%;
    left: 50%;
    width:700px;
    height:100px;
    margin-top: -50px; /*set to a negative number 1/2 of your height*/
    margin-left: -350px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
     animation: fadein 2s;
}

#subtext {
	position:fixed;
	z-index:0;
    top: 10%;
    left: 50%;
    width:700px;
    height:100px;
    margin-top: 0px; /*set to a negative number 1/2 of your height*/
    margin-left: -350px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 10px;
	text-shadow: 4px 4px 4px #aaa;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
     animation: fadein 2s;	
}

#donatebutton {
	opacity: 1;
	position:fixed;
	z-index:0;
    top: 10%;
    left: 50%;
    width:350px;
    height:400px;
    margin-top: 50px; /*set to a negative number 1/2 of your height*/
    margin-left: -175px; /*set to a negative number 1/2 of your width*/
	color:white;
	text-align:center;
	font-size:100px;
	font-family: 'Aclonica', serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;	
}

#discord:hover {
	opacity: 1;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
}