body{
  font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 14pt;
  line-height: 1.5;
}

img, video, object{ max-width: 100% }

article, section {
    display: block;
}

/* Layout 
================================ */

.wrap{
  margin: 1em auto 6em;
  max-width: 1200px;
  overflow: hidden;
  width: 70%;
}

.primary-header{
    float: right;
    width: 15%;
    margin: auto;
    padding-top: 35px;
	word-wrap: break-word;
    /* padding-right: 100px; */
}
.site-title {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 auto 0.5em;
    color: #fd2323;
    width: 60%;
    min-width: 533px;
    text-align: left;
	font-weight: normal;
}
.content{
    text-align: left;
    margin: auto;
    width: 60%;
    float: none;
}
.content h2, h1, h3 {
    color: #fd2323;
	font-weight:normal;
}
nav {
    display: inline-block;
    font-size: .75em;
}

#footer {
    position: relative;
    bottom: 0;
    font-size: .6em;
    font-weight:normal;
    text-align: center;

}
.sm-contact a{
    opacity: 1;
}
.sm-contact a:hover {
    opacity: 0.3;
    transition: opacity .1s .1s ease-in-out;
    -webkit-transition: opacity .1s .1s ease-in-out;
    -moz-transition: opacity .1s .1s ease-in-out;
    border-bottom: none;
}
div.sm-contact {
    display: block;
    padding: 0 5px;
}
.sm-contact a img {
    height: 3em;
}
.tagset {display: block;}
.tagset li{
    display: inline;
    list-style-type: none;
    padding: 0 5px;
}
/* Text 
================================ */

a{
  color: #fd2323;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Header */

.primary-header{
font-size: 1.0em;
font-weight: normal;   
}

.content-title{  
    display: none;
    color: #fd2323;
    text-align: center;
}

.page-menu {
    display: block;
    margin: 0;
    padding: 0;
}

.page-menu li{
  margin: 0.5em 0;
  list-style: none;
    padding-bottom: 15px;
}

.is-current-page{
  color: #f98b8b;
  pointer-events: none;
}

/* Content */

.content-title{
  font-size: 2.4em;
  line-height: 1.3;
  margin: 0 0 0.5em;
}

.post-preview{
  border-top: 1px dotted #d4d7d9;
  margin: 1em auto 0;
  padding: 1em 0 0;
}

.subpage-menu a{
  display: inline-block;
  margin-right: 15px;
}
/*========Media Queries========*/
@media only screen and (max-width: 1024px){
  body{
    font-size: 16px;
  }

  .wrap{
    margin: 15px auto;
  }

  .primary-header,  .content, .site-title{
    float: none;
    width: auto;
  }
  .page-menu li {
    display: inline;
    padding: 0 1.5%;
  }
}
