body {
    font-family: Arial;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

a,
p {
    color: inherit;
}

ul {
    text-align: left;
    padding: 0;
    margin: 20px;
}

ul li {
    list-style: none;
}

div.menu {
    text-align: center;
    padding: 20px;
    font-size: 0.95em;
    color: inherit;
    border-bottom: dotted gray 1px;
    
}

div.menu a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    margin-left: 10px;
    margin-right: 10px;
}

div.section,
div.footer,
div.content {
    display: block;
 
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    
    min-width: 350px;
    max-width: 700px;
    
    text-align: center;
    color: inherit;
}

div.section
div.title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.75em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: dotted gray 1px;
}

div.footer {
    border-top: dotted gray 1px;
    text-align: center;
    padding: 0px;
    color: gray;
    font-size: .75em;
}

div.section
.links {
    height: auto;
    margin-top: 10px;
}

div.section
.links
a {
    display: inline-block;
}

div.section
.links
a
img {
    max-height: 35px;
}

div.section:nth-of-type(odd) {
    color: black;
}

div.section:first-of-type {
    max-width: 100%;
    color: white;
    background-image: url(../img/valley-view.jpeg);
    background-size: cover;
    background-position: center;
    padding: 0;
}

div.section
div.content.blog
li.post
div.break {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-top: dashed silver 2px;
}

div.section
div.content.blog
li.post:first-of-type
div.break {
    border-color: transparent;
}

div.section:first-of-type
div.title {
    border: none;
    background-color: darkslategray;
}

div.section
div.content.blog
li.post
img {
    border-radius: 12px;
    margin: 10px;
    margin-bottom: 0px;
}