/* Custom AV */

body { background: #272E2E; background: #000;}
.logo {
max-width: 300px;
display: block;
margin: 0 auto;
padding: 20px;
}
a { color: #323232; text-align: center; font-family: sans-serif;}
div { text-align: center;}

footer {color:  #454443; background: #1a1a1a; text-align: center; padding: 10px 0 0 0; position: fixed; bottom: 0; width: 100%;}
footer p {color: #454443;}
footer i { font-size: 30px;  margin-right: 20px;}
footer a { font-size: 30px; color:#454443; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;}
footer a:hover { font-size: 30px; color:#eb9c72; }
