/* your styles go here */
:root {
    --primary-accent: #ff7231;
    --navbar-border-top: #a05421;
    --button-border: #c25928;
    --link-focus: #b55a26;
    --form-shadow: rgba(218, 129, 77, 0.6);
    --pagination-bg: #f4dbcc;
    --link-hover-bg: #ca6a2a;
    --navbar-focus: #ffdccc;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

.home-carousel {
    background: url('../img/city.jpg') center center repeat;
    background-size: 1500px;
}

.home-carousel .dark-mask {
    opacity: .7;
    background-color: black;
}

/* Example site test */

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