body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: small;
}

@font-face {
    font-family: Moontime;
    src: url(./fonts/MoonTime-Regular.ttf);
}

.font-anton {
    font-family: Anton;
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 1.4em;
}

.higd-color-pink {
    color: #ed318e;
}

.higd-color-blue {
    color: #248ecb !important;
}

.higd-bg-pink {
    background-color: #ed318e;
}

.higd-bg-blue {
    background-color: #248ecb;
}

.higd-hr {
    color: black;
}

html, body {
    overflow-x: hidden;
}

.higd-button-large {
    background-color: black;
    color: white;
    font-size: 30px;
    border-radius: 10px;
}

.higd-button-small {
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 10px;
}

.invert-logo {
    filter: invert(1);
}

.menu-items {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 425px) {
    .motto {
        position: absolute;
        font-size: 51px;
        bottom: 70px;
        right: 284px;
        font-family: moontime;
        color: #ed318e;
        line-height: 40px;
        transform: rotate(352deg);
    }
}

@media only screen and (max-width: 425px) {
    .motto {
        position: absolute;
        font-size: 51px;
        bottom: 0;
        right: 20px;
        font-family: moontime;
        color: #ed318e;
        line-height: 40px;
        transform: rotate(352deg);
    }

}

@media only screen and (max-width: 575px) {
    .higd-font-100 {
        font-size: 15vw !important;
        text-align: center;
        font-weight: bold;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
    .higd-font-100 {
        font-size: 10vw !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .higd-font-100 {
        font-size: 10vw !important;
        font-weight: bold;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .higd-font-100 {
        font-size: 7vw !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .higd-font-100 {
        font-size: 100px !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1400px){
    .higd-font-100 {
        font-size: 100px !important;
        font-weight: bold;
    }
}

.higd-card > div{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    background-color: white;
}

section {
    scroll-margin-top: 50px;
}
