* {
    box-sizing: border-box;
}
body {
    color: #333;
    font-family: Palatino, Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.003em;
    line-height: 1.58;
    margin: 0;
    padding: 1em;
    text-align: center;
}
img {
    max-width: 100%;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul, ol {
    padding-left: 1.2em;
}
blockquote {
  border-left: 5px solid #eee;
  margin-left: 0;
  padding-left: 1em;
}
img {
    width: 100%;
}
strong {
    background-color: lightyellow;
}
dt {
    font-weight: bold;
}
hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
    margin-bottom: 2em;
}
input[type=text],
input[type=email] {
    display: block;
    font-size: larger;
    width: 100%;
    padding: .25em .5em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
}
h1 a {
    font-family: Palatino, Georgia, serif;
    border-bottom: none;
    color: darkgreen;
    text-decoration: none;
    text-transform: uppercase;
}
a {
    border-bottom: 1px dotted;
    color: darkgreen;
    text-decoration: none;
    transition: all 250ms;
}
a:hover {
    color: green;
}
.block {
    display: block;
}
.highlight {
    background-color: lightyellow;
}
.block.highlight {
    padding: .5em;
}
.button-primary {
    background-color: #006400 !important;
    border-color: #006400 !important;
}
.bio {
    font-size: 0.75em;
    line-height: 1.75em;
    padding: 1em 2em;
}
.navbar {
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
    font-size: small;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.navbar ul li {
    display: inline-block;
    margin: 0.4em 0.1em;
    width: 48%;
}
.navbar ul li a {
    border-radius: 3em;
    border-width: 0;
    color: darkgreen;
    display: block;
    padding: .25em 0;
    text-decoration: none;
    text-transform: uppercase;
}
.row {
    margin: 15% auto 3em auto;
    max-width: 700px;
    text-align: left;
}
footer .bio {
    background-color: #f0f0f0;
}
#quotes blockquote {
    border-width: 0;
    margin: 0 0 2em 0;
    padding: 0;
}
#quotes blockquote p {
    margin-bottom: 0;
    padding-bottom: 0;
}
#quotes blockquote footer {
    margin-top: 0;
    padding-top: 0;
    text-align: right;
}
@media screen and (min-width: 400px) {
    .navbar {
        font-size:
    }
    .navbar ul {
        padding: 1em;
    }
    .navbar ul li {
        display: inline-block;
        width: auto;
    }
    .navbar ul li a {
        border-width: 0;
        padding: .25em 1em;
    }
}
@media screen and (min-width: 700px) {
    body {
        font-size: 21px;
    }
    h1 {
        font-size: 36px;
        text-align: center;
    }
    h1 a {
        /*font-size: 3.5rem;*/
    }
    input[type=text],
    input[type=email] {
        width: 50%;
    }
    #quotes blockquote, #quotes blockquote footer {
        text-align: center;
    }
}
