/*
 *                        ___
 *                       /\_ \
 *  _____     ___     ___\//\ \      __
 * /\ '__`\  / __`\  / __`\ \ \   /'__`\
 * \ \ \_\ \/\ \_\ \/\ \_\ \_\ \_/\  __/
 *  \ \ ,__/\ \____/\ \____//\____\ \____\
 *   \ \ \/  \/___/  \/___/ \/____/\/____/
 *    \ \_\
 *     \/_/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/poole.
 */
/*
 * Contents
 *
 * Body resets
 * Custom type
 * Messages
 * Masthead
 * Posts and pages
 * Pagination
 * Reverse layout
 * Themes
 */
/*
 * Body resets
 *
 * Update the foundational and global aspects of the page.
 */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.group:after {
  content: "";
  display: table;
  clear: both; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

@media (min-width: 38em) {
  html {
    font-size: 20px; } }
body {
  color: #515151;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* No `:visited` state is required by default (browsers will use `a`) */
a {
  color: #268bd2;
  text-decoration: none; }

a strong {
  color: inherit; }

/* `:focus` is linked to `:hover` for basic accessibility */
a:hover,
a:focus {
  text-decoration: underline; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2rem; }

h2 {
  margin-top: 1rem;
  font-size: 1.5rem; }

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem; }

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem; }

/* Body text */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

strong {
  color: #303030; }

/* Lists */
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem; }

/* Misc */
hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase; }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5; }

/* Code */
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace; }

code {
  padding: .25em .5em;
  font-size: 85%;
  color: #bf616a;
  background-color: #f9f9f9;
  border-radius: 3px; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9; }

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent; }

/* Pygments via Jekyll */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px; }

.highlight pre {
  margin-bottom: 0; }

/* Gist via GitHub Pages */
.gist .gist-file {
  font-family: Menlo, Monaco, "Courier New", monospace !important; }

.gist .markdown-body {
  padding: 15px; }

.gist pre {
  padding: 0;
  background-color: transparent; }

.gist .gist-file .gist-data {
  font-size: .8rem !important;
  line-height: 1.4; }

.gist code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

/* Quotes */
blockquote {
  padding: .5rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: .25rem solid #e5e5e5; }

blockquote p:last-child {
  margin-bottom: 0; }

@media (min-width: 30em) {
  blockquote {
    padding-right: 5rem;
    padding-left: 1.25rem; } }
/* Tables */
table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse; }

td,
th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5; }

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

/*
 * Custom type
 *
 * Extend paragraphs with `.lead` for larger introductory text.
 */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/*
 * Messages
 *
 * Show alert messages to users. You may add it to single elements like a `<p>`,
 * or to a parent if there are multiple elements to show.
 */
.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9; }

/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */
.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem; }

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #505050; }

.masthead-title a {
  color: #505050; }

.masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0; }

/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */
.page,
.post {
  margin-bottom: 4em; }

/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
  color: #303030; }

.page-title,
.post-title {
  margin-top: 0; }

/* Meta data line below post title */
.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a; }

/* Related posts */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee; }

.related-posts {
  padding-left: 0;
  list-style: none; }

.related-posts h3 {
  margin-top: 0; }

.related-posts li small {
  font-size: 75%;
  color: #999; }

.related-posts li a:hover {
  color: #268bd2;
  text-decoration: none; }

.related-posts li a:hover small {
  color: inherit; }

/*
 * Pagination
 *
 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
 * there are no more previous or next posts to show.
 */
.pagination {
  overflow: hidden;
  /* clearfix */
  margin-left: -1rem;
  margin-right: -1rem;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #ccc;
  text-align: center; }

/* Pagination items can be `span`s or `a`s */
.pagination-item {
  display: block;
  padding: 1rem;
  border: 1px solid #eee; }

.pagination-item:first-child {
  margin-bottom: -1px; }

/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
  background-color: #f5f5f5; }

@media (min-width: 30em) {
  .pagination {
    margin: 3rem 0; }

  .pagination-item {
    float: left;
    width: 50%; }

  .pagination-item:first-child {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

  .pagination-item:last-child {
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; } }
/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */
/* Prevent scroll on narrow devices */
html,
body {
  overflow-x: hidden; }

html {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #313131;
  letter-spacing: -.025rem; }

/*
 * Wrapper
 *
 * The wrapper is used to position site content when the sidebar is toggled. We
 * use an outter wrap to position the sidebar without interferring with the
 * regular page content.
 */
.wrap {
  position: relative;
  width: 100%; }

/*
 * Container
 *
 * Center the page content.
 */
/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */
.page,
.post {
  margin-bottom: 4em; }

/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
  color: #303030; }

.page-title,
.post-title {
  margin-top: 0; }

/* Meta data line below post title */
.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a; }

/* Related posts */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee; }

.related-posts {
  padding-left: 0;
  list-style: none; }

.related-posts h3 {
  margin-top: 0; }

.related-posts li small {
  font-size: 75%;
  color: #999; }

.related-posts li a:hover {
  color: #268bd2;
  text-decoration: none; }

.related-posts li a:hover small {
  color: inherit; }

/*
 * Pagination
 *
 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
 * there are no more previous or next posts to show.
 */
.pagination {
  overflow: hidden;
  /* clearfix */
  margin-left: -1rem;
  margin-right: -1rem;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #ccc;
  text-align: center; }

/* Pagination items can be `span`s or `a`s */
.pagination-item {
  display: block;
  padding: 1rem;
  border: 1px solid #eee; }

.pagination-item:first-child {
  margin-bottom: -1px; }

/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
  background-color: #f5f5f5; }

@media (min-width: 30em) {
  .pagination {
    margin: 3rem 0; }

  .pagination-item {
    float: left;
    width: 50%; }

  .pagination-item:first-child {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

  .pagination-item:last-child {
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; } }
/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` and sidebar toggle
 * on the right side.
 */
.layout-reverse .sidebar {
  left: auto;
  right: -14rem; }

.layout-reverse .sidebar-toggle {
  left: auto;
  right: 1rem; }

.layout-reverse #sidebar-checkbox:checked ~ .sidebar,
.layout-reverse #sidebar-checkbox:checked ~ .wrap,
.layout-reverse #sidebar-checkbox:checked ~ .sidebar-toggle {
  transform: translateX(-14rem); }

/*
 * Overlay sidebar
 *
 * Make the sidebar content overlay the viewport content instead of pushing it
 * aside when toggled.
 */
.sidebar-overlay #sidebar-checkbox:checked ~ .wrap {
  transform: translateX(0); }

.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar-toggle {
  box-shadow: 0 0 0 .25rem #fff; }

.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
  box-shadow: 0.25rem 0 0.5rem rgba(0, 0, 0, 0.1); }

/* Only one tweak for a reverse layout */
.layout-reverse.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
  box-shadow: -0.25rem 0 0.5rem rgba(0, 0, 0, 0.1); }

html.shinybox-html {
  overflow: hidden !important; }

.notransition {
  transition: none; }

.shinybox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(13, 13, 13, 0.6);
  display: none; }

.shinybox-html .shinybox-overlay {
  display: block; }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -4%; }
  100% {
    margin-left: 0px; } }
@keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -4%; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 4%; }
  100% {
    margin-left: 0px; } }
@keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 4%; }
  100% {
    margin-left: 0px; } }
.shinybox-overlay img {
  border: none !important; }

.shinybox-overlay .shinybox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  transition: left 0.4s ease; }

.shinybox-overlay .shinybox-slider .slide {
  height: 100%;
  width: 98%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 1%; }

.shinybox-overlay .shinybox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.shinybox-overlay .shinybox-slider .slide img,
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

.shinybox-overlay .shinybox-slider .slide .shinybox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box; }

.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
  background: none;
  max-width: 1140px;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }

.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.shinybox-overlay .shinybox-slider .loading {
  background: url("img/loader.gif") no-repeat center center;
  height: 31px;
  width: 31px;
  margin: auto; }

.shinybox-overlay.rightSpring .shinybox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.shinybox-overlay.leftSpring .shinybox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.shinybox-overlay .shinybox-bottom,
.shinybox-overlay .shinybox-top {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: linear-gradient(#0d0d0d, #000000);
  opacity: 0.95;
  transition: 0.5s; }

.shinybox-overlay .shinybox-top {
  top: -50px; }

.shinybox-overlay .shinybox-top.visible-bars {
  top: 0; }

.shinybox-overlay .shinybox-top.force-visible-bars {
  top: 0 !important; }

.shinybox-overlay .shinybox-bottom {
  text-align: right;
  bottom: -50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.shinybox-overlay .shinybox-bottom.visible-bars {
  bottom: 0; }

.shinybox-overlay .shinybox-bottom.force-visible-bars {
  bottom: 0 !important; }

.shinybox-overlay .shinybox-prev,
.shinybox-overlay .shinybox-next,
.shinybox-overlay .shinybox-close {
  background-image: url("img/icons.svg");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1; }

.shinybox-overlay .shinybox-close {
  background-position: 15px 12px;
  float: left; }

.shinybox-no-close-button .shinybox-overlay .shinybox-close {
  display: none; }

.shinybox-overlay .shinybox-prev {
  background-position: -32px 13px; }

.shinybox-overlay .shinybox-prev.disabled {
  opacity: 0.3; }

.shinybox-overlay .shinybox-next {
  background-position: -78px 13px; }

.shinybox-overlay .shinybox-next.disabled {
  opacity: 0.3; }

.shinybox-overlay .shinybox-caption {
  color: white !important;
  font-size: 15px;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

h1.page-title {
  font-weight: 900; }

/*
 * Sidebar
 *
 * The sidebar is the drawer, the item we are toggling with our handy hamburger
 * button in the corner of the page.
 *
 * This particular sidebar implementation was inspired by Chris Coyier's
 * "Offcanvas Menu with CSS Target" article, and the checkbox variation from the
 * comments by a reader. It modifies both implementations to continue using the
 * checkbox (no change in URL means no polluted browser history), but this uses
 * `position` for the menu to avoid some potential content reflow issues.
 *
 * Source: http://css-tricks.com/off-canvas-menu-with-css-target/#comment-207504
 */
/* Style and "hide" the sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -14rem;
  width: 14rem;
  visibility: hidden;
  overflow-y: auto;
  font-size: .875rem;
  /* 15px */
  color: rgba(255, 255, 255, 0.6);
  background-color: #202020;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: stretch; }

@media (min-width: 30em) {
  .sidebar {
    font-size: .75rem;
    /* 14px */ } }
/* Sidebar content */
.sidebar a {
  font-weight: normal;
  color: #fff;
  transition: all ease 300ms; }

.sidebar-item {
  padding: 1rem; }

.sidebar-item p:last-child {
  margin-bottom: 0; }

/* Sidebar nav */
.sidebar-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-nav-item {
  display: block;
  padding: .5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent; }

@media (min-width: 48em) {
  .sidebar-item {
    padding: 1.5rem; }

  .sidebar-nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* Style the `label` that we use to target the `.sidebar-checkbox` */
.sidebar-toggle {
  position: absolute;
  top: .8rem;
  right: 1rem;
  display: block;
  padding: .25rem .75rem;
  color: #505050;
  background-color: #fff;
  border-radius: .25rem;
  cursor: pointer; }

.sidebar-toggle:before {
  display: inline-block;
  width: 1rem;
  height: .75rem;
  content: "";
  background-image: linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%); }

.sidebar-toggle:active,
#sidebar-checkbox:focus ~ .sidebar-toggle,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  color: #fff;
  background-color: #555; }

.sidebar-toggle:active:before,
#sidebar-checkbox:focus ~ .sidebar-toggle:before,
#sidebar-checkbox:checked ~ .sidebar-toggle:before {
  background-image: linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%); }

@media (min-width: 30.1em) {
  .sidebar-toggle {
    position: fixed; } }
@media print {
  .sidebar-toggle {
    display: none; } }
/* Slide effect
 *
 * Handle the sliding effects of the sidebar and content in one spot, seperate
 * from the default styles.
 *
 * As an a heads up, we don't use `transform: translate3d()` here because when
 * mixed with `position: fixed;` for the sidebar toggle, it creates a new
 * containing block. Put simply, the fixed sidebar toggle behaves like
 * `position: absolute;` when transformed.
 *
 * Read more about it at http://meyerweb.com/eric/thoughts/2011/09/12/.
 */
.wrap,
.sidebar,
.sidebar-toggle {
  backface-visibility: hidden; }

.wrap,
.sidebar-toggle {
  transition: transform .3s ease-in-out; }

#sidebar-checkbox:checked + .sidebar {
  z-index: 10;
  visibility: visible; }

#sidebar-checkbox:checked ~ .sidebar,
#sidebar-checkbox:checked ~ .wrap,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  transform: translateX(-14rem); }

div.sidebar-border {
  background: #020024;
  background: linear-gradient(180deg, #2AA9E0 0%, #3BB24A 50%, #66318F 100%);
  min-width: 8px; }

a.nav-item-photography:hover {
  background-color: #2AA9E0; }

a.nav-item-graphicdesign:hover {
  background-color: #3BB24A; }

a.nav-item-webdev:hover {
  background-color: #66318F; }

.sidebar .social-links {
  margin: 0 0 10px 0;
  text-align: left; }
  .sidebar .social-links a {
    margin-right: 10px; }
  .sidebar .social-links a:last-child {
    margin-right: 0; }
  .sidebar .social-links svg {
    height: 20px;
    width: auto;
    fill: #fff; }

.last-item {
  padding-top: 20px; }

.site {
  width: 95%;
  max-width: 1080px;
  background: rgba(102, 49, 143, 0.8); }

.site-title {
  display: none; }

.tagline {
  font-size: 0.75rem;
  color: #ccc;
  margin-top: 10px; }

/*
 * Container
 */
.container {
  width: 90%;
  margin: 10px auto; }
  @media only screen and (min-width: 871px) {
    .container {
      width: auto;
      max-width: 38em;
      margin-left: 90px;
      margin-right: 90px; } }

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
header .title a {
  color: blue;
  text-decoration: none;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
  transition: all ease 200ms; }
  header .title a:hover {
    text-decoration: underline;
    color: blue; }

/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */
.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 0 1rem 0; }
  @media only screen and (min-width: 871px) {
    .masthead {
      margin: 30px 0 2.5rem 0; } }

body.not-home .masthead {
  margin-bottom: 0.5rem; }

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #505050; }
  @media only screen and (min-width: 551px) {
    .masthead-title {
      float: left; } }
  @media only screen and (min-width: 955px) {
    .masthead-title {
      width: 360px;
      max-width: 40%; } }

.masthead-title a {
  color: #505050; }

.masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0; }

@media only screen and (min-width: 871px) {
  .masthead .container {
    width: auto;
    max-width: 100%; } }

.masthead svg {
  width: 100%;
  max-width: 200px; }
  @media only screen and (min-width: 551px) {
    .masthead svg {
      width: 100%;
      max-width: 300px; } }

body.not-home .masthead svg {
  max-width: 250px; }

nav.masthead-nav {
  display: none; }
  @media only screen and (min-width: 871px) {
    nav.masthead-nav {
      display: block;
      float: right;
      text-align: right;
      max-width: 50%; } }
  @media only screen and (min-width: 1025px) {
    nav.masthead-nav {
      display: block;
      text-align: right;
      margin-top: 0; } }
  nav.masthead-nav a {
    transition: all ease .3s;
    font-size: 0.8em;
    padding: 0.5em 1em 0.5em 0;
    margin: 10px;
    border-bottom: 4px solid #fff; }
    nav.masthead-nav a:hover {
      text-decoration: none;
      background: #fff; }
    @media only screen and (min-width: 871px) {
      nav.masthead-nav a {
        display: block;
        margin-top: 0;
        padding: 0 5px 5px 25px; } }

nav.masthead-nav a.nav-item-photography {
  color: #2AA9E0; }
  nav.masthead-nav a.nav-item-photography:hover {
    border-bottom: 4px solid #2AA9E0; }

nav.masthead-nav a.nav-item-graphicdesign {
  color: #3BB24A; }
  nav.masthead-nav a.nav-item-graphicdesign:hover {
    border-bottom: 4px solid #3BB24A; }

nav.masthead-nav a.nav-item-webdev {
  color: #66318F; }
  nav.masthead-nav a.nav-item-webdev:hover {
    border-bottom: 4px solid #66318F; }

nav.masthead-nav a.nav-item-contact {
  color: #c1c2c3; }
  nav.masthead-nav a.nav-item-contact:hover {
    border-bottom: 4px solid #c1c2c3; }

.photography-page button {
  border: 2px solid #2AA9E0;
  padding: 10px 20px;
  color: #2AA9E0;
  text-transform: uppercase;
  margin: 5px;
  cursor: pointer;
  border-radius: 30px;
  transition: all ease 300ms; }
.photography-page .is-checked {
  background-color: rgba(131, 205, 237, 0.9);
  color: #fff; }
.photography-page img {
  border-radius: 0; }

.gallerygrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 5px; }
  @media only screen and (min-width: 551px) {
    .gallerygrid {
      grid-template-columns: 1fr 1fr 1fr; } }

.grid-item {
  width: auto; }
  .grid-item img {
    width: 100%; }

.contact-footer {
  font-size: 0.9em;
  border: 2px solid #000;
  background: gray;
  padding: 20px;
  margin-top: 80px; }
  .contact-footer h3 {
    margin-top: 0; }

body.nav-item-graphicdesign h1.page-title {
  color: rgba(59, 178, 74, 0.8); }
body.nav-item-graphicdesign .contact-footer {
  border: 2px solid #3BB24A;
  background: #f1fbf3; }

.backlink {
  display: block;
  text-transform: uppercase;
  font-size: 0.6em; }

.job-metadata {
  font-size: 0.8em;
  color: grey;
  margin-top: 2em;
  max-width: 38em; }
  .job-metadata strong {
    color: grey; }
  .job-metadata p {
    margin: 0; }

.joburl {
  margin: 20px 0;
  display: block; }

.folio-images img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 40px 0; }

.folio-images img.single {
  max-width: 500px; }

@media only screen and (min-width: 871px) {
  .printfolio .container.content {
    width: auto;
    max-width: 1000px;
    margin-left: 90px;
    margin-right: 90px; } }

.printfolio .contact-footer {
  max-width: 760px; }

.portfolio-tiles {
  margin-top: 50px; }
  @media only screen and (min-width: 551px) {
    .portfolio-tiles {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 5px;
      align-items: center; } }
  @media only screen and (min-width: 871px) {
    .portfolio-tiles {
      grid-template-columns: 1fr 1fr 1fr; } }
  .portfolio-tiles a {
    margin-bottom: 20px;
    display: block;
    max-width: 400px;
    transition: all 300ms;
    border: 1px solid transparent;
    padding: 0; }
    @media only screen and (min-width: 551px) {
      .portfolio-tiles a {
        margin-bottom: 0;
        display: block;
        max-width: 100%; } }
  .portfolio-tiles img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

body.nav-item-webdev h1.page-title {
  color: rgba(102, 49, 143, 0.8); }
body.nav-item-webdev li {
  margin-bottom: 10px; }
body.nav-item-webdev li span {
  font-size: 0.8em;
  font-style: italic; }
body.nav-item-webdev .contact-footer {
  border: 2px solid #66318F;
  background: #e1d0ef; }

body.photography h1.page-title {
  color: rgba(42, 169, 224, 0.9); }
body.photography .contact-footer {
  border: 2px solid #2AA9E0;
  background: #dcf1fa;
  max-width: 760px; }

ul.gallery-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.gallery-list li {
    display: inline-block; }

.home-tiles nav {
  display: block; }
  @media only screen and (min-width: 551px) {
    .home-tiles nav {
      display: flex; } }

.home-tiles a {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  padding: 20px 10px;
  transition: all ease 300ms;
  align-items: center; }
  .home-tiles a:hover {
    text-decoration: none; }
  @media only screen and (min-width: 551px) {
    .home-tiles a {
      flex: 1;
      padding: 30px 10px;
      text-align: center;
      display: block; } }
  @media only screen and (min-width: 871px) {
    .home-tiles a {
      padding: 50px 10px; } }
  .home-tiles a span {
    display: block;
    line-height: 2em; }
    @media only screen and (min-width: 551px) {
      .home-tiles a span {
        line-height: 1.2em; } }

.tile-photography {
  background-color: rgba(42, 169, 224, 0.9); }
  .tile-photography:hover {
    background-color: #1f9cd2; }

.tile-graphicdesign {
  background-color: rgba(59, 178, 74, 0.8); }
  .tile-graphicdesign:hover {
    background-color: #3BB24A; }

.tile-webdev {
  background-color: rgba(102, 49, 143, 0.8); }
  .tile-webdev:hover {
    background-color: #66318F; }

.lnr {
  display: inline;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  margin: 0 20px; }
  @media only screen and (min-width: 551px) {
    .lnr {
      margin: 0 auto 20px;
      display: block; } }

.lnr-fill {
  color: rgba(255, 255, 255, 0.4);
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 2em;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */ }
  @media only screen and (min-width: 551px) {
    .lnr-fill {
      font-size: 100px; } }
  @media only screen and (min-width: 871px) {
    .lnr-fill {
      font-size: 10em; } }
  @media only screen and (min-width: 1025px) {
    .lnr-fill {
      font-size: 12em; } }

.welcome-message {
  max-width: 40em;
  margin: 20px auto;
  padding: 20px 30px; }
  .welcome-message h2 {
    font-size: 3em;
    font-weight: 700; }
  @media only screen and (min-width: 551px) {
    .welcome-message {
      margin: 20px auto;
      padding: 3em; } }

.social-links {
  text-align: center;
  margin-top: 70px; }

body.home nav.mastead-nav {
  display: none; }

.wrap .social-links {
  text-align: centre;
  transition: all ease .3s; }
  .wrap .social-links a {
    margin-right: 10px; }
  .wrap .social-links a:last-child {
    margin-right: 0; }
  .wrap .social-links svg {
    height: 30px;
    width: auto;
    fill: #c1c2c3; }
  .wrap .social-links a:hover svg {
    fill: #000; }

body.nav-item-contact h1.page-title {
  color: #c1c2c3; }
body.nav-item-contact .contact-footer {
  border: none;
  background: transparent;
  margin-top: 40px;
  padding: 0;
  font-size: 1em; }
