h1 {
    font-size: 3.5vw !important;
}

h3 {
    font-size: 2.8vw !important;
}

.yellow {
    color: #FAC956;
}

.blue {
    color: #6492B8;
}

.purple {
    color: #431D56;
}

.bg-yellow {
    background: #FAC956;
}

.bg-purple {
    background: #431D56;
}

.bg-blue {
    background: #6492B8;
}

.border-left-yellow {
    border-left: #FAC956 solid 3px;
}

.border-left-purple {
    border-left: #431D56 solid 1px;
}

.bg-map {
    background-image: url(/static/img/map.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.h-10 {
    height: 10px;
}

.h-15 {
    height: 15px;
}

.h-30 {
    height: 30px;
}

.break-word {
    word-break: break-all;
}