@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: inherit;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.button, button, .nav-item {
  -moz-transition: color 150ms linear, background-color 150ms linear;
  -o-transition: color 150ms linear, background-color 150ms linear;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
}

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

@font-face {
  font-family: 'gothic';
  src: url("../fonts/gothic.eot");
  src: local("gothic"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype");
}
html {
  font-size: 12.8px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.h1, h1 {
  font-size: 3.8em;
}
@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 4.7em;
  }
}

.h2, h2 {
  font-size: 3.3em;
}
@media screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 3.8em;
  }
}

.h3, h3 {
  font-size: 2.7em;
}
@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 3.1em;
  }
}

.h4, h4 {
  font-size: 2.2em;
}
@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 2.4em;
  }
}

.h5, h5 {
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  .h5, h5 {
    font-size: 2em;
  }
}

.h6, h6, .header__sub-title {
  font-size: 1.5em;
}

p,
blockquote,
li {
  font-size: 1em;
}

.button, button {
  font-size: 1.5em;
}

input,
textarea,
select {
  font-size: 1em;
}

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

h1 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

h2 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

h3 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

h4 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

h5 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

h6 {
  font-family: Century Gothic, CenturyGothic, "gothic", AppleGothic, sans-serif;
}

p,
blockquote,
ul,
button {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

input,
textarea,
select {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

span, img {
  display: inline-block;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.underline, u {
  text-decoration: underline;
}

.italic, em {
  font-style: italic;
}

.bold, strong {
  font-weight: 700;
}

.loud {
  color: #565656;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.l0 {
  line-height: 1;
}

.lhalf {
  line-height: 1.2;
}

.l2 {
  line-height: 1.7;
}

.l3 {
  line-height: 2;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.button, button {
  cursor: pointer;
  display: inline-block;
  padding: 0.625em 1.25em;
}
.button:hover, button:hover, .button:active, button:active {
  text-decoration: none;
}

.nowrap, header {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.list--inline-block li {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center, .center-content div, body > article, .nav-items {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-abs {
  left: 50%;
  transform: translateX(-50%);
}

.center-content {
  text-align: center;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.z0 {
  z-index: -1000;
}

.z2 {
  z-index: 200;
}

.z3 {
  z-index: 300;
}

.z4 {
  z-index: 400;
}

.z5 {
  z-index: 500;
}

.content-box {
  box-sizing: content-box;
}

.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.no-spacing {
  margin-bottom: 0;
}
.no-spacing p, .no-spacing li {
  margin-bottom: 0;
}

p.no-spacing, li.no-spacing {
  margin-bottom: 0;
}

.list--no-spacing li {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

img.padding {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  img.xs-full-width {
    width: 100%;
  }
}

.hide-xs, .hide-sm, .hide-md {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-xs {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hide-sm {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .hide-md {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .show-xs {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .show-sm {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .show-md {
    display: none;
  }
}

body > article {
  text-align: center;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  width: 90%;
}
@media screen and (min-width: 768px) {
  body > article {
    width: 500px;
  }
}

header {
  text-transform: uppercase;
  font-size: 1.7vw;
  padding-top: 3.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header {
    font-size: 0.7rem;
  }
}

.header__title {
  line-height: 1.6;
  letter-spacing: 0.29em;
}

.header__sub-title {
  letter-spacing: 0.03em;
}

.nav-items {
  text-align: center;
}

.nav-item {
  color: #565656;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin: 2.2em 1em 0;
  -moz-transition: color 150ms, border-color 150ms;
  -o-transition: color 150ms, border-color 150ms;
  -webkit-transition: color 150ms, border-color 150ms;
  transition: color 150ms, border-color 150ms;
}
.nav-item:hover, .nav-item:active {
  color: #8A5AAF;
  border-bottom: 1px solid #8A5AAF;
}

/* VARIABLES */
/* MIXINS */
/* RULES */
.photo {
  box-shadow: 0.25em 0.25em 0.25em #111111;
  margin: 0.15em 0.3em;
}

.photoshoot .fa {
  position: absolute;
}

.photo[data-size="full"] {
  width: calc(100% - 0.6em);
}

.photo[data-size="half"] {
  width: calc(50% - 0.6em);
}

.photo[data-size="third"] {
  width: calc(33.33333% - 0.6em);
}

.details {
  font-size: 0.8em;
}

.description {
  margin-bottom: 1em;
}

.date {
  color: #8A5AAF;
}

.edit-box {
  display: none;
}

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