@font-face {
  font-family: "Gidole";
  src:  url("../fonts/Gidole-Regular.ttf") format("truetype"),
        url("../fonts/Gidole-Regular.woff") format("woff"),
        url("../fonts/Gidole-Regular.woff2") format("woff2");
}

* {
    font-family: "Gidole", sans-serif;
    word-wrap: break-word;
}

body, html {
    height: 100%;
    margin: 0;
}
a {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 0.1em;
}
h1 {
    margin: 6% 0;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 180%;
    text-align: center;
}
h3 {
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* font-size: 20px; */
    font-size: 150%;
    /* font-size: 15pt; */
    /* font-size: 1.5vmax; */
    text-align: center;
}
h3 a {
    color: inherit;
}
h4 {
    font-weight: normal;
    letter-spacing: 4px;
    /*text-transform: uppercase;*/
    /* font-size: 16px; */
    font-size: 120%;
    /* font-size: 12pt; */
    /* font-size: 1.2vmax; */
    text-align: center;
}
h4 a {
    color: inherit;
}
h5 {
    color: inherit;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* font-size: 12px; */
    font-size: 85%;
    /* font-size: 9pt; */
    /* font-size: 0.9vmax; */
    text-align: center;
    margin: 0;
    padding-top: 1.67em;
    padding-bottom: 1.67em;
}
h5 a {
    color: inherit;
}
dl {
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 180%;
}
dl a {
    color: inherit;
}
dt, dd {
    padding: 0;
    margin: 0;
}
dt {
    margin-top: 0.8em;
    /* font-size: 18px; */
    font-size: 128%;
}
dd {
    /* font-size: 14px; */
    font-size: 100%;
}
.DarkModeBlock, .LightModeBlock {
    min-height: 100%;
}
/* #181a1b */
.DarkModeBlock {
    background-color: #333;
    color: #fff;
    border-color: #fff;
}
.LightModeBlock {
    background-color: #fff;
    color: #111;
    border-color: #111;
}
.DarkModeBlock a:hover {
    color: #bbb;
}
.LightModeBlock a:hover {
    color: #888;
}

#ModeToggleButton {
    background-color: inherit;
    color: inherit;
    border: none;
    margin: 4px;
    cursor: pointer;
    font-size: 140%;
}
/* .header {
    min-height: 100%;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption a.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    text-decoration: none;
}
.caption a.border:hover {
    background-color: #000;
} */
/* .text .inner {
    Fix this
    height: 50%;
    margin: auto;
    margin-top: 50%;
    position: absolute;
    top: 0%;
} */
.middle {
    /* NOTE: In order to use margin: auto, the child item must have an absolute position of 0, 0. it will then be moved by margin: auto.. */
    /* NOTE: Edit height in proportion to the text length */
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 96%;
    height: 40%;
    margin: auto;
}
.text {
    padding: 1% 2%;
    text-align: center;
    height: 100%;
}
.endnote {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/* code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
} */
