/* contact.css */

/* Custom margin override */
.ml-auto-custom {
    margin-top: -8px !important;
}

/* Parallax background override */
.parallax-bg-custom {
    height: 130% !important;
    background-image: url('../img-temp/1920x800/img35.jpg') !important;
    transform: translate3d(0px, -48.8501px, 0px) !important;
}

/* Custom blue text */
.text-irins-blue {
    color: #099ecf !important;
}