@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz@9..144&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fraunces', Times New Roman, serif;
    font-weight: bold;
}

* {
    font-family: 'Commissioner', Arial, sans-serif;
}

a {
    color: #508080;
}

a:hover {
    color: #E30B5C;
}

html, body {
    height: 100%;
}

body {
    background-color: #F0F5F5;
    color: #2F4F4F;
}

main {
    padding-bottom: 40px !important;
}

.title {
    padding-top: 20px
}

.subtitle {
    padding-bottom: 5px;
    max-width: 600px;
    margin: auto;
}

.center {
    text-align: center;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -40px; 
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tooltip {
    position: absolute;
    pointer-events: none;
    background: #003B6F;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    max-width: 300px;
}

div.resize {
    max-width: 500px;
    margin: auto;
}