html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

body {
    /* background-color: #002340; */
    /*    background-color:white;*/
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
}


/* div.header ul{
    list-style:none;
    
}

div.header ul li{
    display:inline; 
    margin-right: 60px;   
} */

div.content {
    background-color: white;
    color: #3B3B3B;
    width: 100%;
    padding: 0;
    font-size: 120%;
}

div.post {
    /*border-bottom: 1px #2a2a2a solid;*/
    padding: 0 70px 15px 70px;
    margin-bottom: 30px;
    background-color: white;
}

div.post img {
    max-width: 100%;
}

div.post h1 a {
    color: #04859D;
}

li.nav-top {
    display: inline;
}

li.nav-top a {
    font-size: 18px;
}

nav {
    font-size: 85%;
}

@media(max-width: 960px) {
    nav {
        font-size: 85%;
    }
    .nav-link {
        padding: 0.5rem;
    }
}

nav.pagination {
    font-size: 65%;
}

span.page-number {
    margin-right: 10px;
    margin-left: 10px;
}


/* a.older-posts {
    margin-left: 2%;
} */

#header-col {
    /* background-color: whitesmoke; */
    border-bottom: 2px solid #339ED4;
    padding-bottom: 10px;
    padding-top: 10px;
}

a {
    color: #39AECF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #057D9F;
}

p.post-time {
    font-size: 12px;
}

p.post-time a {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #1D4C59;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3em;
    margin-top: 30px;
}

h1,
h2 :first-child {
    margin-top: 0;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4,
h5,
h6 {
    font-size: 130%;
}

article {
    color: #3B3B3B;
    font-size: 65%;
    padding-left: 2.8%;
    padding-right: 2.8%;
    padding-top: 2.8%;
    /*line-height: 210%;*/
}

article p,
li {
    margin-bottom: 20px;
    font-size: 105%;
    line-height: 180%;
}

#coverimage {
    background-position: 50% 50%;
    height: 500px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-size: cover;
}

article li {
    margin-bottom: 0;
}

article li li {
    font-size: 1em;
}

article figcaption {
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

article img {
    max-width: 100%;
    height: auto;
}

div.projectcollection {
    border-bottom: 2px solid rgba(0, 48, 102, 0.548);
    margin-bottom: 20px;
}

article blockquote {
    padding-left: 10px;
    margin-left: 10px;
    font-style: italic;
    border-left: 4px solid #339ED4;
}


/* div.header{
    position:fixed;
    top: 0;
    left:0 ;
    margin-top:0;
    margin-bottom:20px;
    background-color:#EEEEEE;
    width:100%;
    height:70px;
    display:block;
    text-align:center;
    font-size:20px;
    border-bottom:2px solid #339ED4;
} */

div.post pre {
    font-size: 14px;
    font-family: courier, monospace;
    line-height: 1.2em;
    overflow: auto;
    border-style: none;
    border-bottom: 1px solid #969696;
    padding-bottom: 20px;
}