@import url(head.css);
body {
    background-image: url(media.jpg);
    background-repeat: no-repeat;
    // background-position: center;
    background-size: cover;
    background-color: #f0eeed;
}

.header {
    // position: initial;
}

h1 {
    color: #46626f;
}

.content {
    margin-top: 110px;
}

.content_right {
    margin-top: 4%;
}

.social-icon {
    margin-top: 8%;
}

.content_right img {
    width: auto;
}

.content_right .col-md-3 {
    text-align: center;
}


/*footer*/

.footer {
    position: fixed;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    // margin: 0 auto;
    bottom: 0;
}

.footer a {
    color: #000;
}

@media (max-width: 768px) {
    .content {
        margin-top: 110px !important;
    }
    body {
        background-position-x: center;
    }
    .content_right h1 {
        margin-left: 15%;
    }
    .content_right img {
        width: 32%;
    }
    .social-icon .row div:first-child,
    .social-icon .row div:nth-child(2) {
        margin-bottom: 30px;
    }
    .social-icon {
        margin-top: 10% !important;
    }
}

@media (max-width: 600px) {
    .content_right img {
        width: 40%;
    }
}
