@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
body {
line-height: 1; }
blockquote,
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
/* Document
========================================================================== */
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
/**
* Basic styling
*/
html {
width: 100%;
height: 100%;
box-sizing: border-box; }
.container {
margin: 0 auto;
padding: 0;
border: 0;
box-sizing: border-box; }
body {
font: 400 17px/1.5 "Work Sans", "Open Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #3B3B3B;
background-color: #F5F5F0;
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern" 1;
-moz-font-feature-settings: "kern" 1;
-o-font-feature-settings: "kern" 1;
font-feature-settings: "kern" 1;
font-kerning: normal;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box; }
::-moz-selection {
background-color: #EBB331; }
::selection {
background-color: #EBB331; }
em {
font-style: italic; }
strong {
font-weight: bold; }
a {
text-decoration: none;
cursor: pointer !important; }
a :focus, a :hover, a :visited {
text-decoration: none; }
/**
* Set `margin-bottom` to maintain vertical rhythm
*/
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
margin-bottom: 20px;
box-sizing: border-box; }
/**
* Images
*/
img {
max-width: 100%;
vertical-align: middle; }
/**
* Figures
*/
figure > img {
display: block; }
figcaption {
font-size: 14.875px; }
/**
* Lists
*/
ul, ol {
margin-left: 30px; }
li > ul,
li > ol {
margin-bottom: 0; }
/**
* Headings
*/
h1, h2, h3, h4, h5, h6 {
font-weight: 400; }
h3 {
font-weight: 200; }
/**
* Links
*/
a {
color: #3B3B3B;
text-decoration: none; }
a:hover {
color: #3B3B3B;
text-decoration: none; }
/**
* Blockquotes
blockquote {
padding-left: $spacing-unit / 2;
font-size: 18px;
letter-spacing: -1px;
font-style: italic;
> :last-child {
margin-bottom: 0;
}
}*/
/**
* Wrapper
.wrapper {
max-width: -webkit-calc(80% - (30px * 2));
max-width:         calc(80% - (30px * 2));
margin-right: auto;
margin-left: auto;
padding-right: $spacing-unit;
padding-left: $spacing-unit;
@extend %clearfix;
}*/
/**
* Clearfix
*/
.button {
background: #437C90;
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-align: center; }
.button:hover {
background: #3cb0fd;
text-decoration: none;
text-align: center; }
.btn {
background: #437C90;
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
color: #ffffff;
font-size: 20px;
margin: 20px auto;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-align: center; }
.btn:hover {
background: #3cb0fd;
text-decoration: none;
text-align: center; }
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
box-sizing: border-box; }
.page-heading {
font-size: 20px; }
.post-list {
margin-left: 0;
list-style: none; }
.post-list > li {
margin-bottom: 30px; }
.post-link {
display: block;
font-size: 24px; }
header,
#header,
#header.container {
background-color: #EBB331;
color: #F5F5F0;
text-align: center;
width: 100%;
max-width: 100%;
max-height: 250px;
padding: 0;
box-sizing: border-box;
margin: 0;
margin-top: -3.5%; }
header h1, header h2,
#header h1,
#header h2,
#header.container h1,
#header.container h2 {
vertical-align: middle;
margin-bottom: 0; }
header h1,
#header h1,
#header.container h1 {
padding-top: 15px;
padding-bottom: 15px;
vertical-align: middle;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 0; }
@media (max-width: 710px) {
header h1,
#header h1,
#header.container h1 {
font-size: 35px; } }
@media (max-width: 550px) {
header h1,
#header h1,
#header.container h1 {
font-size: 30px; } }
@media (max-width: 420px) {
header h1,
#header h1,
#header.container h1 {
font-size: 25px; } }
@media (max-width: 350px) {
header h1,
#header h1,
#header.container h1 {
font-size: 18px; } }
header h2,
#header h2,
#header.container h2 {
padding-bottom: 15px;
font-size: 24px; }
@media (max-width: 710px) {
header h2,
#header h2,
#header.container h2 {
font-size: 22px; } }
@media (max-width: 500px) {
header h2,
#header h2,
#header.container h2 {
font-size: 18px;
margin-bottom: 0; } }
header h2 a,
#header h2 a,
#header.container h2 a {
padding-bottom: 15px; }
header a, header .wordbrewery-link:visited,
#header a,
#header .wordbrewery-link:visited,
#header.container a,
#header.container .wordbrewery-link:visited {
color: inherit; }
header a:hover, header a:active, header .wordbrewery-link:visited:hover, header .wordbrewery-link:visited:active,
#header a:hover,
#header a:active,
#header .wordbrewery-link:visited:hover,
#header .wordbrewery-link:visited:active,
#header.container a:hover,
#header.container a:active,
#header.container .wordbrewery-link:visited:hover,
#header.container .wordbrewery-link:visited:active {
color: #fff;
text-decoration: none; }
header .wordbrewery-link:hover,
#header .wordbrewery-link:hover,
#header.container .wordbrewery-link:hover {
border-bottom: 2px solid #fff; }
.site-footer {
max-height: 420px;
width: 100%;
background-color: #EBB331;
padding: 5%;
margin: 0 auto;
text-align: center; }
@media (max-width: 400px) {
.site-footer {
padding: 30px; } }
.site-footer .bottom-nav {
max-width: 70%; }
.site-footer .bottom-nav a {
color: #F5F5F0;
/* Prevent line breaks between, e.g., "Get updates" */
white-space: nowrap; }
.site-footer .bottom-nav a:hover {
color: #fff; }
@media (max-width: 600px) {
.site-footer .bottom-nav a {
padding: 7px;
font-size: 12px; } }
.site-footer nav a {
padding: 3%; }
@media (max-width: 400px) {
.site-footer nav a {
display: block; } }
.icon {
max-width: 100%;
height: auto;
margin: 10% auto;
width: 25px;
padding: 10%;
height: 25px;
overflow: hidden;
white-space: nowrap; }
.icon > svg {
max-width: 100%;
overflow: hidden;
height: auto;
display: inline-block;
width: 25px;
height: 25px;
padding: 1.5%;
vertical-align: middle; }
@media (max-width: 620px) {
.icon > svg {
display: inline-block; } }
.icon > svg path {
fill: #F5F5F0; }
.icon:hover path {
fill: #fff; }
body > footer > nav.social-media-nav {
max-width: 70%;
box-sizing: content-box; }
body > footer > nav.social-media-nav ::after, body > footer > nav.social-media-nav ::before {
box-sizing: content-box; }
.carousel, #carousel {
margin-bottom: 60px;
padding-left: 0;
padding-right: 0; }
.carousel div, #carousel div {
width: 100%;
height: 60vh;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: #F5F5F0;
text-align: center; }
@media (max-width: 700px) {
.carousel div, #carousel div {
height: 40vh; } }
@media (max-width: 400px) {
.carousel div, #carousel div {
height: 60vh; } }
.carousel h1, #carousel h1 {
font-size: 48px;
line-height: 54px;
font-weight: bold;
padding-top: 15vh;
padding-bottom: 60px; }
@media (max-width: 950px) {
.carousel h1, #carousel h1 {
font-size: 32px;
line-height: 40px;
padding-bottom: 90px; } }
@media (max-width: 700px) {
.carousel h1, #carousel h1 {
font-size: 25px;
line-height: 30px;
padding-top: 10vh;
padding-bottom: 30px; } }
@media (max-width: 400px) {
.carousel h1, #carousel h1 {
padding-bottom: 60px; } }
.carousel a, #carousel a {
color: #F5F5F0;
border: 1px solid #F5F5F0;
border-radius: 5px;
padding: 15px 60px; }
@media (max-width: 500px) {
.carousel a, #carousel a {
padding: 10px 45px; } }
.carousel a:hover, #carousel a:hover {
background-color: #F5F5F0;
color: #3B3B3B;
cursor: pointer; }
.carousel a:focus, #carousel a:focus {
outline: none; }
.slick-prev, .slick-prev:focus {
left: 20px;
z-index: 10;
background: url(../img/carousel/prev-arrow.png);
width: 30px;
height: 48px;
opacity: 0.4; }
.slick-next, .slick-next:focus {
right: 20px;
background: url(../img/carousel/next-arrow.png);
width: 30px;
height: 48px;
opacity: 0.4; }
.slick-next:hover {
background: url(../img/carousel/next-arrow.png);
opacity: 0.7; }
.slick-prev:hover {
background: url(../img/carousel/prev-arrow.png);
opacity: 0.7; }
.slick-arrow::before {
content: none; }
.post-index {
max-width: 68em;
margin-left: auto;
margin-right: auto;
background-color: #F5F5F0;
margin-bottom: 60px; }
.post-index::after {
clear: both;
content: "";
display: table; }
@media (max-width: 1150px) and (min-width: 751px) {
.post-index {
max-width: 90%;
margin-left: auto;
margin-right: auto; }
.post-index::after {
clear: both;
content: "";
display: table; } }
.post-listing {
margin-bottom: 30px;
border: 1px solid #a1a1a1;
border-radius: 3px;
background-color: #F5F5F0; }
@media (min-width: 1151px) {
.post-listing {
float: left;
display: block;
margin-right: 3.28774%;
width: 22.53419%;
height: 425px; }
.post-listing:last-child {
margin-right: 0; }
.post-listing:nth-child(4n) {
margin-right: 0; }
.post-listing:nth-child(4n+1) {
clear: left; } }
@media (max-width: 1150px) and (min-width: 971px) {
.post-listing {
float: left;
display: block;
margin-right: 3.28774%;
width: 31.1415%;
height: 425px; }
.post-listing:last-child {
margin-right: 0; }
.post-listing:nth-child(3n) {
margin-right: 0; }
.post-listing:nth-child(3n+1) {
clear: left; } }
@media (max-width: 970px) {
.post-listing {
float: left;
display: block;
margin-right: 3.28774%;
width: 48.35613%;
height: 375px; }
.post-listing:last-child {
margin-right: 0; }
.post-listing:nth-child(2n) {
margin-right: 0; }
.post-listing:nth-child(2n+1) {
clear: left; } }
@media (max-width: 890px) and (min-width: 751px) {
.post-listing {
float: left;
display: block;
margin-right: 3.28774%;
width: 48.35613%;
height: 375px; }
.post-listing:last-child {
margin-right: 0; }
.post-listing:nth-child(2n) {
margin-right: 0; }
.post-listing:nth-child(2n+1) {
clear: left; } }
@media (max-width: 750px) {
.post-listing {
float: left;
display: block;
margin-right: 3.28774%;
width: 82.78538%;
margin-left: 8.60731%;
height: 350px; }
.post-listing:last-child {
margin-right: 0; } }
@media (max-width: 600px) {
.post-listing {
height: 350px; } }
@media (max-width: 430px) {
.post-listing {
height: 425px; } }
.post-listing:hover, .post-listing:active {
box-shadow: 0 0 30px 0 #a1a1a1; }
.post-listing h2 {
text-align: left;
line-height: 1.2;
font-weight: bold;
font-size: 19.3375px;
padding-right: 15px;
padding-left: 15px; }
.post-listing p {
font-size: 15px;
line-height: 1.2;
padding-right: 15px;
padding-left: 15px;
background-color: #F5F5F0;
padding-bottom: 3px;
overflow: hidden; }
.feature-img {
width: 100%;
height: 150px;
padding-top: 20%;
margin-bottom: 15px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 3px 3px 0 0; }
.post-meta {
font-size: 14.875px;
color: #a1a1a1;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 3px; }
html > body > article.post {
margin-bottom: 10%; }
.post-feature {
display: flex;
flex-flow: column;
/* Lay out item’s contents vertically  */
width: 100%;
height: 60vh;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-position: center;
background-attachment: fixed;
color: #F5F5F0;
text-align: center;
max-width: 100%; }
.free {
margin: 0 auto;
margin-bottom: 10px;
max-width: 60%;
font-size: 0.8em;
border: 1px solid gray;
padding: 10px; }
.post-feature > p > a,
.post-feature > p > a:visited,
.post-feature > p > time,
p#byline,
#author, a#author {
color: #fff;
font-size: 17px; }
h1 {
font-size: 48px;
line-height: 54px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10%;
padding-right: 10%; }
@media (max-width: 900px) {
h1 {
font-size: 32px;
line-height: 40px; } }
@media (max-width: 550px) {
h1 {
font-size: 32px;
padding-top: 10px; } }
@media (max-width: 450px) {
h1 {
font-size: 28px;
line-height: 32px; } }
#header p.meta,
#header p > a,
#header p > a:link,
#header p > a:visited {
color: #fff; }
body > article > section > aside > p > em {
text-align: justify; }
article > p.meta, p > a, p > a:link, p > a:visited {
color: #437C90; }
#welcome-to-wordbrewery {
text-align: center;
font-size: 1em; }
post-content p {
font-size: 18px;
line-height: 1.4; }
body > article > div.post-content > div.post_header,
body > article > div.post-content > div.post_footer {
font-size: 90%;
text-align: justify;
padding: 0 8%; }
body > article > div.post-content > div.post_footer > p:nth-child(2),
body > article > div.post-content > div.post_footer > div > p > a {
font-size: 90%; }
#intro-header {
margin: auto;
text-align: center;
font-size: 1.1em;
font-weight: 500; }
#intro-text > em,
#footer-text > em {
margin: auto;
line-height: 0.5;
text-align: justify;
font-size: 0.8em; }
article,
article.post,
article.post-content {
max-width: 80%;
margin: 0 auto; }
.post-content {
margin-top: 60px;
max-width: 68em;
margin-left: auto;
margin-right: auto; }
.post-content::after {
clear: both;
content: "";
display: table; }
.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content li,
.post-content table,
.post-content audio {
padding-top: 3px;
margin-bottom: 3px;
padding-bottom: 3px;
line-height: 1.3; }
.post-content h1 {
font-size: 140%;
font-weight: 800;
text-style: bold;
text-align: center;
line-height: 120%; }
.post-content h2 {
font-size: 130%;
font-weight: 700;
text-align: center;
line-height: 110%;
margin: 20px auto; }
.post-content h3 {
font-size: 120%;
font-weight: 600;
text-align: left;
line-height: 110%; }
.post-content h4 {
font-size: 110%;
font-weight: 500;
text-align: justify;
line-height: 110%; }
.post-content h5 {
font-size: 105%;
font-weight: 400;
font-style: italic;
text-align: justify;
line-height: 110%; }
.post-content a, .post-content a:visited {
color: #437C90; }
.post-content img,
.post-content figure {
display: block;
max-width: 90%;
margin: 20px auto; }
.post-content figcaption,
.post-content .caption,
.post-content img + em {
display: block;
font-size: 0.8em;
width: 100%;
text-align: justify; }
.post-content blockquote p {
font-size: 1em;
text-align: justify;
margin: auto;
float: left;
display: block;
margin-right: 3.28774%;
width: 82.78538%;
margin-left: 8.60731%;
max-width: 100%;
padding: 0 10%; }
.post-content blockquote p:last-child {
margin-right: 0; }
.post-content ul,
.post-content ol,
.post-content li,
.post-content ol + li,
.post-content ul + li {
padding: 5px;
margin: 5px;
line-height: 1.5; }
.post-content ol + li {
list-style-type: decimal; }
.post-content ul + li {
list-style-type: disc; }
.post-content li p {
width: 100%;
margin-left: 4.30366%;
display: list-item; }
.post-content table {
margin-bottom: 15px; }
.post-content table th,
.post-content table tr,
.post-content table td {
padding: 5px;
margin: 5px; }
.post-content table th:first-child,
.post-content table td:first-child {
padding-left: 0; }
.post-content table td:last-child {
padding-right: 0; }
.post-content body > article > div > p > a {
color: #437C90; }
.post-content body > article > div > p > a a:visited {
color: #437C90; }
.post-content body > article > div > p > a a:hover {
color: #fff; }
div.video {
padding: 5%; }
#fn\3a 1 > p,
div.footnotes,
.footnotes,
.footnotes > p {
font-size: 90%;
line-height: 1em;
list-style-type: decimal; }
a > button {
max-width: 100%;
font-size: 17px; }
body > article > div.post-content > div.post_footer > div > a > button,
body > article > div.post-content > div.post_footer > div > p > a > button,
body > article > div.post-content > div.btn > p > a > button,
body > article > section > footer > p:nth-child(1) > a > button,
body > article > div.post-content > div.post_footer.btn,
body > article > div.post-content > p > a > button,
body > article > div.post-content > div.post_footer.btn > p > a > button {
font-weight: bold;
display: block;
max-width: 100%;
line-height: 1.5;
text-align: center;
padding: 3%;
text-decoration: none;
border: 1px solid #437C90;
color: #fff;
text-shadow: 0 -.05em .05em #335166;
background: #58a linear-gradient(#437C90, #58a);
border-radius: .2em;
box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.5); }
body > article > div.post-content > div.post_footer > div > a > button a,
body > article > div.post-content > div.post_footer > div > p > a > button a,
body > article > div.post-content > div.btn > p > a > button a,
body > article > section > footer > p:nth-child(1) > a > button a,
body > article > div.post-content > div.post_footer.btn a,
body > article > div.post-content > p > a > button a,
body > article > div.post-content > div.post_footer.btn > p > a > button a {
white-space: wrap;
font-size: 17px;
max-width: 100%; }
body > article > div.post-content > div.post_footer > p.post_footer_links_main {
line-height: 1.5;
text-align: center;
font-size: 120%; }
body > article > div.post-content > div.post_footer > p.post_footer_links_main a {
font-size: 90%;
font-style: bold;
line-height: 1;
margin: 5% auto; }
body > article > div.post-content > div.post_footer > p,
body > article > div.post-content > div.post_footer > p.post_footer_links > a,
body > article > div.post-content > div.post_footer > p.post_footer_links_main {
font-weight: 100;
line-height: 1; }
body > article > div.post-content > div.post_footer > p em, body > article > div.post-content > div.post_footer > p em + a,
body > article > div.post-content > div.post_footer > p.post_footer_links > a em,
body > article > div.post-content > div.post_footer > p.post_footer_links > a em + a,
body > article > div.post-content > div.post_footer > p.post_footer_links_main em,
body > article > div.post-content > div.post_footer > p.post_footer_links_main em + a {
font-size: 90%;
font-style: italics;
font-weight: 300;
line-height: 1; }
ul > li,
body > article > div.post-content.group.container.row > ul > li,
body > article > div.post-content > p > ul > li {
list-style-type: disc; }
ol > li,
body > article > div.post-content.group.container.row > ol > li,
body > article > div.post-content > ol > li {
list-style-type: decimal; }
table,
body > article > div > table,
body > article > div.post-content.group.container.row > ul:nth-child(21) > li > table {
max-width: 70%; }
div.series_index > ul > li,
div.series_index > ul > li > p,
div.series_index > ul > li > p > a,
body > article > div.post-content.group.container.row > div.series_index > ul > li,
body > article > div.post-content.group.container.row > div.series_index > ul > li,
body > article > div.series_index > ul > li,
body > article > div.series_index > ul > li > p > a {
margin-top: 0;
margin-bottom: 0;
line-height: 1.5; }
/* See https://codepen.io/dcastanos/pen/FeJiu */
audio:hover, audio:focus, audio:active {
-webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05); }
audio {
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow: 2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px; }
/* See http://learn.shayhowe.com/html-css/positioning-content/ */
/*
========================================
Clearfix
========================================
*/
.group:before,
.group:after {
content: "";
display: table; }
.group:after {
clear: both; }
.group {
clear: both;
*zoom: 1; }
/* Author */
/*body > article > div.post-feature > p > a, body > article > div > p > a, body > article > div.post-feature > p.meta > a, body > article > div.post-feature > p > a, div.post-feature > p > a, div.post-feature > p > a:link, div.post-feature > p > a:visited {
color: $cream;
padding: $spacing-unit/2 $spacing-unit*2;
@media (max-width: 500px) {
padding: $spacing-unit/3 $spacing-unit*1.5;
}
&:hover {
background-color: $cream;
color: $brown;
cursor: pointer;
}
&:focus {
outline: none;
}
}*/
/* Added by RM */
body > article > div.feature-img > h1, body > article > div.post-feature > h1 {
font-size: 48px;
vertical-align: middle;
line-height: 54px;
font-weight: bold;
/*padding-top: 20vh;*/
margin: auto;
padding-bottom: 15px;
padding-left: 100px;
padding-right: 100px; }
@media (max-width: 900px) {
body > article > div.feature-img > h1, body > article > div.post-feature > h1 {
font-size: 32px;
line-height: 40px; } }
@media (max-width: 550px) {
body > article > div.feature-img > h1, body > article > div.post-feature > h1 {
padding-top: 17vh; } }
@media (max-width: 450px) {
body > article > div.feature-img > h1, body > article > div.post-feature > h1 {
font-size: 28px;
line-height: 32px; } }