@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.text-red-bg {
    background-color: red;
}

#akobo-road-segment {
    min-height: 680px;
    background-image: url(../img/akobo-road.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.white.text {
    color: #FFFFFF !important;
}

.push-20 {
    margin-top: 20px;
}

.push-10 {
    margin-top: 10px;
}

.push-5 {
    margin-top: 5px;
}

.push-50 {
    margin-top: 50px;
}

.push-100 {
    margin-top: 100px;
}

.fiester-tag  {
    cursor: pointer;
}
