@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

.desktop-carousel {
    display: none;
}

.main-content {
    padding: 1rem 0rem;
}

h1,
h2,
h3,
h4,
h5 {
    background: #1f9dd4;
    padding: 0.4rem 0.2rem;
    color: #ffffff;
}

.main-content h1 {
    font-family: 'Roboto';
    font-size: 1.6rem;
    font-weight: 800;
}
.main-content h1 a{
    text-decoration: none;
    color: white;
}

.main-content p {
    font-family: 'Roboto';
    font-size: 0.88rem;
    font-weight: 500;
    text-align: justify;
}
.main-content h2 a{
    text-decoration: none;
    color: white;
}

.games-content p {
    font-family: 'Roboto';
    font-size: 0.88rem;
    font-weight: 500;
    text-align: justify;
}

.fixed-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0.3rem 0rem;
    background: #082d3c;
    z-index: 99;
}

.fixed-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-icons i {
    padding: 0.5rem;
    border-radius: 5rem;
    font-size: 1.3rem;
}

.fixed-icons p {
    margin: 0;
    color: #ffffff;
    font-family: 'Roboto';
}

@media only screen and (min-width:476px) {
    .desktop-carousel {
        display: block;
    }

    .mobile-carousel {
        display: none;
    }
    .main-content h1 {
    font-size: 2.2rem;
}
}