/* Author: Luke Greenaway */
/* Stylesheet for project configuration */
/* Grid & Layout
=================================================== */
/* Colours 
=================================================== */
/* White */
/* Base */
/* Med-Dark */
/* Dark */
/* Black */
/* Brand Colours */
/* Magenta */
/* Blue */
/* Yellow *//* Author: Luke Greenaway */
/* Stylesheet for Enhancements */
/* Generic Styles
=================================================== */
/* Inline Block */
/* Typography
=================================================== */
/* Font-face */
/* Font Size */
/* Line Height */
/* Anti Aliasing */
/* Wrap Words */
/* Hide Text */
/* CSS3
=================================================== *//* Opacity */
/* Border Radius */
/* Background Cover */
/* RGBA */
/* Rotate */
/* Box Shadow */
/* Transform */
/* Horizontal Gradient */
/* Flex Box */
/* Box Sizing */
/* CSS3 Transitions
=================================================== *//* Animate Background Colour */
/* Author: Luke Greenaway */
/* Stylesheet for screen widths >= 786px */
/* Generic Styles
=================================================== */
.mobile {
  display: none;
}
.desktop {
  display: block;
}
/* Header
=================================================== */
header {
  margin-bottom: 0;
}
header .logo a {
  width: 150px;
}
header nav ul li {
  /* Subnav */

}
header nav ul li .title {
  padding-left: 50px;
}
header nav ul li ul li a {
  padding: 2px;
}
/* Generic Content
=================================================== */
/* Grid Items */
.grid-item {
  margin-top: 2.4%;
}
/* Gallery */
.gallery .grid-item {
  width: 47.6%;
}
/* Alternative Gallery */
.alt-gallery {
  /* When Shuffled */

}
.alt-gallery .grid-item:nth-child(4n+1) {
  width: 57.6%;
}
.alt-gallery .grid-item:nth-child(4n+2) {
  width: 37.6%;
  margin-top: 6.6%;
  clear: right;
}
.alt-gallery .grid-item:nth-child(4n+3) {
  width: 42.6%;
  margin-top: 5.1%;
}
.alt-gallery .grid-item:nth-child(4n+4) {
  width: 52.6%;
  clear: right;
}
.alt-gallery.gallery-shuffle .grid-item:nth-child(4n+1),
.alt-gallery.gallery-shuffle .grid-item:nth-child(4n+2),
.alt-gallery.gallery-shuffle .grid-item:nth-child(4n+3),
.alt-gallery.gallery-shuffle .grid-item:nth-child(4n+4) {
  width: 47.6%;
  margin-top: 2.4%;
}
.alt-gallery-2 .grid-item-wrapper:nth-child(2n+1) .grid-item {
  width: 67.6%;
  float: left;
}
.alt-gallery-2 .grid-item-wrapper:nth-child(2n+2) .grid-item {
  width: 67.6%;
  float: right;
}
/* Instagram Embed */
.half.instagram {
  margin-top: 2.4%;
}
/* Work & Artwork Specific
=================================================== */
.project-description .copy-wrapper,
.project-description h1,
.project-description h2,
.project-description h3 {
  padding-left: 50px;
}
/* Footer
=================================================== */
footer {
  margin-top: 2em;
  padding: 3.5em 0;
}
