/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.footer-container {
    fill: rgba(255, 255, 255, 0.6);
}
.block-social a svg {
    width: 21px;
    height: 21px;
    fill: inherit;
}
.header-page .block-social a svg {
    width: 19px;
    height: 19px;
}
.header-page .block-social a {
    fill: #512a69;
}
.block-social a:hover, .header-page .block-social a:hover, .header-page .block-social a:focus{
    fill: #f3d549;
}