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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  overflow: hidden;
}
h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h3 {
  font-weight: 300;
}
p {
  font-weight: 300;
  line-height: 1.5;
}
p,
p a {
  font-size: 1.6rem;
}
#instafeed {
  align-items: flex-start;
  background: #ccc;
  display: flex;
  flex-wrap: wrap;
  height: 100vh !important;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
}
#instafeed:after {
  background: linear-gradient(135deg, #a62bc9, #3164f6);
  content: '';
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}
#instafeed .photo-tile {
  width: 33.33333333333333%;
}
@media only screen and (min-width: 960px) {
  #instafeed .photo-tile {
    width: 16.666666666666664%;
  }
}
#instafeed .photo-tile:nth-child(5n+2) {
  width: 66.66666666666666%;
}
@media only screen and (min-width: 960px) {
  #instafeed .photo-tile:nth-child(5n+2) {
    width: 33.33333333333333%;
  }
}
#instafeed .photo {
  background-size: cover;
  padding-top: 100%;
}
.site {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  position: relative;
}
.global-header,
.global-footer {
  display: flex;
  flex: none;
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .global-header,
  .global-footer {
    padding: 2rem;
  }
}
.global-header {
  justify-content: space-between;
}
.menu {
  position: relative;
}
.menu.active .menu-dropdown {
  display: block;
}
.menu .toggle {
  cursor: pointer;
}
.menu-dropdown {
  background: rgba(166,43,201,0.8);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.2);
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 15rem;
}
.menu-dropdown a {
  color: #fff;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.menu-dropdown a:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
.menu-dropdown a:hover {
  background: #a62bc9;
}
.page-content,
.hero-content {
  flex: 1 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .page-content,
  .hero-content {
    padding: 2rem 2rem 6rem;
  }
}
.content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}
.content-inner p,
.content-inner a {
  font-size: 2rem;
}
.content-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.content-inner a:hover {
  background: rgba(166,43,201,0.2);
}
.global-footer {
  justify-content: flex-end;
}
.global-footer .social {
  margin-left: 1rem;
  opacity: 0.7;
  transition: opacity 0.25s ease-in-out;
}
.global-footer .social:hover {
  opacity: 1;
}
.projects {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.projects .project {
  flex: 1 1 100%;
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .projects .project {
    flex: 1 1 50%;
  }
}
.projects .project .project-box {
  background-color: #808080;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
  padding: 100% 1rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .projects .project .project-box {
    padding-top: 60%;
  }
}
.projects .project .project-box:hover .project-info {
  background: rgba(102,102,102,0.9);
}
.projects .project .project-box:hover .project-name,
.projects .project .project-box:hover .project-commentary,
.projects .project .project-box:hover .project-link {
  opacity: 0.8;
}
.projects .project .project-info {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: background 0.25s ease-in-out;
  width: 100%;
}
.projects .project .project-name {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: none;
  margin-bottom: 0;
  opacity: 0;
  padding: 1rem;
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .projects .project .project-name {
    padding: 2rem 1rem;
  }
}
.projects .project .project-commentary,
.projects .project .project-link {
  transition: opacity 0.25s ease-in-out;
}
.projects .project .project-commentary {
  display: none;
  flex: 1 0 auto;
  max-width: 30rem;
  opacity: 0;
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .projects .project .project-commentary {
    display: block;
  }
}
.projects .project .project-commentary a {
  color: #fff;
  cursor: pointer;
}
.projects .project .project-link {
  background: #a62bc9;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 300;
  flex: none;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .projects .project .project-link {
    opacity: 0;
  }
}
.projects .project .project-link:hover {
  opacity: 1 !important;
}
