﻿.textmodule {
    font-size: 1rem;
}

.textmodule h3 {
    margin-bottom: 0.5em;
    margin-top: 1em;
}


.textmodule h1 {
    font-size: 3em;
    margin: 0;
    text-align: center;
    font-weight: 400;
    padding: 0;
}
@media (min-width: 768px) {
    .textmodule h1 {
        font-size: 4em;
    }
}


.textmodule h2 {
    font-size: 2.5em;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding: 0;
}

@media (min-width: 768px) {
    .textmodule h2 {
        font-size: 4.5em;
    }
}

.textmodule p {
    font: 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    text-align: center;
    font-weight: 200;
    padding: 0;
    padding-top: 1.3em;
    color: #000;
}

@media (min-width: 768px) {
    .textmodule p {
        color: inherit;
        font-weight: 100;
    }
}

.center-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.textmodule .marginBottom {
    margin-bottom: 2em;
}

.textmodule.left h2,
.textmodule.left h3,
.textmodule.left p
{
    text-align: left;
}

.textmodule a:not(.ButtonLink) {
    color: #009fef;
    text-decoration: underline;
}
/*
.textmodule a:not(.ButtonLink):hover {
    color: #0080c0;
    text-decoration: none;
}*/

.textmodule a:not(.ButtonLink):visited {
    color: #78288c;
}

.textmodule a:not(.ButtonLink):hover {
    color: #009fef;
    text-decoration: none;
}
