body {
    margin: 0px;
}

.no-overflow{
    overflow: hidden;
}

.quarter-box {
    position: absolute;
    width: 50%;
    height: 50%;
    text-align: center;
}

.top {
    top: 0px;
}

.left {
    left: 0px;
}

.bottom {
    top: 50%;
}

.right {
    left: 50%;
}

.big {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
}

.small {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.plain {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.colorscheme-1 {
    color: #4c4c4c;
    background-color: #ffffff;
}

.colorscheme-2 {
    color: #4c4c4c;
    background-color: #91fecd;
}

.colorscheme-3 {
    color: #ffffff;
    background-color: #c72059;
}

.colorscheme-4 {
    color: #ffffff;
    background-color: #4c4c4c;
}

.vertical-center-parent {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-center-child {
    display: table-cell;
    vertical-align: middle;
}

.horizontal-menu {
    list-style: none;
    display: block;
    list-style-type: disc;
    margin: 1em 0px;
    padding: 0px 0px 0px 40px;
}

.horizontal-menu li {
    display: inline-block;
    width: 100px;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover, .grow:focus {
    transform: scale(1.1);
    z-index: 10;
}

li>a {
    width: 100%;
    display: block;
}

a{
    color: inherit;
}

nav {
    cursor: default;	
}

.selected {
    font-weight: bold;
    cursor: default;
}

.selectable {
    border: none;
    border-bottom: 0px;
    cursor: pointer;
}

.selectable:hover {
    border: solid 0px;
    border-bottom-width: 4px;
    margin-bottom: -4px;
}

.colorscheme-1 .selected {
    color: #ffffff;
    background-color: #4c4c4c;
}

.colorscheme-2 .selected {
    color: #91fecd;
    background-color: #4c4c4c;
}

.colorscheme-3 .selected {
    color: #c72059;
    background-color: #ffffff;
}

.colorscheme-4 .selected {
    color: #4c4c4c;
    background-color: #ffffff;
}

#main-content{
    margin: 0px 20px;
}

.display-set{
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.display-set h1{
    font-size: 1.5em;
    font-weight: bold;
}

.display-set a{
    font-style: italic;
}

.display-set p{
    display: inline-block;
    width: 500px;
    text-align: justify;
    margin: 0px;
    margin-bottom: 1em;
}

.display-set .link-buttons{
    display: inline-block;
    width: 500px;
    text-align: justify;
    margin: 0px;
    margin-bottom: 1em;
}

.link-button{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: black;
    border: 0px solid;
    border-radius: 50%;
    line-height: 100px;
    color: white;
}
