
/*
 * General styles and fonts
 */
html {
    font-size: 10px;
    height: 100%;
    padding: 20px;
    font-weight: 300;
}

body {
    font-family: "Calibri", sans-serif;
    margin: 0px;
    color: #070707;
    min-height: 100%;
    margin: 4px;
    padding: 4px;
    text-align: left;
}

/*
 * Logo container styles
 */
.containerLogo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*
 * Main content styles
 */
main {
    padding: 60px;
}

section {
    margin-bottom: 40px;
}

/*
 * Typography styles
 */
p {
    font-size: 2em;
}

h1 {
    font-size: 4rem;
    margin: 0.2rem;
    font-weight: bold;
    font-family: 'Lexend Deca', sans-serif;
}

h2 {
    line-height: 1.2;
    font-size: 1.75rem;
    margin: 0.5rem;
}

h3 {
    color: #00537e;
    font-size: 2.5rem;
    margin: 0;
}

h4 {
    color: #00537e;
    font-size: 2.75rem;
    font-weight: bold;
    margin: 0;
}

h5 {
    color: #00537e;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
}

hr {
    border-color: black;
    margin-bottom: 50px;
}

/*
 * Figure and canvas styles
 */
figure {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 10px;
    font-family: 'Lexend Deca', sans-serif;
}

figure p {
    background-color: rgb(255, 255, 255);
    margin-bottom: 7px;
    font-size: 1em;
}

canvas {
    height: 100%;
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
}

/*
 * Grid and layout styles
 */
[class*='cols'] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.cols-1>* {
    width: 100%;
    margin: 10px;
}

.cols-2>* {
    width: 50%;
    margin: 10px;
}

.cols-3>* {
    width: 33.33%;
    height: 100px;
    margin: 10px;
}

.cols-4>* {
    width: 25%;
    height: 80px;
    margin: 25px;
}

.cols-5>* {
    width: 20%;
    height: 80px;
    margin: 25px;
}

.cols-6>* {
    width: 16.67%;
    height: 80px;
    margin: 10px;
}

.cols-8>* {
    width: 12.5%;
    height: 80px;
    margin: 5px;
}

#chart020 {
    max-height: 400px;
}

#chart030 {
    max-height: 400px;
}

#chart032 {
    max-height: 300px;
}

section {
    opacity: 1;
    transition: opacity .3s;
}

/*
 * Select input styles
 */
select {
    border: 2px solid #dddddd;
    background: #f5f2f2f8;
    padding: 5px;
    transition: 0.1s;
    font-size: 1.65rem;
    font-weight: bold;
    color: #00537e;
}

select:hover,
select:focus {
    background: #f5f2f2f8;
}
