/* ========================================================================== */
table thead {
    border-bottom: 2px solid #1a1a1a;
}

table tr td,
th {
    padding: 2vh;
}

ul {
    margin-bottom: 10px !important;
}

/* ========================================================================== */
.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;
}

.home-carousel {
    background-size: cover;
    background-color: #f2f2f2;
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #f2f2f2 10px), repeating-linear-gradient(#1a1a1a, #6495ed);
}

div.icon {
    font-size: 4vh;
}

.box-simple h3 {
    color: #1a1a1a;
}

.box-simple p {
    color: #555555;
}

.bottom-space {
    margin-bottom: 40px;
}
