@font-face {
    font-family: "gruppo";
    src: url("../static/fonts/Gruppo-Regular.ttf")
}

body {
    margin: 0px 9% 0px 9%;
    background-color: #FFF5E8;
}

nav {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #F79A77;
}

.headertext {
    font-family: gruppo;
    font-weight: bold;
}

.hero-content {
    padding: 0px 9%;
}

.first-content-div {
    background-color: #E8F6FF;
    padding: 0px 9% 0px 9%;
    margin-top: 50px;
}

.second-content-div{
    background-color: #A2D4F6;
}

.carousel-caption {
    background-color: rgba(87, 86, 86, 0.9);
}

@media(min-width: 576px) {
    nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}