

:root {
    font-size: 16px;
}

html,body {
    height: 100%;
    min-height: 100%;
}

body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    font-family: 'Nohemi', sans-serif;;
}


.content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem 30px 3rem;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}


/* carousel */

.carousel-backdrop {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00000045;
    z-index: 1;
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
    pointer-events: none;
}


.carousel-custom-caption {
    z-index: 4;
}

.carousel-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
