.rounded-circle {
    border-radius: 50% !important;
}

.portfolioBrandLogo {
    height: 200px;
    width: 200px;
}

.facebookColor {
    color: #3C5898;
}

.facebookBackground {
    color: #ffffff;
    background: #3C5898;
    border-radius: 10px;
}

.facebookGreyBackground {
    color: #000000;
    background: #D4D8E8;
    border-radius: 5px;
}
html, body{
    overflow-x:hidden
}
.backgroundDark {
    background-color: #000000 !important;
}
