footer{
    /*background-color: #d7d6db;*/
    padding: 20px;
}
footer .networks a{ color: black; display: inline-block; padding: 0 5px;}
footer .networks a:hover, footer .networks a:focus, footer .networks a:active{color: #1C3C34;}
footer form.suscribe input[type="email"]{
    background-color: #d7d6db;
    color: black;
    min-width: 200px;
    display: inline-block;
    padding: 10px;
    font-size: 12pt;
    border: 1px solid #1C3C34;
    margin-bottom: 10px;
}
footer form.suscribe input[type="submit"]{
    display: inline-block;
    min-width: 200px;
    font-family: "FeltThat";
    font-size: 24pt;
    line-height: 30pt;
    padding-bottom: 10px;
}
footer .credits a{color: #1C3C34; text-decoration: none;}
footer .credits a:hover{color: black;}