
* {
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
    font-family: "Helvetica", Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	color: #000000;
	overflow: hidden;
    
}
.hidden {
	visibility: hidden;
	display: none;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
    background-color: #ffffff;
    mix-blend-mode: multiply;
}
#container:after {
    content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    background-color: #ffffff;
    z-index: -1;
    top: 0;
    left: 0;
}

#preloader {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000000;
	position:fixed;
	z-index: 90000000;
}

#main-content img, .wp-caption {
    max-width: 100%;
}
#main-content img {
    height: auto !important;	
}
@media screen and (max-width: 767px) {

    #main-content img, .wp-caption {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {

    img.alignleft {
        float: left;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    img.alignright {
        float: right;
        padding-left: 30px;
        padding-bottom: 30px;
    }
}


/* header
--------------------------------------------------*/
#header {
	text-align: center;
	position: relative;
	width: 100%;
    /*max-width: 768px;*/
	max-width: 808px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 40px;
}

#header h1 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -2px;
    /*max-width: 500px;*/
    font-weight: 400;
    margin: 0 auto;
    width: 418px;
    height: 205px;
    background-image: url(assets/images/header.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
#header h2, #main-content header.archive-header h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    max-width: 500px;
    font-weight: 400;
    margin: 0 auto;
    padding-top: 40px;
    text-transform: uppercase;
}
#header h3 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0px;
    /*max-width: 500px;*/
    font-weight: 400;
    margin: 0 auto;
    width: 418px;
    height: 205px;
    background-image: url(assets/images/header.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
@media screen and (max-width: 767px) {
    #header h1 {
        width: 340px;
        height: 155px;
    }
    #header h2, #main-content header.archive-header h1 {
        padding-top: 20px;
    }
}


#main-nav {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

#main-nav, #main-nav li {
    list-style: none;
    padding: 0;
}
#main-nav li {
    /*list-style: none;*/
    display: inline;
    margin: 0;
    padding: 0 22px 0 22px;
}
/* main level link */
#main-nav li a {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    border: none;
    text-decoration: none;
}
#main-nav li a:hover, #main-nav li.active > a, #main-nav li.current-menu-item > a {
    /*border-bottom: 2px solid #fff;*/
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #main-nav {
        margin-bottom: 30px;
    }
    #main-nav li {
        padding: 0 20px 0 20px;
    }
}




#content {
	padding-bottom: 50px;
}
#content h2 {
	font-size: 38px;
	font-weight: normal;
	margin: 50px 0;
	text-align: center;
}
#content p {
	margin: 0 50px 50px 50px;
}
#content .small {
	margin-top: 25px;
}
#content .small p {
	margin: 0 50px 25px 50px;
	font-size: 20px;
	line-height: 24px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
}

#content p a {
	text-decoration: underline;    
}

#content p.error {
	margin: 0;
	font-size: 12px;
	color: red;
	line-height: normal;
}

#content p.status {
	margin: 0;
	font-size: 18px;
	line-height: normal;
	text-align: center;
}


/* content article
--------------------------------------------------*/

#main-content {
    font-size: 20px;
    line-height: 24px;    
    /*width: 925px;*/
    width: 100%;
    max-width: 728px; /* !!! width content column  */
	max-width: 708px; /* !!! width content column  */
    margin: 0 auto;
    position: relative;
    /*background-color: blue;*/
}

#main-content article, #main-content header.archive-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 125px;  
}

#main-content .site-content article {
    margin-bottom: 40px;  
}

#main-content h1.entry-title {
    text-align: left;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 0.3px;
}

a:link, a:visited {
  text-decoration: underline;
}

#main-content p {
    font-size: 17px;
	line-height: 23px;
 /* line-height: 26px; */
	letter-spacing: 0.3px;
    margin: 0 0 30px 0;   /* !!! */
}
/*#main-content img {
    max-width: 700px;   
}*/
#main-content .entry-content p.wp-caption-text {
    font-size: 11px;
    line-height: 14px;
}
#main-content .entry-content p.wp-caption-text-movie {
    font-size: 11px;
    line-height: 14px;
    padding-top: 6px;  /* !!! */
}
#main-content p.timestamp, #main-content p.tags, #main-content .entry-content a.leave_comment, #main-content .comment-meta, #main-content .comment-notes {
    font-family: Helvetica, Arial, sans-serif;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
#main-content header.archive-header, #main-content header.archive-header h1 {
    text-align: center;
    font-weight: 400;
    padding-top: 0;
    margin-top: -35px;
    margin-bottom: 40px;
}
#main-content p.tags, #main-content p.tags a {
    text-transform: none;
}
#main-content p.tags a {
    text-decoration: underline;
}

#main-content .pagination a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

#main-content .sharing {
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #main-content h1.entry-title {
        font-size: 21px; /* !!! font size @ smaller screen */
        line-height: 28px;
    }
    #main-content p {
        font-size: 16px; /* !!! font size @ smaller screen */
        line-height: 21px;
    }
    #main-content p.timestamp, #main-content p.tags, #main-content .entry-content a.leave_comment, #main-content .comment-meta, #main-content .comment-notes {
        font-size: 13px;
    }
}

/*social media button images*/
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 10%;
  padding: 10px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


