.category-header {
    color: #ff6600;
    width: 100%;
    background-color: black;
    text-align: center;
    padding-top: 1px;
}

.intro {
    font-family: 'Julius Sans One', sans-serif;
}

.intro > h1 {
    font-weight: bold;
    font-size: 3.8em;
    letter-spacing: 0.3em;
    color: #ff6600;
}

.intro > h1 > small {
    line-height: 1.1em;
}

.intro > p {
    font-size: 1.9em;
}

.carousel {
    margin-top: 55px;
    background-color: #ffffff;
}

.item {
    padding-left: 150px;
}
