/* GENERAL */
ul {
    list-style: disc;
    margin-left: 15px;
}

p {
    font-size: 16px;
}

/* MAD COW BUTTON STYLING */
.madcow-button {
    padding: 10px 15px;
    width: auto;
    margin: 10px auto;
    color: #fff !important;
    background-color: #003b71;
    border-style: solid;
    border: 2px solid #4d7f71;
    border-radius: 3px;
    text-decoration: none !important;
    text-align: center;
}

.madcow-button:hover {
    background-color: #4d7f71;
    border: 2px solid #003b71;
}

/* PORTFOLIO PAGE SITE IMAGE HOVER */

.portfolio-image-slider-fancy {
    height: 400px;
}

.portfolio-image-slider-fancy .elementor-column-wrap {
    transition: background-position 5s linear 0s;
}

.portfolio-image-slider-fancy .elementor-column-wrap:hover {
    background-position: bottom center !important;
    transition: background-position 5s linear 0s;
}

.page-content a.wp-element-button {
    text-decoration: none;
}