.gameservers {
    margin-top: 75px;
    padding-bottom: 75px;
}

.copyright {
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 20px 0px;
    background-color: #1D2333;
}

.footer {
    background-color: #21283B;
    height: 250px;
    border-top: 3px solid #284972;
}

.row#footer {
    color: white;
    padding-top: 45px;
}

img {
    padding-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    margin: 0px 0px 24px 0px;
}

.footer a {
    text-decoration: none;
    color: white;
    display: block;
}

.footer a:hover {
    text-decoration: none;
    color: rgb(199, 199, 199);
}


body {
    background-color: #21283B;
}

.gamebox {
    padding-bottom: 30px;
    width: 100%;
    background-color: #283145;
    border-radius: 15px;
    margin-bottom: 50px;
    transition: 0.25s linear;
}

.gamebox:hover {
    transform: translateY(-10px);
    transition: 0.25s linear;
}

.gamebox img {
    width: 100%;
    border-radius: 15px;
}

.gamebox h1 {
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

.gamebox p {
    color: rgb(199, 199, 199);
    text-align: center;
}

.gamebutton {
    background-color: #283145;
    border: 2px solid #474d5a;
    border-radius: 8px;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
}

.gamebutton:hover {
    text-decoration: none;
    color: rgb(194, 194, 194);
}

.gamebutton p {
    font-size: 13px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;   
}

.gamebutton p:hover {
    color: rgb(199, 199, 199)   
}

.header {
    background-color: #1D2333;
    padding-bottom: 8px;
}

.navlogo {
    padding: 30px 0px 0px 55px;
    display: inline-block;
}

.navlogo img {
    max-height: 45px;
}

.top-nav {
    float: right;
    padding: 25px;
}

.top-nav a {
    margin: 0 25px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s;
    display: inline-block;
}

.top-nav .dashboard {
    margin: 0px 25px !important;
    display: inline-block;
    background-color: #3977c2;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    transition: background-color 0.3s;
}

.top-nav .dashboard:hover {
    color: white;
    background-color: #5495e4;
    transition: background-color 0.3s;
}

.top-nav i {
    color: white;
    transition: color 0.3s;
    display: inline-block;
}

.top-nav a:hover  {
    color: #4881c7;
    transition: color 0.3s;
}

.top-nav .activeheader {
    color: #5ca6ff;
}

.carousel {
    background-color: #232b40;
    height: 650px;
}

.carousel h1 {
    font-size: 50px;
    color: white;
    margin: 70px 0px 2px 0px;
}

.carousel h2 {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
}

.carousel p {
    margin-right: 50px;
    font-size: 18px;
    color: white;
}

.carousel-b {
    padding-top: 10px;
}

.header-image {
    margin: 10px 20px 0px 0px;
    width: 80%;
    float: right;
}

.gametitle {
    margin-top: 100px;
    color: white;
}

.carousel-button {
    color: white;
    text-decoration: none;
    background-color: rgb(57 119 194 / 80%) !important;
    padding: 8px;
    border-radius: 7px;
    transition: background-color 0.3s;
}

.carousel-button:hover {
    color: white;
    background-color: #5495e4;
    transition: background-color 0.3s;
}

@media screen and (max-width:1199px) {
    .header-image {
        margin-top: 70px;
    }    
}

@media screen and (max-width:991px) {
    .header-image {
        display: none;
    }  
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 75px 1px 0px 1px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.active, .dot:hover {
    background-color: #5495e4;
}

#slide {
    display: none;
}

.rowslide {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5.5s;
    animation-name: fade;
    animation-duration: 5.5s;
}
  
@-webkit-keyframes fade {
    from {opacity: 0.0}
    to {opacity: 1}
}
  
@keyframes fade {
    from {opacity: 0.0}
    to {opacity: 1}
}

#whytext {
    color: white;
    margin: 75px 0px 50px 0px;
}

.infobox {
    padding-top: 25px;
    background-color: #283145;
    height: 300px;
    border-radius: 15px;
    margin: 20px;
    text-align: center;
    margin: 20px;
    transition: 0.25s linear;
}

.infobox h1 {
    padding-top: 25px;
    color: white;
    font-size: 30px;
}

.infobox p {
    padding-top: 10px;
    color: rgb(199, 199, 199);
    padding-right: 30px;
    padding-left: 30px;
}

.infobox:hover {
    transform: translateY(-10px);
    transition: 0.25s linear;
}

.infoicon i {
    color: #5495e4;
    font-size: 40px;
}

.infoicon {

    border-radius: 100%;
    background: #2b354b;
    width: 90px;
    border: 3px solid #5495e4;
    display: flex;
    color: #5495e4;
    white-space: nowrap;
    height: 90px;
    align-items: center;
    font-size: 40px;
    justify-content: center;
}

#iconinfo {
    padding-top: 25px;
}
