@charset "UTF-8";
/* Jos Customisations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  /* to prevent short pages from shifting right in absence of scroll bar */
  overflow-y: scroll; }

body {
  background-color: #FCFCFC; }

#logo {
  margin: 24px 0 21px; }
  #logo img {
    width: 170px;
    height: auto;
    display: block; }

#totallylegit {
  display: none; }

#nav {
  font-size: 1.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.018rem;
  text-align: left;
  margin: 0 auto 36px;
  width: 100%; }
  #nav hr, #nav .dottedline {
    margin: 0.3rem auto; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* Custom Link Styles within nav bar, if required
    ––––––––––––––––––––––––––––––––––––––––––––––––––
            
            a:link {
            color: $linkcolor;
            text-decoration: none;
            }
    
            a:hover {
            text-decoration: underline;
            }
    
            a:visited {
            color: $linkcolor;
            text-decoration: none;
            }
    
            a:visited:hover {
            text-decoration: underline;
            }
    ––––––––––––––––––––––––––––––––––––––––-–––––– */ }
    #nav ul li {
      display: inline;
      padding-right: 6px; }
  #nav .current {
    color: #2E2E2E; }

hr, .dottedline {
  border: 1px solid #BBB;
  border-style: none none solid;
  clear: both;
  height: 0;
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  width: 100%; }

.dottedline {
  border: 1px dotted #BBB;
  border-style: none none dotted; }

.projectbutton {
  overflow: hidden;
  position: relative;
  margin: 0; }
  .projectbutton span {
    padding: 0.7rem 0.8rem;
    font-size: 1.5rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.018rem;
    position: absolute;
    color: #2E2E2E;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .projectbutton span:hover {
    opacity: 1; }
  .projectbutton img {
    z-index: 1; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; } }
/*.entrytitle {
    margin: 0;
} */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2E2E2E; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin: 0 0 1.8rem; }

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: .06rem;
  margin: 1.8rem 0 0.8rem; }

h3 {
  /* same style used in h3 and dt */
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .05rem;
  margin: 2rem auto 0.8rem;
  text-decoration: underline;
  text-decoration-color: #BBB; }

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06rem;
  margin: 2rem 0 0.8rem; }

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06rem;
  margin: 2rem 0 0.8rem; }

h6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06rem;
  margin: 2rem 0 0.8rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.5rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

small {
  font-size: 1.3rem;
  font-weight: 400; }
  
figcaption {
  font-size: 1.3rem;
  font-weight: 400; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link {
  color: #777;
  text-decoration: none; }

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

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

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 36px;
  padding: 0 36px;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border: 0;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #2E2E2E;
  border: 0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #2E2E2E;
  border: 0;
  text-decoration: underline; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 36px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px dotted #BBB;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1.0em; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 180px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #2E2E2E;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: normal; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

dt {
  /* same style used in h3 and dt */
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .05rem;
  margin: 2rem auto 0.8rem;
  text-decoration: underline;
  text-decoration-color: #BBB; }

dd {
  margin: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

img {
  margin: 0.3rem 0; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote {
  border-left: 1px solid #BBB;
  margin: 0;
  padding-left: 1rem; }

figure,
table,
p {
  margin-bottom: 1rem; }

ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */

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