body {
    background: #fff none repeat scroll 0 0;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    margin: unset;
}
a, a:active, a:focus, a:visited {
    outline: none;
}
h1 {
    color: #2e2e2d;
    font-size: 26px;
    font-weight: lighter;
    text-transform: uppercase;
}
#outer {
    display: table;
    height: 100vh;
    width: 100%;
}
#inner {
    display: table-cell;
    padding: 20%;
    text-align: center;
    vertical-align: middle;
}
#logo {
    margin-bottom: 100px;
}
#logo img {
	max-width: 200px;
}
.icon:before {
	color: #2e2e2d;
    content: "\f118";
    font-family: "FontAwesome";
    font-size: 60px;
}
@media only screen and (max-width: 480px) {
#logo img {
	max-width: 160px !important;
}
h1 {
    font-size: 20px;
}
.icon:before {
    font-size: 40px;
}
}