.logo img {
    width: 180px;
}

.hero-image-container, .hero-image-container img {
    min-height: 415px;
}

.hero-image {
    width: 100%;
}

#services {
    text-align: center;
}

#services h2 {
    font-size: 34px;
    margin-top: 0;
}

#services img {
    float: none;
}

#oursocial {
    background-image: url(../img/patterns/pink-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.avatar img {
    width: 240px;
    border-radius: 100%;
    height: 240px;
    border: 5px solid #EEBAD5;
}

.social-link-header {
    color: white;
}

.center-icon {

    text-align: center;
}

.messenger-icon {
    width: 140px;
    margin: 0;
}

@media (max-width: 480px) {
    #services img {
        margin: 20px 0 0 0;
    }

    .hero-image-container, .hero-image-container img {
        min-height: 360px;
    }
}