/* Put your custom styles here */
.head-article {
    background-image: url('../images/water-bg2.jpg');
    background-position: center center;
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    text-align: right;
}

/* FOOTER 1-3
/*---------------------------------------------------- */
.footer-1-3 {
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: url('../images/water-bg2.jpg');
    background-position: center bottom;
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
}

.footer-1-3 .brand-img {
    width: 180px;
}

.footer-1-3 .social {
    margin-top: 20px;
}

.footer-1-3 .address-bold-line {
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.footer-1-3 .address {
    color: #80ffff;
}

.footer-1-3 .footer-text {
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p {
    color: #ecf0f1;
}

.footer-1-3 a {
    color: #6ab5ff;
}

.footer-1-3 a:hover {
    color: #ffffff;
}
