body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    background-color: black;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #989898;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #c3c3c3;
    font-weight: 400;
    margin-bottom: 30px;
}



/* styles */
.style-main {
    background-color: black;
    color: white;
}
.style-default {
    background-color: 202225;
    color: white;
}
.style-alt {
    background-color: lightgray;
    color: black;
}



/* common boxes */
.blackBar {
    height: 100px;
}
.anchor {
    padding: 40px;
}
.container-fluid {
    padding: 60px 50px;
}



/* navbar */
#navbarMain {
    margin: 0px;
    padding: 0px 40px;

    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}
#navbarMainBrand {
    padding: 20px;
    margin: 0px;
    height: 100px;
}
#logo {
    height: 100%;
}
#navbarMainButton {
    padding: 20px;
    margin: 0px;
    height: 100%;
}
.navbarMainNav {
    padding: 2rem;
    margin: 0px;
    height: 100%;
}
#navbarMainNavLeft {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
.navbarMainNav li,
.navbarMainNav a {
    height: 100%;
    line-height: unset !important;
    color: white;
    font-size: 100%;
}
#navbarMainNavRight li {
    width: 75px;
}
.navbar-nav li a:hover {
    background-color: white !important;
    color: black !important;
}



/* Icons */
.iconSocial .icon{
    height: 100%;
    padding: 10px;
    display: block;
    margin: 0 auto;
}
.iconSocial {
    padding: 0px !important;
}
.iconSocial:hover img {
	filter: invert(100%);
}



/* Carousel */
#carouselMain {
    padding: 0px;
    margin: 0px;
    height: 100%;
}
.carousel-image {
    object-fit: cover;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
}
.carousel-text {
    background-color: rgba(0, 0, 0, 0.6);
    width: 55%;
    padding: 2%;
    margin: 0%;

    position: absolute;
    bottom: 67px;
}
.carousel-inner,
.carousel .item {
    height: 100%;
}
.carousel-inner .active,
.carousel-inner .prev,
.carousel-inner .next {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-indicators .active {
    background-color: white !important;
}
.carousel-inner a {
    color: lightgreen;
}
.carousel-inner a:hover {
    color: green;
    text-decoration: none;
}



/* Servers */
.serverColumn {
    border:1px solid black;
    /* background-color: white; */
    height: 500px;
}
.teamspeak > div {
    padding: 10px !important;
}
.discord {
    height: 100%;
    width: calc(100% - 0.5px);
    margin-top: -10px;
}
.discordBackground {
    height: 10px;
    background-color: #7289da;
}



/* Footer */
#footer {
    padding: 35px;
}
.sponsor {
    float: left;
    width: 18em;
}
.sponsor a {
    color: white;
    padding: 25px 10px 20px 15px;
    text-decoration: none;
}
/* .sponsor a:hover {
    background-color: white;
    color: black;
} */
.sponsorimage {
    height: 2em;
    margin-top: -6%;
}
#iconBackToTop {
    font-size: 30px;
}



/* Loose css */
.glyphicon {
    font-size: 20px;
}
.icon {
    color: white !important;
    border-color: white !important;
}
.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 1024px) {
    #navbarMain {
        padding: 0px 25px;
    }
    #navbarMainBrand {
        padding: 15px;
        height: 65px;
    }
    #navbarMainButton {
        padding: 15px;
    }
    .navbarMainNav {
        padding: unset;
        border: unset;
    }
    #navbar {
        background-color: rgba(0, 0, 0, 0.9);
        max-height: unset;
        padding: 1px;
    }
    .navbar-nav li,
    .navbar-nav a {
        text-align: center;
    }
    #navbarMainNavLeft a {
        height: unset;
        padding: 19px;
    }
    #navbarMainNavRight {
        margin: 0px;
    }
    #navbarMainNavRight li {
        float: left;
        width: calc( (100% - 0.1px) / 7); /* -0.1px fixes Edge bug where elements dont fit */
        min-width: 75px;
    }
    #navbarMainNavRight li a{
        padding: 5px !important;
        width: 100%;
    }



    /* Loose CSS */
    .blackBar {
        height: 66px;
    }
    #footer {
        padding: 0px 25px;
    }
    #iconBackToTop {
        font-size: 20px;
        padding: 23px;
    }
    .sponsor {
        margin: 23px;
    }


    /* Carousel */
    .carousel-text {
        width: 70%;
    }
    .carousel-text h1 {
        font-size: 6vw;
    }
    .carousel-text p {
        font-size: 2.1vw;
    }
    .carousel-indicators {
        margin-bottom: 0px;
        bottom: 20px;
    }



    /* stuff to make the navbar responsive at given size*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media screen and (max-width: 1024px) and (orientation:portrait) {
    .carousel-text h1 {
        font-size: 8vw;
    }
    .carousel-text p {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 768px) and (orientation:portrait) {
    /* #navbarMainNavRight a {
        width: calc(100% / 7);
    } */
}
