nav#main .container ul li a {
font-size :    1em ;
padding :    32px 20px ;
}


section.social-media a.linkedin {
background: #FFFFFF;
color: grey;
    width: 35px;
    height: 33px;
    padding: 7px 15px 0 13px;
}
section.social-media a.linkedin:hover {
background: #1A95CF;
color: #fff;
}
section.social-media a.facebook {
background: #FFFFFF;
color: grey;
    width: 35px;
    height: 33px;
    padding: 7px 15px 0 13px;
}
section.social-media a.facebook:hover {
background: #5573B2;
color: #fff;
}
section.social-media a.youtube{
background: #FFFFFF;
color: grey;
    width: 35px;
    height: 33px;
    padding: 7px 15px 0 13px;
}
section.social-media a.youtube:hover {
background: #D51A1A;
color: #fff;
}
section.social-media a.twitter {
background: #FFFFFF;
color: grey;
    width: 35px;
    height: 33px;
    padding: 7px 15px 0 13px;
}
section.social-media a.twitter:hover {
background: #1AC6FF;
color: #fff;
}


.page-contact #content .socialMedia a {
width: 30px;
height: 30px;
margin: 0px 4px 0px 10px;
padding: 2px 0px 0px 6px;
}
.socialMedia.pull-right  a.linkedin {
background: #1B86BC;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}
.socialMedia a.linkedin:hover {
background: #1A95CF;
}
.socialMedia.pull-right a.facebook {
background: #3b5998;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}
.socialMedia a.facebook:hover {
background: #5573B2;
}
.socialMedia.pull-right a.youtube{
background: #bb0000;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}
.socialMedia a.youtube:hover {
background: #D51A1A;
}

.socialMedia.pull-right a.twitter {
background: #00aced;
color: white;
width: 38px;
height: 40px;
padding: 10px 13px 0 13px;
margin: 0px 2px 0 0px !important;
}
.socialMedia a.twitter:hover {
background: #1AC6FF;
}