/* normalize.css v2.1.0 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
	/*font-family:"ff-meta-serif-web-pro",Georgia,Times, Arial, "Vollkorn", "Times New Roman",serif;*/
	font-family:"Lato";
}

.bg {
	position:fixed;
	width:100%;
	height:500px;
	z-index:-100;
}


a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #999;
}

.bg > div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.bg-normal {
	z-index:10;
	background-image:url(bg.jpg);
}

.bg-blur {
	z-index:20;
	background-image:url(bg-blur.jpg);
	opacity:0;
}

.container {
	z-index:2000;
}

.container header {
	position:relative;
	width:100%;
	height:800px;
}

.slogan-holder {
	position:relative;
	width:100%;
	height:440px;
	color:#fff;
	font-size:48px;
	padding-top:300px;
	text-align:center;
}

.nav-holder {
	position:relative;
	width:100%;
	height:60px;
}

ul.nav {
	width:640px;
	height:60px;
	margin:0 auto;
	border-top:1px solid #dededc;
	list-style:none;
	text-align:center;
}

ul.nav li {
	display:inline-block;
	padding-top:16px;
	padding-right:40px;
}

ul.nav li a {
	text-decoration:none;
	color:#fff;
	font-size:18px;
}

.content {

	background-color:#fff;
}

.disable-pointer-events {
	pointer-events:none!important;
}

h1{
	font-size: 40px;
	font-weight: 100;
}
h1 a {
	color: #000;
	text-decoration:none;

}

h2 {
	font-weight: 100;
	font-size: 32px;
	margin-top: 60px;
}
h2 a {
	color: #000;
	text-decoration:none;
}
h3 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 0px;
}
h3 a {
	color: #000;
	text-decoration:none;
}
h4 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 0px;
}
h4 a {
	color: #000;
	text-decoration:none;
}
h5 {
	font-weight: 100;
}
h6 {
	font-weight: 100;
}
.gray-border {
    border: 1px solid #ccc;
}
.link-highlight {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: auto;
    font-family: "Open Sans", sans-serif;
    background-size: 20px 20px;
}

/* medium like */
.dl-link {
    background: #eee;
}
.site-footer  {
    color: #999;
}
.hover:hover {
    background-position: 10px center;
    background-color: #f0f0f0;
}
.circle {
    border-radius: 9999px;
}
.section-padding {
    padding: 60px 0 40px 0;
}
.download-padding {
    padding-top: 40px;
    padding-bottom: 20px;
}
.half-padding {
    padding: 20px 0;
}
.header-padding {
    padding: 0 0 40px 0;
}
.padding-top {
    padding-top: 40px;
}
.padding-top-half {
    padding-top: 20px;
}
.padding-bottom {
    padding-bottom: 40px;
}
.no-margin {
    margin: 0;
}
.margin-top-20 {
    margin-top: 60px;
}
.bottom-clear {
    margin-bottom: 40px;
}
.centered {
    margin: 0 auto;
}
.section-margin {
    margin-top: 20px;
    margin-bottom: 60px;
}
.site-logo-text {
    font-family: "PT Serif", serif;
	color: #fff;
	text-decoration: none;
	}
.site-logo-text:a {
	color: #fff;
	text-decoration: none;
	}
.site-logo-text:hover {
	color: #fff;
	text-decoration: none;
	}
.site-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	}
.mega {
    font-size: 72px !important;
}
.center {
    text-align: center;
}
.serif {
    font-family: "PT Serif", serif;}
.tagline {
    font-size: 16px !important;
    color: #777;
}
.sans-serif {
    font-family: "Open Sans", sans-serif;}
.caps {
    text-transform: uppercase;
}
.title-spacing {
    letter-spacing: .1em;
}
.small-title {
    font-size: 18px;
	margin-top: 0px;
}
.lh-1 {
    line-height: 1;
}

.section-title {
    font-size: 40px;
}
.text-link {
    text-decoration: none;
    color: #333;
}
p {
    font-family: "PT Serif", serif;
		font-size: 22px;
    line-height: 1.5;
		padding-left:120px;
		padding-right:120px;
}
.meta {
    font-size: 12px;
    color: #999;
}
h1{
	font-size: 40px;
	font-weight: 100;
}
h1 a {
	color: #000;
	text-decoration:none;

}

h2 {
	font-weight: 100;
	font-size: 32px;
	margin-top: 60px;
}
h2 a {
	color: #000;
	text-decoration:none;
}
h3 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 0px;
}
h3 a {
	color: #000;
	text-decoration:none;
}
h4 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 0px;
}
h4 a {
	color: #000;
	text-decoration:none;
}
h5 {
	font-weight: 100;
}
h6 {
	font-weight: 100;
}
.gray-border {
    border: 1px solid #ccc;
}
.link-highlight {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: auto;
    font-family: "Open Sans", sans-serif;
    background-size: 20px 20px;
}

.pagination{
	text-align:center;
	width:100%;
	font-family: "PT Serif", serif;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:300;
	text-decoration:none;
	border:1px solid transparent;
	color:#000;
}

.pagination a{
	color:#000;
	margin:0;
}

.pagination a.older-posts{
	margin-left:15px;
	margin-right:-15px;
}

.pagination a.newer-posts{
	margin-right:15px;
	margin-left:-15px;
}

.pagination a:hover{
	color: #999;
	border-color:#999;
}

.site-footer {
    background: #f3f3f3;
    color: #eee;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0;
    line-height: 2;
}
.site-footer .text-link {
    color: #033;
    /* padding-right: 20px; */
    top: 0;
    position: relative;
}
.site-footer .text-link:hover {
    /* -webkit-transition: color ease-in .2s; */
    color: #999;
}
.db {
    display: block;
}
.flourish{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote {

	margin:0 0 30px 0;
	color:#000;
	font-family: "PT Serif", serif; 
	font-size: 16px; 
	font-weight: 100; 
	padding: 50px 0 0 20px;
	background: url(../images/quotation-light-gray.png) 0 15px no-repeat;
	clear: both;
}

blockquote p {
  display: inline;
}


blockquote p.blockquote-cite{
	color:#999;
	margin-top:20px;
}
img {
    max-width: 100%;
}
ul {clear: both;}
ul li {}

.byline {
 font-size: 14px !important;
 font-family: "Open Sans", sans-serif;
}

.end {
 font-size: 14px !important;
 font-family: "Open Sans", sans-serif;
 text-align: center;
}

.author-image-inner {
    display: block;
    width: 80px;
    height: 80px;
    border: 5px solid #ddd;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
}

.author-image {
    float: left;
    width: 80px;
	margin-right: 20px;
}

.author-bio {
    margin-left: 30px;
    font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.author-name {
    font-weight: 700;
	padding-left: 30px;
	font-family: "Open Sans", sans-serif;
	text-decoration: underline;
}

.author-box {
    overflow: hidden;
    padding: 15px;
    background-color: #f3f3f3;
	margin-bottom: 20px;
	margin-top: 20px;
}


@media only screen and (max-width: 900px) {

.h2 {
    font-size: 24px;
}
.mega {
    font-size: 96px;
}
.section-title {
    font-size: 36px;
}

}

@media screen and (max-width: 500px) {
.h2 {
    font-size: 24px;
}
.mega {
    font-size: 96px;
}
.section-title {
    font-size: 24px;
}
p {
    font-size: 16px !important;
    line-height: 1.5;
}
/* .mobile-small {
    font-size: 16px !important;
} */
.mobile-hide {
    display: none;
}
}
/* medium like end */
