footer{
    background-color:#d3edea;
    height:200px;
    width:100%;
    bottom:0;
    font-weight:bolder;
    color:black;
}
.footerHeader{
    width:100%;
    padding:1em;
    background-color:#73c4ba;
    text-align:center;
}
footer h3{
    font-weight:lighter;
}
footer ul{
    padding-left:5px;
    list-style:none;
}
footer p{
    text-align : justify;
    font-size : 12px;
}
footer iframe {
    width:100%;
    position:relative;
    height:120px;
}
.sm{
    list-style:none;
    overflow:auto;
}
.sm li {
    display: inline;
    padding:5px;
    float:left;
}
.sm li a img {
    width:32px;
}
