@charset "UTF-8";

html body {
    font-family: "Roboto", sans-serif;
}

.nav-bar-color {
    background-color: #B3C8CF !important;
}

.nav-highlight,
.navbar-brand {
    font-weight: 600;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

.color-1 {
    background-color: #D5949E;
}

.color-2 {
    background-color: #BCA4A8;
}

.color-3 {
    background-color: #59B0C3;
}

.color-4 {
    background-color: #89C2B3;
}

.color-5 {
    background-color: #C2A68D;
}

.color-6 {
    background-color: #99D7CB;
}

.color-7 {
    background-color: #E4C17B;
}

.color-8 {
    background-color: #9EA7D6;
}

.color-9 {
    background-color: #F4A2B4;
}