* { box-sizing: border-box; }

html {
    font-size: 100%;
    position: relative;
    min-height: 100%;
}

body {
    min-width: 240px;
    /*max-width: 1366px;*/
}

.column{ float: left; }

#img-left {
    float: left;
    max-width: 100%;
}

#leftGutter{
    background-color: darksalmon;
    width: 40px;
    float: left;
    height: 100%;
}

#rightGutter{
    background-color: darksalmon;
    width: 40px;
    float: right;
    height: 100%;
}

#leftmain {
    /*background-color: darksalmon;*/
    width: 80%;
    min-width: 80%;
    padding-right: .75em;
}

#rightmain {
    /*background-color: cadetblue;*/
    width: 20%;
    padding-top: .70em;
    /*padding-left: 3%;*/
    padding-right: .75em;

    font-size: 4vw; /*2.5rem;*/
    font-family: 'inconsolatamedium', monospace;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    /*text-align-last: right;*/
}

/* clear floats after columns */
.pageBody:after {
    content: "";
    display: table;
    clear: both;
}

.homepagemenuitem {
    font-size: 4.5vw;   /*2.8em;*/
    font-family: 'carbontyperegular', serif;
    font-style: normal;
    font-weight: 500;
    float: left;
    padding-top: 1em;
    padding-left: 2.4em;    /*2.9em*/
    /* padding-left: 1em; */
}

#paraSectionHead{
    font-size: 2.5vw;  /*1.1em;*/
    font-weight: bold;
}

#paraHead{
    /*font-size: 2.5vw;*/  /*1.1em;*/
    font-weight: bold;
}

p, blockquote {
    font-size: 2vw;   /*.8em;*/
    width: inherit;
}

.maintext {
    font-size: 3.5vw; /*1.8em;*/
    font-family: 'aleoregular', serif;
    font-style: normal;
    font-weight: 500;

    padding-top: 0em;
    padding-left: 1.6em;    /*.9em;*/
    text-align: left;
}

#heading {
    font-size: 9.5vw; /*4em;*/
    font-family: 'vigaregular', serif;   /*cooper*/
    font-style: "normal";
    font-weight: 900;

    padding-top: .1em; /*.025em;*/
    padding-left: .5em;
}

#headingmenu {
    font-size: 2vw;   /*4vw;*/
    font-family: 'vigaregular', serif;  /*cooper*/
    font-style: normal;
    font-weight: 900;
    text-align: left;

    padding-top: .1em; /*.025em;*/
    padding-left: 2.5em; /*1.2em;*/
}

#longFooter {
    position: relative;
    height: 60px;
    padding-top: 40px;
}

#shortFooter {
    position: absolute;
    height: 30px;
}

.footer {
    bottom: 0;
    display: block;
    clear: both;
    width: 96%;
    text-align: center;
    font-size: .5em;
    font-family: 'aleoregular', serif;
    font-style: normal;
}

/* Links */
a:link { color: black; }
a:visited { color: #150b28; }
a:hover { color: dimgray; }
a:active { color: #090e2d; }

/* Font Faces */
@font-face {
    font-family: 'vigaregular';
    src: url('Viga-Regular-webfont.woff2') format('woff2'),
         url('Viga-Regular-webfont.woff') format('woff'),
         url('Viga-Regular-webfont.ttf') format('truetype'),
         url('Viga-Regular-webfont.svg#vigaregular') format('svg');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'inconsolatamedium';
    src: url('inconsolata_medium-webfont.woff2') format('woff2'),
         url('inconsolata_medium-webfont.woff') format('woff'),
         url('inconsolata_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'carbontyperegular';
    src: url('carbon-webfont.woff2') format('woff2'),
         url('carbon-webfont.woff') format('woff'),
         url('carbon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleoregular';
    src: url('Aleo-Regular-webfont.eot');
    src: url('Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Aleo-Regular-webfont.woff2') format('woff2'),
         url('Aleo-Regular-webfont.woff') format('woff'),
         url('Aleo-Regular-webfont.ttf') format('truetype'),
         url('Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Media Queries */
/* Tablet Landscape */
@media screen and (min-width: 768px) {
    .footer{ font-size: .6em; }
}

/* Tablet Portrait and Phone */
@media screen and (max-width: 480px) {
    #longFooter {
        height: 45px;
        padding-top: 15px;
    }
}
