body{
	margin: auto;
	padding: 35px;
	max-width: 1000px;
	text-align: left;
	position: relative;
    line-height: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h1 a {
    font-size: 70px;
    text-align: center;
    line-height: inherit;
    font-family: 'Garamond', serif;
}

h1 a:hover {
    text-decoration: none;
}

nav {
    text-align: center;
}

nav a {
	margin: 0px 25px;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
}

h2 {
    font-size: 35px;
    font-style: italic;
    line-height: inherit;
}

p {
    font-size: 35px;
    font-family: 'EB Garamond', serif;
    line-height: 58px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content ul {
    font-size: 25px;
    line-height: 40px;
    list-style: none;
}

.content ul li::before {
  content: "✷ ";
}

nav li {
    display: inline;
}

footer{
    margin-top: 56px;
	margin-bottom: 0px;
	text-align: center;
    font-family: 'Helvetica', sans-serif;
}

footer a {
    text-decoration: underline;
}

hr {
      border: 1px dashed;
}

.content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.block:not(:last-child) {
    margin-bottom: 100px;
}

h3 {
    font-size: 30px;
    line-height: inherit;
    font-weight: 100;
}



#v1 {
    background-color: seagreen;
}

#v1 .content, #v1 h1 a {
    color: seashell;
}

#v1 .content a, #v1 nav a, #v1 hr, #v1 footer, #v1 footer a {
    color: darkseagreen;
}

#v1 a:hover, #v1 footer a:hover {
    color: #d891ef;
}



#v2 {
    background-color: #4f86f7;
}

#v2 .content, #v2 h1 a {
    color: #b9f2ff;
}

#v2 .content a, #v2 nav a, #v2 hr, #v2 footer, #v2 footer a {
    color: seashell;
}

#v2 a:hover, #v2 footer a:hover {
    color: #ff8c69;
}




#v3 {
    background-color: #c04000;
}

#v3 .content, #v3 h1 a {
    color: #fad6a5;
}

#v3 .content a, #v3 nav a, #v3 hr, #v3 footer, #v3 footer a {
    color: #ff8c69;
}

#v3 a:hover, #v3 footer a:hover {
    color: seashell;
}





#v4 {
    background-color: seashell;
}

#v4 .content, #v4 h1 a {
    color: #483d8b;
}

#v4 .content a, #v4 nav a, #v4 hr, #v4 footer, #v4 footer a {
    color: #8db600;
}

#v4 a:hover, #v4 footer a:hover {
    color: #7b68ee;
}
