* {
    font-family: 'Comfortaa','Arial','Verdana',sans-serif;
}

.bg-image {

    background-size: cover;
}

.details-font {
    font-family: 'Ole', cursive;
}

.title-underline {
    display: inline-block;
    background-color: #c1a29a;
    width: 50px;
    height: 5px;
    margin: 5px 0px 20px 0px;
}

.vertical-underline {
    display: inline-block;
    background-color: secondary;
    width: 30px;
    height: 5px;
    margin: 5px 0px 20px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.big-text {
    font-size: 20px;
}

.v-card__text,
.v-card__text h2 {
    color: black !important;
}

@media only screen and (max-width: 600px) {
    .full-width-on-sm {
        margin-top: 7px;
        width: 100%;
    }
}