.underline-item{
    text-decoration: none;
}

div .underline-item:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.text-white-shadow {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.contact_bg{
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 523px;
}

/* Page transition animations */
body {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

body.fade-in {
    opacity: 1;
}

body.fade-out {
    opacity: 0;
}
