body {    
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: lemonde-journal, serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #4d4d4d;
    height: 100vh;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*
::selection {
    background: #9ceade;
}
*/

h1 {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #4d4d4d;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s;
}

a:hover {
    transition: color .2s;
    color: #9ceade;
}

.margin-b {
    margin-bottom: 1rem !important;
}

.padding-t {
    padding-top: 10px !important;
}

.padding-h {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.main-container {
    padding: 4rem;
    max-width: 500px;
}

.event-container {
    padding: 1rem 4rem;
    max-width: 500px;
}


.font-helvetica {
    font-family: Arial, Helvetica, sans-serif !important;
}


.font-b {
    font-weight: 700;
}

.font-r {
    font-weight: 400;
}

.font-i {
    font-style: italic;
}

.size-l {
    font-size: 2rem;
}

.size-m {
    font-size: 1.5rem;
}

.size-s {
    font-size: 1rem;
}


.emoji {
    font-size: 20px;
}




.event-card {
    width: 100%;
    height: 200px;
    border-radius: 2px;
    background-image: url("./media/bg-still-2.png");
    /* background-image: url("./media/bg-gif.gif"); */
    background-size: cover;
    /* box-shadow: 0px 0px 12px rgba(38, 65, 94, 0.1); */
    box-shadow: 0px 0px 36px rgba(38, 65, 94, 0.14);
}

.event-card.old {
    filter: brightness(60%);
}


.text-container {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    /* color: white; */
    bottom: 0px;
    width: calc(100% - 20px);
    position: absolute;
}

.f-helvetica {
    font-family: Arial, Helvetica, sans-serif !important;
}

@media only screen and (max-width: 600px) {
    .main-container {
        padding: 1rem;
    }
}



/*


Le Monde Journal Std Regular

font-family: lemonde-journal, serif;
font-weight: 400;
font-style: normal;


Le Monde Journal Std Italic

font-family: lemonde-journal, serif;
font-weight: 400;
font-style: italic;


Le Monde Journal Std Bold

font-family: lemonde-journal, serif;
font-weight: 700;
font-style: normal;


Le Monde Journal Std Bold Italic

font-family: lemonde-journal, serif;
font-weight: 700;
font-style: italic;


Le Monde Journal Std Book

font-family: le-monde-journal-std-2, serif;
font-weight: 400;
font-style: normal;


Le Monde Journal Std Book Italic

font-family: le-monde-journal-std-2, serif;
font-weight: 400;
font-style: italic;*/




