body {
    font-family: "Roboto", sans-serif;
}

h3 {
    font-weight: bold;
    margin-bottom: 1em;
}

h4 {
    text-align: left;
}

h4.workshop-date {
    margin-top: 5em;
}

h4.workshop-title 
{
    font-weight: bold;
}

h5 {
    text-align: left;
    margin-top: 0.9em;
    font-weight: bold;
}

h5 p {
    padding-top: 0.6em;
    font-weight: normal;
}

.container {
    text-align: center;
}

.page_title_text_center {
    background-image: url(./images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
}

.page_title_text_center .text_title {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.text_title h1{
    font-weight: 600;
    /* font-size: 30px; */
}

p {
    text-align: left;
}