@font-face {
  font-family: "MaisonNeue";
  src: url("/fonts/MaisonNeue.woff") format('woff');
  font-display: swap;
}
body {
    font-family: MaisonNeue;
    -webkit-font-smoothing:antialiased;
    width: 700px;
    margin: auto;
    font-weight:400; 
    font-size:18px; 
    line-height:24px; 

}

h1 { 
    line-height: 49.5px;
    font-size: 46px;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: "MaisonNeue";
}

h2 { 
    font-family: "MaisonNeue";
    color: #6495ED;
    -webkit-font-smoothing:antialiased
}

h4 {
    font-family: "MaisonNeue";
    color: rgb(92, 110, 116);
    text-decoration:none;

}

h5 {
    padding-top: 20px;
    font-size: 18px;
}

.content { 
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-block-start: 0em;
    word-break: break-word;
    margin-block-end: 0em;
}

strong {
    color: black ;
}

a {
    color: black;
}

.header a {
    color: black;
}

.nounderline a{
    color: gray;
}

img {
    width: 700px;
    padding-top: 25px;
    padding-bottom: 25px;
}

table {
    width: 100%;
    font-family: 'MaisonNeue';
    padding-top: 10px;
    padding-bottom: 35px;
    font-weight:300; 
    font-size: 18px;
    color: black;
    -webkit-font-smoothing:antialiased
}

th {
    border-bottom: 1px solid;
    border-bottom-color: rgb(92, 110, 116);

}

td {
    padding-top: 5px;
}

.fixed {
    position: fixed;
    top: 0;
    padding-top:25px;
}

.right {
    float:right;
}

.block {
    display:block;
}

.font12 { 
    font-size:12pt;
}

.copy {
    text-align: center;
    font-family: 'MaisonNeue';
    font-weight:300; 
    font-size: 12px;
}

.navigation { 
    font-family: 'MaisonNeue';
    font-weight:300; 
    font-size: 36px;
    -webkit-font-smoothing:antialiased
}

.navigation_subheader { 
    padding-top: 0px;
    font-family: "MaisonNeue";
    font-weight: 200;
    font-size:18px;
    //color: #6495ED;

    -webkit-font-smoothing:antialiased
}

.gray {
    color: rgb(92, 110, 116);
    text-decoration:none;
}

.reading-time{
    font-family: "MaisonNeue";
    font-size: 14px;
    text-align: right;
    color: gray;
    margin: 0;
}

.title{

    font-family: "MaisonNeue";
    font-size:18px;
    line-height:27px;
    padding-bottom: 10px;
    text-decoration: none;
}

.spacer{
    padding-bottom: 25px;
}

h3 .links{

    font-family: "MaisonNeue";
    font-size: 16pt;
    -webkit-font-smoothing:antialiased
}

.blue {
    color: #6495ED !important;
}

.post-body {
    margin-top:200px;
}

.nounderline {
    text-decoration:none;
    color: gray;
}

.nounderline_gray {
    text-decoration:none;
    color: rgb(92, 110, 116);
}


.black {
    color:black;
}

.footer {
    padding-top: 25px;
}

li {
    padding-top: 5px;
}

blockquote { 
    font-style: italic;
}

@media only screen and (max-width: 600px) {
    body {
        font-size:22px;
        line-height:27px;
        padding: 5px;
        margin: 10px;
        width: 375px;
    }

    img{
        width: 375px;
    }
}

code {
    font-size: 20px;
    font-weight: bold;
    background: lightgray; 
}
