:root {
    --primary-accent: #ae684a;
}

.navbar {
    background-color: #ae684a;
}

.home-carousel {
    position: relative;
    background: url('../img/carousel-background.jpg') 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;
}