html,
body {
    margin: 0;
    padding: 0;
    background-image: url(img/paris_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}

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

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

.fa {
    color: #e5e5e5;
    margin: 0 5px;
    opacity: 0.5;
}

.fa:hover {
    opacity: 1.0;
    transition: all .4s ease-in-out;
}

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

a:hover {
    color: #ffffff;
    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;
    bottom: 0;
    margin-bottom: 60px;
}

.brand-logo img {
    display: inline-block;
    width: 350px;
    margin: 0 auto;
}

.brand-logo img:hover {
    cursor: pointer;
    transform: scale(1.06);
    transition: all .4s ease-in-out;
}

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

.mail {
    background-color: #312f3d;
    margin: 0 auto;
    width: 80px;
    height: 25px;
    padding-top: 5px;
    border-radius: 5px;
    display: block;
}

.mail:hover {
    background-color: #3e3c47;
    transition: all .4s ease-in-out;
}

@media (max-width: 767px) {}