html,
body {
    margin: 0;
    padding: 0;
}

.box-social {
    margin-top: -30px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 14px;
    color: #324c6a;
}

.fa {
    color: #324c6a;
    font-size: 20px;
    line-height: 20px;
    margin: 0 5px;
    transition: all .4s ease-in-out;
}

.fa:hover {
    color: #246594;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    color: #fff;
}

a:hover {
    transition: all .4s ease-in-out;
}

ul {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
}

li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.box-center {
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(100vh/4);
}

.brand-logo {
    padding: 20px;
}

.brand-logo img {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    transition: all .4s ease-in-out;
}

.brand-logo img:hover {
    cursor: pointer;
    transform: scale(1.06);
}

.brand-name {
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 1.4em;
    letter-spacing: 3px;
    color: #324c6a;
    padding: 5px;
}

.contact {
    height: 60px;
    margin-bottom: 40px;
}

.mail {
    background-color: #324c6a;
    color: red;
    margin: 0 auto;
    width: 80px;
    height: 25px;
    padding-top: 5px;
    border-radius: 5px;
    display: block;
    transition: all .4s ease-in-out;
}

.mail:hover {
    background-color: #246594;
}