
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.6;
color: #3d3d3d;
background-color: #eee;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}

#inner-body {
background-color: white;
max-width: 1200px;
margin: 0 auto;
}

header {
background-color: #4a9bdc;
border-bottom: 1px solid #358fd8;
padding: 20px 0;
}

.container {
max-width: 960px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
}

.site-logo {
text-align: center;
}

.site-title {
font-size: 2em;
font-weight: 600;
color: white;
letter-spacing: -0.05em;
margin: 0;
padding: 10px 0;
}

main {
padding: 40px 0;
}

h1 {
font-size: 2.15em;
line-height: 1.6;
margin-bottom: 0.6em;
letter-spacing: -0.05em;
font-weight: 600;
color: #3d3d3d;
font-family: "Georgia", Helvetica, sans-serif;
}

article {
margin-bottom: 40px;
}

article h2 {
font-size: 1.69em;
line-height: 1.4;
margin: 1.2em 0 0.4em;
letter-spacing: -0.05em;
font-weight: 600;
color: #3d3d3d;
font-family: "Georgia", Helvetica, sans-serif;
}

article h3 {
font-size: 1.38em;
line-height: 1.3;
margin: 1em 0 0.3em;
letter-spacing: -0.05em;
font-weight: 600;
color: #3d3d3d;
font-family: "Georgia", Helvetica, sans-serif;
}

article h4 {
font-size: 1.23em;
line-height: 1.2;
margin: 0.8em 0 0.2em;
letter-spacing: -0.05em;
font-weight: 600;
color: #3d3d3d;
font-family: "Georgia", Helvetica, sans-serif;
}

article p {
margin: 0 0 1em 0;
}

article ul,
article ol {
margin: 0 0 1em 0;
padding-left: 40px;
}

article li {
margin-bottom: 0.5em;
}

article a {
color: #78acc2;
text-decoration: none;
transition: color 150ms linear;
}

article a:hover {
color: #5c9bb5;
}

.transition-section {
margin: 40px 0;
padding: 30px 0;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}

.transition-section p {
margin-bottom: 1em;
}

.links-section {
background-color: #f8f8f8;
padding: 40px 0;
margin-top: 40px;
border-top: 1px solid #e9e9e9;
}

.links-section h3 {
font-size: 1.38em;
line-height: 1.3;
margin: 0 0 1em 0;
letter-spacing: -0.05em;
font-weight: 600;
color: #3d3d3d;
font-family: "Georgia", Helvetica, sans-serif;
}

.links-section ul {
list-style: none;
margin: 0 0 2em 0;
padding: 0;
column-count: 2;
column-gap: 30px;
}

.links-section li {
margin: 0 0 0.8em 0;
break-inside: avoid;
}

.links-section a {
color: #78acc2;
text-decoration: none;
transition: color 250ms linear;
font-size: 13px;
}

.links-section a:hover {
color: #5c9bb5;
text-decoration: underline;
}

footer {
background-color: #1a1a1a;
color: #6d6d6d;
padding: 25px 0;
margin-top: 40px;
font-size: 11px;
text-align: center;
}

footer .container {
position: relative;
}

@media only screen and (max-width: 767px) {
.container {
padding: 0 15px;
}

h1 {
font-size: 1.8em;
}

article h2 {
font-size: 1.5em;
}

article h3 {
font-size: 1.3em;
}

.links-section ul {
column-count: 1;
}

main {
padding: 30px 0;
}

.transition-section {
margin: 30px 0;
padding: 20px 0;
}

.links-section {
padding: 30px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.links-section ul {
column-gap: 20px;
}
}

blockquote {
margin: 0 0 1em;
padding: 1em 1em 1em 2em;
border-left: 1px solid #ddd;
position: relative;
font-size: 120%;
line-height: 1.6;
color: #777;
font-style: italic;
background-color: #f8f8f8;
}

strong, b {
font-weight: 600;
}

em, i {
font-style: italic;
}

img {
max-width: 100%;
height: auto;
}
