﻿body {
    margin: 0px;
    background-color: #080808;
    font-family: 'Roboto';
    font-size:1rem;
}

.icon-youtube {
    background-image: url(/Images/y_0.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-youtube:focus, .icon-youtube:hover {
    background-image: url(/Images/y_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-facebook {
    background-image: url(../Images/f_0.png);
    background-repeat: no-repeat;
    background-size:contain;
}
.icon-facebook:focus, .icon-facebook:hover {
    background-image: url(../Images/f_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-twitter {
    background-image: url(/Images/t_0.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-twitter:focus, .icon-twitter:hover {
    background-image: url(/Images/t_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-google {
    background-image: url(/Images/g_0.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-google:focus, .icon-google:hover {
    background-image: url(/Images/g_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-linkedIn {
    background-image: url(/Images/i_0.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-linkedIn:focus, .icon-linkedIn:hover {
    background-image: url(/Images/i_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.imageDivider {
    padding-left: 8px;
    padding-right: 8px;
}
.activeMenu {
    color: #f6921e;
    background-color: #21466c;
    border-bottom: 1px solid #f6921e;
}
