@font-face {
    font-family: "aleo";
    src: url(/fonts/Aleo-Regular.woff);
}

@font-face {
    font-family: "aleo-bold";
    src: url(/fonts/Aleo-Bold.woff);
}

html, body {
   height: 100%;
   font-family: "aleo"
}

*
{
    padding: 0;
    margin: 0;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: black;
}

div.center-bar {
    margin: auto;
    padding: 5px;
    width: 60%;
}

@media only screen and (max-width: 1100px) {
    /* For mobile phones: */
    div.center-bar {
        width: 90%;
    }
}

div.contentContainer {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid black
}

div.contentItemContainer {
    display: flex;
    min-height: 30em;
}

div.contentImage {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.contentImage {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    width: 100%;
}

div.contentInfoContainer {
    align-items: stretch;
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    font-size: 1.3em;
}

div.contentInfoTitle {
    font-family: "aleo-bold";
    font-size: 2em;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

div.contentInfoText {
    padding-left: 40px;
    padding-right: 40px;
}

div.moreInfoContainer {
    display: flex;
    min-height: 2.6em;
    justify-content: center;
    align-items: stretch;
    position: relative;
    flex: 1;
}

div.moreInfo {
    position: absolute;
    bottom: 0px;
}

div.contentCancel {
    clear: left;
}

div.evilMonkeysContainer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

span.link {
    cursor: pointer;
    border-bottom: 1px solid black;
}

img.icon {
    width: 2em;
    cursor: pointer;
}

img.iconLarge {
    width: 3.5em;
    cursor: pointer;
    padding: 15px;
}
