/*---------- Normalize ----------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Base Styles
* ========================================================================== */
.center-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

body {
  font: normal 17px/1.5 "PT Serif", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  color: #222;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

article p {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited, h2 a:link, h2 a:hover, h2 a:focus, h2 a:visited, h3 a:link, h3 a:hover, h3 a:focus, h3 a:visited, h4 a:link, h4 a:hover, h4 a:focus, h4 a:visited, h5 a:link, h5 a:hover, h5 a:focus, h5 a:visited, h6 a:link, h6 a:hover, h6 a:focus, h6 a:visited {
  color: #333;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.6em;
}

.heading {
  font-size: 2.3em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0.67em 0;
}
.heading a:link, .heading a:hover, .heading a:focus, .heading a:visited {
  color: #fff;
}

input[type=submit],
button {
  border: 0;
  outline: 0;
}

textarea {
  resize: vertical;
}

/* hide text within the placeholder */
:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/* box-sizing model */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
* Code Style
* ========================================================================== */
pre {
  line-height: 1.5;
  border: 1px solid #ddd;
  padding: 1em;
  background: #F9F8F6;
  margin: 2em 0;
}
pre code {
  background-color: transparent;
  overflow: auto;
}

code,
pre {
  font-family: "Menlo", "Andale Mono", "Consolas", monospace;
  font-size: 0.9em;
  line-height: 1.3;
  -webkit-font-smoothing: auto;
}

/*
* Table
* ========================================================================== */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 2% 0;
  overflow-x: auto;
  display: block;
  margin: 0 auto;
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

table th {
  background: #f5f5f5;
  font-family: sans-serif;
}

th,
td {
  text-align: left;
  padding: 0.313em 0.625em;
  border: 1px solid #efefef;
}

table caption {
  padding: 0.3em;
  border: 1px solid #ddd;
}

/*
* Blockquote
* ========================================================================== */
blockquote {
  border: 1px solid #ddd;
  padding: 1em 1em 1em 2em;
  position: relative;
  margin-left: 0;
}
blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
blockquote:before {
  content: '"';
  position: absolute;
  left: 0.3em;
  top: 0;
  font-size: 2em;
  line-height: 2em;
}

/*
* Buttons
* ========================================================================== */
button, input[type=submit] {
  border: none;
}

article a.btn {
  color: #fff;
  text-decoration: none;
}

.btn {
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  display: inline-block;
}

.share-buttons {
  text-align: center;
  height: 3em;
  padding: 0.5em 0;
  color: #333;
}
.share-buttons a:link, .share-buttons a:focus {
  color: #333;
}
.share-buttons {
  font-size: 1.5em;
}
.share-buttons [class^=icon]:before {
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ddd;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.share-buttons [class^=icon]:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/*
* JavaScript Classes
* ========================================================================== */
#shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

#switcher {
  width: 10%;
  cursor: crosshair;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 400;
  display: none;
}

.transition-divs {
  transition: all 0.5s ease-in-out 0s;
}

.aside-left {
  left: -33% !important;
}

.centering {
  margin-left: calc(50% - 370px) !important;
  transition: all 0.5s ease-in-out 0s;
}

.hide {
  display: none !important;
}

.img-popup {
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 2000;
  box-shadow: 0 0 10px #000;
}

.site-content a img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*
* Links
* ========================================================================== */
a {
  color: #333;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

/*
* Toggle Button
* ========================================================================== */
.nav-main a:not(.site-logo) {
  display: none;
}

#menu-checkbox {
  display: none;
}

.toggle-button {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 0;
  top: 0;
  color: #000;
  font-size: 18px;
}

#menu-checkbox:checked + .nav-main a:not(.site-logo) {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

#menu-checkbox:checked + .nav-main {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

.toggle-button:after {
  content: attr(data-open);
  cursor: pointer;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
}

#menu-checkbox:checked + .nav-main .toggle-button:after {
  content: attr(data-close);
}

@media screen and (min-width: 640px) {
  .toggle-button {
    display: none;
  }
}
/*
* Header
* ========================================================================== */
.main-header {
  background-color: #fdfdfd;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ddd;
}

/*
* Header Navigation
* ========================================================================== */
.nav-main {
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 1rem;
  text-transform: uppercase;
}
.nav-main a {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  line-height: 50px;
  margin: auto;
  color: #333;
  text-decoration: none;
}
.nav-main a:hover, .nav-main a:focus, .nav-main a:active {
  color: #766257;
}

/*
* Logotypes
* ========================================================================== */
.nav-main .site-logo {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-bottom: 0;
  text-align: center;
  font-weight: bold;
}

/*
* Aside
* ========================================================================== */
.sidebar {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
  display: none;
}

.cover {
  transition: all 0.8s ease 0s;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75)) repeat scroll 0% 0% transparent;
}

.cover-text {
  color: #fff;
  text-shadow: 2px 0 5px #333;
  position: absolute;
  bottom: 20%;
  width: 80%;
  left: 10%;
}
.cover-text .heading a {
  position: relative;
  margin-right: 5px;
  text-decoration: none;
}
.cover-text .heading a:hover {
  text-decoration: underline;
}
.cover-text .heading a:not(:last-child):after {
  content: " , ";
  position: absolute;
  bottom: 0;
}

.sidebar,
.cover {
  width: 100%;
  height: 100vh;
}

/*
* Article
* ========================================================================== */
main {
  padding-top: 3em;
}

.index-page {
  position: relative;
}
.index-page:after {
  content: "***";
  position: absolute;
  margin-top: 1em;
  width: 100px;
  left: 50%;
}

main a {
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

main a:visited {
  text-decoration: none;
  color: #900;
}

article {
  padding: 2em 1em;
}
article img,
article embed,
article object,
article video,
article iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article h1 {
  margin-top: 0;
}
article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  padding: 0.2em;
  background-color: #fff;
}

.site-meta {
  padding-bottom: 0.5em;
  text-transform: uppercase;
  color: #b9b9b9;
  font-size: 70%;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.site-meta a, .site-meta a:hover, .site-meta a:focus, .site-meta a:visited {
  color: #333;
}
.site-meta .meta-black {
  color: #333;
}

/*
* Archive
* ========================================================================== */
.year {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
}

.year li {
  padding: 5px;
  padding: 8px 10px;
  border-bottom: 1px dotted #eae4da;
}

.year a {
  text-decoration: none;
}

.year a:hover {
  text-decoration: underline;
}

.date {
  text-align: right;
  float: right;
  color: #d4d4d4;
  display: none;
}

/*
* Footer
* ========================================================================== */
.site-footer {
  height: 4em;
  margin: 5em auto 0;
  font-size: 70%;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
}

/*
* Flexbox Styles
* ========================================================================== */
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.flex-item {
  margin: 20px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.footer-item {
  margin: 20px;
}

/* my_image gotten from old Heath CSS files */
.my_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 150px;
}

/*
* Media Queries
* ========================================================================== */
@media screen and (min-width: 640px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.8em;
  }
  main {
    padding-top: 0;
  }
  #menu-checkbox:checked + .nav-main {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 40px;
  }
  .nav-main {
    text-align: center;
  }
  .nav-main .site-logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }
  .nav-main a:not(.site-logo) {
    display: block;
  }
  .sidebar {
    display: block;
  }
  .alingleft, .alignright, .aligncenter {
    display: inline-block;
  }
  .alignleft {
    float: left;
    margin: 0.5em 1em 0.25em 0;
  }
  .alignright {
    float: right;
    margin: 0.5em 1em 0.25em 0;
  }
  .aligncenter {
    margin: 1em auto;
  }
  .elements-wrapper {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .elements-wrapper .element-container {
    width: 33%;
  }
  .date {
    display: block;
  }
  .work {
    display: flex;
    flex-flow: row wrap;
  }
  .work-item {
    width: 50%;
    min-height: 300px;
  }
  .work-item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .work-item:first-child {
    border-top-width: 0;
  }
  .work-item:nth-child(2) {
    border-top-width: 0;
  }
  .work-item-small {
    width: 33%;
    min-height: 200px;
    border: 1px solid #ddd;
  }
}
@media screen and (max-width: 960px) {
  .nav-main a {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  table {
    display: table;
    min-width: 100%;
  }
  #switcher {
    display: block;
  }
  .main-header {
    position: static;
  }
  .nav-main {
    padding: 0;
    text-align: left;
  }
  .nav-main a {
    font-size: 13px;
    display: block;
    padding-right: 2em;
    margin: 0;
  }
  .sidebar {
    width: 35%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-attachment: scroll;
    z-index: 200;
    display: block;
  }
  .cover {
    height: 100%;
  }
  .content-wrapper {
    width: 62%;
    max-width: 740px;
    margin-left: 38%;
  }
  main {
    padding-top: 1em;
  }
  article h2:first-of-type {
    margin-top: 0;
  }
  .site-footer {
    width: 62%;
    max-width: 740px;
    margin-left: 38%;
  }
  .site-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-to-site {
    margin: 50px auto;
    padding: 2em;
  }
  .link-to-site:nth-child(2) {
    margin-left: 3px;
  }
}

/*# sourceMappingURL=main.css.map */
