@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,900');

body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Kanit", "Roboto", sans-serif;
}

.author-footer {
    font-size: 0.8em;
    color: white;
    font-weight: 300;
}

.author-footer p {
    margin-bottom: 0;
}

.footer {
    margin-bottom: 2em;
}

.nav-before img {
    
}

.nav-before {
    background: #000000d9;
    padding: 23px; /* 23px default*/
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
	border-width: 6px;
	border-color: #000000;		
}

.navbar {
    background: #000000d9 !important;
    border-top: 1px solid #08080854;
    padding: 0;
	text-align: center;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  	border-width: 6px;
	border-color: #000000;
	text-shadow: 4px 4px 4px #000000;
}

nav.navbar .mr-auto a {
    
    font-weight: 800;
    font-size: 1.95em;
    color: white !important;
    border-bottom: 4px solid transparent;
	text-align: center;
}

nav.navbar .mr-auto a:hover {
	background: #ffffff;
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
    text-shadow: 0px 2px 24px white;
	text-align: center;
}

nav.navbar .mr-auto a:hover {
	background: #ffffff;
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
    text-shadow: 0px 2px 24px white;
	text-align: center;
    border-color: #5d00ff;
	text-align: center;
}

nav .container {
    padding: 0;
	text-align: center;	
}

.navbar-toggler {
    border: none;
	text-align: center;
}

.navbar-toggler:focus {
    outline: none;
	text-align: center;
}


.discordwidget {
	padding: 2em;
	float: right;
}


.footer {
    background: #0000008c;
    margin-top: .5em;
    padding: 2em;
    padding-right: 4em;
}

.footer .col-md-3:first-child p {
    padding-left: 2em;
    color: #d6d6d6;
    font-size: 0.7em;
}

.footer h5 {
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid black;
    padding-bottom: .5em;
}

.footer h5::after {
    content: '';
    width: 50%;
    display: block;
    border-bottom: 2px solid white;
    margin-bottom: -.6em;
    padding-bottom: .5em;
}

.footer .col-md-4 {
    font-size: 0.8em;
}

.footer-links p {
    margin-bottom: .2em;
}

.footer-links {
    padding: .5em;
}

.footer-links a:hover {
    color: white !important;
}

.footer .col-md-4 img {
    width: 400px;
    height: auto;
}

.footer .footer-links a {
    margin-bottom: 0;
    color: #c9c9c9;
    text-decoration: none;
    font-weight: 300;
}

.navbar-nav.ml-auto a {
    font-weight: bold;
    color: white !important;
}

.navbar-nav a {
    padding: 20px !important;
}

.navbar-nav.ml-auto a span {
    color: #5DD46B;
}

.game-servers .card {
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-color: transparent !important;
    border: none;
    border-radius: 25px;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
    text-decoration: none;
	border-style: solid;
	border-color: black;	
	border-width: thick;
	column-gap: 20px;
}

.game-servers .card:hover {
	border-style: solid;
	border-color: #5d00ff;	
	border-width: thick;
}

.game-servers .card:hover .inner {
	border-radius: 25px;
    -webkit-box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,0.7);

}

.game-servers .card:hover .description {
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
	border-radius: 15px;
}

.game-servers .card .progress {
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 2em;
}

.game-servers .card .description {
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(125,125,125,.9);
    padding: .5em;
    border-radius: 15px;
    margin-top: 1em;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
}

.game-servers .card .inner h6 {
	border-radius: 25px;
    color: white;
    font-weight: 900;
	font-size: 1.4em;
    text-transform: none;
    margin-bottom: 0;
}

.game-servers .card .inner p {
	border-radius: 25px;
    color: #f2f2f2;
    font-weight: 800;
	padding: 0.2em;
	font-size: 1.2em;
    margin-bottom: 0;
}

.game-servers .card .inner {
	border-radius: 25px;
    padding: 2em;
    background: rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
	text-align: center;
}

.game-servers .card .inner i {
    font-size: 2em;
    color: white;
    margin-bottom: 1em;

}

.game-servers .card .inner .hostmap {
	text-shadow: 4px 4px 4px #000000;

}

.game-servers .card .inner .morein {
    font-size: 2em;
	font-weight: 800;
    color: white;
	text-align: center;
	text-shadow: 4px 4px 4px #000000;
}


.section .title h2 {
    color: white;
    font-weight: 900;
	font-size: 2em;
    margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px #000000;
}

.game-servers .card .description {
    font-size: .8em;
}

.section .title p {
    font-weight: 500;
    color: white;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000000;
}

.section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.sectionz {
    padding-top: 1em;
    padding-bottom: 1em;
}

.features .card {
    border-radius: 25px;
    border: none;
    padding: 2em 1em;
    background: #000000d9;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
	border-style: solid;
	border-color: black;	
	border-width: thick;
}

.features .card h2 {
    font-weight: 900;
    font-size: 1.4em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
	text-shadow: 4px 4px 4px #000000;

}

.features .card i {
    font-size: 1.5em;
    padding: 1.5em;
    color: white;
	text-shadow: 4px 4px 4px #000000;
}

.features .card p {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: #f2f2f2;
	text-shadow: 4px 4px 4px #000000;

}

.features .card::after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: 0;
    margin-left: -1em;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
}

.features .card:hover::after {
    border-color: #5d00ff;
	width: 80%;
	left: 50px;
}

.features .card:hover {
    -webkit-box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
    -moz-box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
    box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
	border-style: solid;
	border-color: #5A00FF;	
	border-width: thick;
}

.footerz .card {
    border-radius: 25px;
    border: none;
    padding: 2em 0em;
    background: #000000d9;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
	border-style: solid;
	border-color: black;	
	border-width: thick;
}

.footerz .card h2 {
    font-weight: 600;
    font-size: 1.25em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
}

.footerz .card i {
    font-size: 1.5em;
    padding: 1.5em;
    color: white;
}

.footerz .card p {
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
}

.footerz .card:hover {
    -webkit-box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
    -moz-box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
    box-shadow: inset 0px 0px 18px 0px rgba(90,0,255,0.9);
	border-style: solid;
	border-color: #5A00FF;	
	border-width: thick;
}

.management .card .media-body {
    padding: 1em;
	border-radius: 50px;
}

.management .card img {
    width: 6em;
    outline: 3px solid white;
	border-radius: 50px;
}

.management .card h5 {
    color: white;
    font-size: 1.1em;
    font-weight: 600;
}

.management .card h5 span {
    color: #f2f2f2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.7em !important;
}

.management .card .btn {
    font-size: 0.7em;
    border-radius: 0;
}

.management .card {
	padding: 1em 1em;
    background: #0000008c;
    border: none;
    border-radius: 25px;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
	border-style: solid;
	border-color: black;	
}

.management .card:hover {
    -webkit-box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 36px 0px rgba(0,0,0,0.5);
	border-radius: 25px;
}

.social .card {
    border-radius: 25px;
    border: none;
    padding: 2em;
    overflow-y: hidden;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
	border-style: solid;
	border-color: black;
	border-width: thick;
}

.social .card:hover {

}

.social .card i {
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
}

.social .card:hover i {
    font-size: 15em;
}

.social .card h5 {
    color: white;
    font-weight: 900;
	font-size: 2em;
    margin-bottom: 0;
	text-shadow: 4px 4px 4px #000000;
}

.social .card p {
    color: white;
    font-weight: 500;
    margin-bottom: 0;
	text-shadow: 3px 3px 3px #000000;
}

.social .col-md-6, .social .col-sm-12 {
    padding: 12;
}

.social .card.steam {
    background: rgb(22,43,63);
    background: -moz-linear-gradient(-45deg, rgba(22,43,63,1) 0%, rgba(16,132,179,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(22,43,63,1) 0%,rgba(16,132,179,1) 100%);
    background: linear-gradient(135deg, rgba(22,43,63,1) 0%,rgba(16,132,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162b3f', endColorstr='#1084b3',GradientType=1 );
    color: white;
}

.social .card.teamspeak {
    background: rgb(35, 5, 87);
    background: -moz-linear-gradient(-45deg, rgba(35, 5, 87,1) 0%, rgba(149, 0, 255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(35, 5, 87,1) 0%,rgba(149, 0, 255,1) 100%);
    background: linear-gradient(135deg, rgba(35, 5, 87,1) 0%,rgba(149, 0, 255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230557', endColorstr='#9500ff',GradientType=1 );
    color: white;
}

.social .card.extra {
    background: rgb(61, 0, 0);
    background: -moz-linear-gradient(-45deg, rgba(61, 0, 0,1) 0%, rgba(217, 4, 4,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(61, 0, 0,1) 0%,rgba(217, 4, 4,1) 100%);
    background: linear-gradient(135deg, rgba(61, 0, 0,1) 0%,rgba(217, 4, 4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230557', endColorstr='#9500ff',GradientType=1 );
    color: white;
}

.social .card i {
    color: rgba(255,255,255,.1);
    font-size: 10em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
}

.game-servers .col-md-3 {
    margin-bottom: 1em;
}

.features .col-md-4 {
    margin-bottom: 1em;
}

.management .col-md-3 {
    margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 1em;
    }
}

@media (min-width:1200px) {
    .container-big {
        max-width: 90%;
    }
}

@media (min-width:1880px) {
    .container-big {
        max-width: 1860px;
    }
}

@media (max-width: 1200px) {
    .game-servers .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .game-servers .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body.admin {
    background: #f2f2f2;
}

.logged-out {
    width: 100%;
    height: 100vh;
    background: linear-gradient(238deg, #1fbd94, #af00ff);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 32s ease infinite;
    -moz-animation: AnimationName 32s ease infinite;
    -o-animation: AnimationName 32s ease infinite;
    animation: AnimationName 32s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}
@keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}

.logged-out img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4em;
}

.logged-out .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logged-out .card {
    padding: 2em;
    border-radius: 0;
    margin: 0;
    border: none;
    background: #242424;
    text-decoration: none;
}

.logged-out a {
    text-decoration: none;
}

.logged-out .card i {
    font-size: 4em;
    margin-bottom: 0;
    text-decoration: none;
    color: #f2f2f2;
}

.logged-out .card h2 {
    font-weight: 700;
    font-size: 2em;
    margin-top: 1em;
    text-decoration: none;
    color: #f2f2f2;
}

.logged-out .card .btn {
    margin-top: 1em;
}

.btn-icon i {
    font-size: 1em !important;
    padding: 1em;
    background: rgba(0,0,0,.2);
    margin-right: .5em;
}

.btn-icon {
    padding: 0;
    padding-right: 1em;
    border: none;
    border-radius: 3px;
}

.btn-icon {
    display: inline-block;
}

@media screen and (max-width: 1580px) {
    .management .col-md-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 1280px) {
    .management .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .footer .col-md-3 {

    }
}

@media screen and (max-width: 768px) {
    .management .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

a, button {
    text-decoration: none !important;
}