body {
    font-family: Roboto;
    -webkit-font-smoothing:antialiased;
    width: 700px;
    margin: auto;
    font-weight:500; 
    font-size:18px; 
    line-height:27px; 

}

h1 { 
    line-height: 36px;
    font-size: 28px;
    color: #6495ED;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: "Noto Sans Mono";
}

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

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

}

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

.content { 
    color: rgb(92, 110, 116);
}

strong {
    color: black ;
}

a {

    color: rgb(92, 110, 116);
}

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

table {
    width: 100%;
    font-family: 'Roboto';
    padding-top: 10px;
    padding-bottom: 35px;
    font-weight:300; 
    font-size: 18px;
    color: rgb(92, 110, 116);
    -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: 'Noto Sans Mono';
    font-weight:300; 
    font-size: 12px;
}

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

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

    -webkit-font-smoothing:antialiased
}

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

.title{

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

.spacer{
    padding-bottom: 25px;
}

h3 .links{

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

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

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

.nounderline {
    text-decoration:none;
}

.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;
    }
}


