body {
    background-color: #ffffff;
    /*background-color: #0a232a;*/
    font-family: Audrey,Cantata One,Perpetua,Verdana;
    color: black;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}

a {
    text-decoration: none;
}

.flex-container {
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}


.hide {
    display: none;
}

.show {
    display: inline;
}


.leftPanel {
    margin-right: 5px;
    text-align: center;
    /*border: 1px solid red;*/
}

.centerPanel {
    margin-top: 0;
    text-align: center;
}

.rightPanel {
    margin-left: 5px;
    text-align: left;
}

.paragraph {
    margin-bottom:0px;
}

.textExtraBig {
    font-size: 3.2em;
}

.textBig {
    font-size: 2.7em;
}

.texNewstExtraBig {
    font-size: 3em;
}

.textNewsBig {
    font-size: 2.5em;
}

.textMed {
    font-size: 1.65em;
}

.textTenor {
    font-size: 1.4em;
    font-family: "Cantata One",Perpetua,Verdana;
    font-weight: lighter;
}

.textBio {
    text-align: left;
}

.textSmall {
    font-size: 1.3em;
}
.textTiny {
    font-size: 0.6em;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

/* Small screens */
@media (max-width: 599px) {
    .col-s-0 {
        width: 0%;
    }

    .col-s-0pt5 {
        width: 4.16%;
    }

    .col-s-1 {
        width: 8.33%;
    }

    .col-s-1pt25 {
        width: 10.4%;
    }

    .col-s-1pt5 {
        width: 12.5%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-2pt5 {
        width: 20.8%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-3pt3 {
        width: 27.78%;
    }

    .col-s-3pt5 {
        width: 29.15%;
    }

    .col-s-3pt75 {
        width: 31.25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-4pt5 {
        width: 37.5%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

/* For tablets: */
@media only screen and (min-width: 600px) {
    .col-m-0 {
        width: 0%;
    }

    .col-m-0pt5 {
        width: 4.16%;
    }

    .col-m-1 {
        width: 8.33%;
    }

    .col-m-1pt25 {
        width: 10.4%;
    }

    .col-m-1pt5 {
        width: 12.5%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-2pt5 {
        width: 20.8%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-3pt3 {
        width: 27.78%;
    }

    .col-m-3pt5 {
        width: 29.15%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-4pt5 {
        width: 37.5%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }
}


/* For desktop: */
@media only screen and (min-width: 768px) {
    .col-0pt5 {
        width: 4.16%;
    }

    .col-1 {
        width: 8.33%;
    }

    .col-1pt25 {
        width: 10.4%;
    }

    .col-1pt5 {
        width: 12.5%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-2pt5 {
        width: 20.8%;
    }

    .col-3 {
        width: 25%;
    }

    .col-3pt3 {
        width: 27.78%;
    }

    .col-3pt5 {
        width: 29.15%;
    }

    .col-3pt75 {
        width: 31.25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-4pt5 {
        width: 37.5%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }


    .col-bottomA {
        width: 27%;
    }

    .col-bottomB {
        width: 31.25%;
    }
}