@import url('https://fonts.googleapis.com/css?family=Odibee+Sans&display=swap');


content, body, canvas {
	width: 100%;
	height: 500%;
	padding: 0;
	margin: 0;
    letter-spacing: 2px;
}
body {
    background: no-repeat center center fixed;
	background-image: url('../img/background.png') !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
}
/* 
-----------------------------
Navigation
-----------------------------
*/

@media only screen and (min-width: 855px) {
    .pill-nav a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 10px;
        padding-left: 50px;
        padding-right: 50px;
        margin: 10px;
        margin-right: 25px;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Odibee Sans';
        border-radius: 4px 15px 4px;
        transition: all .2s ease-in-out;
    }
    .pill-nav {
        background-color: #4a4a4a80;
    }
    .pill-nav a:hover {
        transform: scale(1.25);
        transition: all .2s ease-in-out;
    }
    .pill-nav a.activemain {
        background-color: orange;
        transition: all .2s ease-in-out;
        color: white;
        -webkit-filter: drop-shadow(5px 5px 5px #333 );
        filter: drop-shadow(5px 5px 5px #333);
    }   
    .pill-nav a.activemain:hover {
    }
        .topnav {
        display: none !important;
    }
}

@media only screen and (max-width: 854px) {  
    .pill-nav {
        display: none !important;
    }    
    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
        font-family: 'Odibee Sans' !important;
    }
    .topnav #myLinks {
        display: none;
    }
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        transition: all .2s ease-in-out;
    }
    .topnav a.icon {
        background: orange;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav a:hover {
        background-color: orange;
        color: white;
    }
    .active {
        background-color: orange;
        color: white;
    }
}


.topnav a.icon:hover {
        transform: scale(1.15);
}
/* 
-----------------------------
Icon Bar
-----------------------------
*/

@media only screen and (min-width: 600px) {
    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.icon-bar a:hover {
    background-color: orange;
}
.discord {
    background: #7289DA;
    color: white;
}
.twitter {
    background: #55ACEE;
    color: white;
}
.google {
    background: #dd4b39;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}
@media only screen and (max-width: 599px) {
    .icon-bar {
        display: none !important;
    }
}

/* 
-----------------------------
Logo & Container
-----------------------------
*/


@media only screen and (max-width: 1000px) {
    .container, .logo {
        width: 80% !important;
    }
}
.container {
    bottom: 0;
    height: 675px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    width: 1000px;
    margin-top: 10%;
}
.logo:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.logo {
    transition: all .4s ease-in-out;
    width: 450px;
}
.shadow {
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}
.content {
    text-align: center !important;
    background-color: orange;
    padding: 1.5px !important;
    margin-top: 30px;
    border-radius: 5px 20px 5px;
    width: 100%;
}
.content {
    -webkit-filter: drop-shadow(5px 5px 5px #333 );
    filter: drop-shadow(5px 5px 5px #333);
    color: white;
    font-family: 'Odibee Sans';
    font-size:20px;
    font-weight: 400;
    transition: all 1s ease-in-out;
    width: 60%;
    margin: 0 auto;
    margin-top: 25px !important;
}
.content:hover{
    transform: scale(0.9);
    margin: 0 auto;
}
button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	font-weight: 1200;
}