/* your styles go here */
/* Example site test */

:root {
    /* --primary-accent: #da4d4d;  DV */
    --primary-accent: #7b0303;
    /* --navbar-border-top: #530101; DV */
    --navbar-border-top: #520101;
    --button-border: #c22828;
    --link-focus: #b52626;
    --form-shadow: rgba(218, 77, 77, 0.6);
    --pagination-bg: #b1acac;
    --link-hover-bg: #ca2a2a;
    --navbar-focus: #E43232FF;
}

.home-carousel {
    position: relative;
    background: url('../img/texture-bw.png') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    background: url('../img/texture-violet.png') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.jumbotron .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--link-focus);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}
