/* only used for a few rules defining how the index page should act */
.page-top-text {
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 0;
}

.socials-bar-big {
    text-align: center;
}

.socials-bar-big a {
    font-size: 30px;
    color: white;
    text-decoration: none;
} .socials-bar-big span {
    font-size: 30px;
    color: white;
}

.socials-bar-big img {
    max-width: 28px;
}

@media only screen and (max-device-width: 1000px) {
    img.socials-bar {
        max-width: 5%;
    }
}