#cont1
{
    padding: 2em;
    background-color: #7a76aa;
}
#cont2, #cont2 *
{
    background-color: #b3b1d4;
}
#cont2>#wrapper{
    padding: 2em;
}
#contBot
{
    font-weight: bold;
    padding-top: 10px;
    color: #e3e386;
    background-color: #353255;
}
.socialIcon:hover {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.utilCenter{

}
.socialIcon{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}
.socialP{
    margin-bottom: 0.1rem;
    text-transform: capitalize;
}
#highlightImg{
    max-width: 200px !important;
    height: auto;
    border-radius: 25px;
    border: solid 2px #3e4046;
}
@media only screen and (max-width: 40.063em){
    .utilCenter{
        text-align: center;
    }
    .socialIcon{
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 64.063em){
    .utilCenter{
        text-align: center;
    }
    .socialP{
    font-size: 1em;
    }
}
.overflowHide{
    overflow: hidden;
}