body {
    margin: 0;
    padding: 0;
    background: #f6f5f5;
    height: 100%
}

a {
    text-decoration: none;
    color: #222;
}
.mg-b25{
    margin-bottom: 25px;
}
.mb40 {
    margin-bottom: 40px
}

.top {
    width: 100%;
    height: 100px;
    background: rgba(37, 37, 37, 1);
}

.logo {
    position: relative;
    top: 25px;
    margin-left: 200px
    /*        left:200px;*/
}

.row {
    margin: 0
}

h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding: 15px 0;
    font-family: 'HelveticaNeue';
    font-weight: bold
}


img {
    position: absolute;
    -webkit-transition: top 2s ease-out 0s;
    transition: top 2s ease-out 0s;
    left: -150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.clear {
    margin-top: 100px;
    clear: both;
}

footer {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(37, 37, 37, 1);
    bottom: 0
}
