/* Theme Name: Bold Headline Description: Used to style the TinyMCE editor. */ html { font-size: 62.5%; } html .mceContentBody { max-width: 580px; } body { color: #404040; font-family: 'Lato', sans-serif; font-size: 16px; font-size: 1.6rem; line-height: 1.5; } h1,h2,h3,h4,h5,h6, blockquote { clear: both; font-family: 'Playfair Display', sans-serif; line-height: 1.1em; } h1 { font-size: 30px; font-size: 3.0rem; } h2 { font-size: 26px; font-size: 2.6rem; } h3 { font-size: 22px; font-size: 2.2rem; } h4, h5, h6 { font-size: 18px; font-size: 1.8rem; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } /* Text elements */ p { margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } b, strong { font-weight: bold; } dfn, cite, em, i { font-style: italic; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; padding: 1.6em; overflow: auto; max-width: 100%; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } figure { margin: 0; } table { margin: 0 0 1.5em; width: 100%; } th { font-weight: bold; } a { color: #57ad68; } /* Images */ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin: 0 auto; } a img { border: none; } .wp-caption { border: 1px solid #ccc; max-width: 100%; }