@font-face {
    font-family: BrownTT;
    src: url("/fonts/BrownTT Regular.ttf");
}

#page-wrapper {
    display: flex;
    height: 100%;
    font-family: BrownTT, Helvetica, Arial, sans-serif;
    color: black;
    max-width: calc(50%);
    min-width: 360px;
    position: relative;
}

#page-wrapper ol li p {
    line-height: 1.3em;
}

h1 {
    margin: 0;
    color: black;
}

html body {
    font-family: BrownTT, Helvetica, Arial, sans-serif;
    /*max-width: calc(80%);*/
    align-items: center;
}

#logo {

}

ol {

}

@font-face {
    font-family: BrownTT;
    src: url("/fonts/BrownTT Regular.ttf");
}

#logo a {
    border: none;
}

#pageHeader {
    height: 7.1em;
    margin-left: 1em;
    display: contents;
}

@media screen and (orientation: portrait) and (max-height: 649px) {
    #logo {
        height: 23em;
    }

    #page-wrapper {
        top: 2em;
        margin: 0 0 0 2em;
    }

}


html, body {
    font-family: serif;
    color: black;
}

body {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-items: unset;
}

/************ Footer ***********/

#footer {
    background-color: lightgrey;
    width: inherit;
    max-width: calc(50%);
    display: block;
}
#footer .wrap{
    width: calc(50%);
    margin: auto;
}
#footer .wrapTwo{
    width: calc(62%);
    margin: auto;
}
#footer-menu {
    font-size: 1em;
}

#footer-menu > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#footer-menu > ul > li {
    color: gray;
    display: inline;
    float: none;
    margin-left: 2em;
}

#footer-menu > ul > li.icono {
    margin-left: 1em;
}

#footer-menu > ul > li:nth-child(3) {
    margin-left: 1.5em;
}

#footer-menu > ul > li > a {
    border-bottom: none;
}

#footer-menu > ul > li > a .icon {
    border-bottom-width: 2px;
}

#footer-menu > ul > li > a > span {
    /*color: red;*/
    text-decoration: none;
    border: none;

}

#footer-menu > ul > li > a:hover {
    color: white;
}
