@charset "UTF-8";
/* CSS Document */

div.MainSection {
    height: 96vh;
}
    .NavBarLink {
        font-size: 100%;
    }
    .SectionNav img.Left,
    .SectionNav img.Up,
    .SectionNav img.Down,
    .SectionNav img.Right {
    }
        .SectionNav img.Left {
            left: 0.4em;
            top: 50%;
            height: 30px;
            width: auto;
        }
        .SectionNav img.Up {
            width: 30px;
            height: auto;
            margin-left: -15px;
        }
        .SectionNav img.Down{
            width: 30px;
            height: auto;
            margin-left: -15px;
        }
        .SectionNav img.Right {
            right: 0.4em;
            top: 50%;
            height: 30px;
            width: auto;
        }
        .SectionNav .SubSectionPips {
        }
#Footer {
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 14px;
}
    #Footer span {
        margin: 0.3em;
    }