/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
    font-family: 'The California';
    src: url('TheCalifornia.woff2') format('woff2'),
        url('TheCalifornia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Darleston';
    src: url('Darleston.otf') format('woff2');
    font-weight: normal;
    font-style: normal;

}

.button_calendar{
    border: none;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 15px;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-family: inherit;
}

/*#youtube-icon{
    display: none;
}*/