.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.nobreak {
    white-space:nowrap;
}

.greekLowerCase {
    text-transform: lowercase;
    font-family: 'Arial';
}

.flexTable .row {
    padding-left: 1rem;
}

.zebra .row:nth-child(even){
    background-color: #f5f5f5;
}

.flexTable .tableSpacer {
    margin-bottom: 1.8rem;
}

.flexTable .tableHeader {
    margin-bottom: 0.6rem;
}

body {
    hyphens: auto;
    overflow-wrap: anywhere;
}

.heading2 {
    font-family: 'Josefin Sans';
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -2rem;
}

.heading3 {

    font-size: 2.2rem;
    font-weight: bold;

    margin-bottom: -3rem;
}