* {
    margin: 0px;
    border: 0px;
}

body {
    background-color: #ffffff;
    font-family: Calibri, 'Calibri2';
}

#nav-bar {
    background-color: #ffffff;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 3px 5px #ededed;
    position: fixed;
    top: 0px;
}

nav {
    max-width: 1000px;
    height: 100%;
    margin: auto;
}

nav img {
    height: 70px;
    margin: 20px;
    float: left;
}

#nav-buttons {
    margin: 66px 10px 0px 0px;
    float: right;
}

#nav-buttons a {
    font-size: 22px;
    color: #000000;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0px 10px;
    float: left;
}

#active {
    border-bottom: 2px solid #3c5373;
}

#nav-buttons a:hover span {
    border-bottom: 2px solid #8ba2ca;
}

#articles {
    max-width: 1000px;
    margin: 160px auto 0px;
}

#articles a {
    color: #3c5373;
}

article {
    width: 690px;
    margin-left: 10px;
    padding: 0px 10px;
    float: left;
}

article h2 {
    margin-bottom: 6px;
}

article h3 {
    margin-top: 48px;
    font-size: 22px;
}

article p, ul {
    font-size: 18px;
    margin-bottom: 48px;
}

article ul {
    list-style-type: square;
}

article .box {
    width: 100%;
    margin-bottom: 48px;
    float: left;
}

article #portrait {
    height: 185px;
    margin-right: 80px;
    float: right;
}

aside {
    background-color: #8ba2ca;
    width: 220px;
    margin-right: 20px;
    padding: 10px;
    float: right;
}

@media only screen and (max-width: 996px) {    
    article {
        margin: auto;
        float: none;
    }

    aside {
        width: 100%;
        margin: 0px;
        padding: 10px 20px;
        box-sizing: border-box;
        position: static;
        bottom: 0px;
        float: left;
    }
}

@font-face {
    font-family: 'Calibri2';
    src: url('Calibri.eot'); /* IE9 Compat Modes */
    src: url('Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Calibri.woff2') format('woff2'), /* Super Modern Browsers */
         url('Calibri.woff') format('woff'), /* Pretty Modern Browsers */
         url('Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Calibri.svg#svgFontName') format('svg'); /* Legacy iOS */
  }