/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700|Crimson+Text:400,400i,600|Poppins:400,700";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input, select {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  color: #222;
  font-family: "Crimson Text", Serif;
  font-weight: 300;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }
  @media (min-width: 650px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    body {
      font-size: 20px; } }
  @media (min-width: 1900px) {
    body {
      font-size: 22px; } }

.container, .main, .hero .inner-wrapper, footer {
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }
  @media (min-width: 1400px) {
    .container, .main, .hero .inner-wrapper, footer {
      max-width: 1200px; } }

.clearfix:after, footer:after, .contact-blocks:after {
  content: " ";
  display: table;
  clear: both; }

.main {
  position: relative;
  margin-top: 1.875em; }
  @media (min-width: 1024px) {
    .main {
      margin-top: 3.75em; } }
  .main figure img {
    max-height: 80vh;
    margin: 0.625em auto;
    display: block; }
  .main p {
    max-width: 800px; }

a {
  text-decoration: none;
  color: #222; }

.more {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  font-family: "Poppins", serif;
  color: #222;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em; }

p {
  line-height: 1.8; }

strong {
  font-weight: 600; }

h1, h2, h3, h4 {
  font-family: "Poppins", serif;
  margin-bottom: 0;
  margin-top: 1em; }
  h1 + p, h2 + p, h3 + p, h4 + p {
    margin: 0; }

img {
  max-width: 100%; }

figure {
  margin: 0 -1.25em; }

hr {
  border: 1px solid #eee;
  margin: 4.375em 0; }

.logo {
  color: #fff;
  font-size: 1.625em;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: "Poppins", serif;
  position: absolute;
  margin-top: 0.5em;
  z-index: 100; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 4.375em; }
  .header .inner-wrapper {
    position: relative;
    margin: 0 1.25em; }

.nav-active {
  overflow-y: hidden; }
  @media (min-width: 890px) {
    .nav-active {
      overflow-y: auto; } }
  .nav-active header {
    height: 100%; }
    .nav-active header:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.9);
      transition: all .5s; }
    @media (min-width: 890px) {
      .nav-active header {
        height: auto; }
        .nav-active header:before {
          display: none; } }
  .nav-active .main-nav {
    display: block; }
    @media (min-width: 890px) {
      .nav-active .main-nav {
        display: block; } }

.main-nav {
  display: none; }
  @media (min-width: 890px) {
    .main-nav {
      display: block; } }
  .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 4.875em; }
    @media (min-width: 890px) {
      .main-nav ul {
        padding-top: 0em;
        float: right; } }
  .main-nav li {
    margin-bottom: 0.625em; }
    @media (min-width: 890px) {
      .main-nav li {
        display: inline-block;
        margin-bottom: 0; } }
  .main-nav a {
    color: #fff;
    display: block;
    font-size: 2em;
    padding: .5em 0;
    letter-spacing: 0.0625em;
    font-family: "Cormorant Garamond", serif; }
    @media (min-width: 890px) {
      .main-nav a {
        text-transform: uppercase;
        font-family: "Poppins", serif;
        font-weight: 400;
        padding: 1.7em .5em;
        letter-spacing: 0.09375em;
        display: inline-block;
        font-size: 0.875em; } }

.menu-toggle {
  display: block;
  position: absolute;
  margin-top: 0.3125em;
  right: 0;
  top: 6px; }
  @media (min-width: 890px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle img {
    width: 2.5em; }

.hero {
  height: 40vh;
  width: 100%;
  display: table;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .hero .wrapper {
    display: table-cell;
    padding-top: 3.75em;
    vertical-align: middle; }
  .hero h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 3.25em;
    line-height: 1.1;
    text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.8);
    font-weight: 400; }
    @media (min-width: 600px) {
      .hero h1 {
        font-size: 3.625em; } }
  .hero a {
    margin: 2.5em 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff; }

footer {
  border-top: 2px solid #eee;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  font-size: 0.9375em; }

.copyright {
  width: auto;
  float: left; }

.social {
  float: right; }
  .social img {
    opacity: .7;
    margin-top: 0.5em;
    margin-right: 0;
    width: 2.5em;
    padding: 0.375em; }

#home .main {
  margin-top: 0; }
#home .header {
  position: fixed;
  top: 0;
  width: 100%; }
#home .hero {
  height: 95vh; }

#home h2 {
  font-family: "Cormorant Garamond", serif;
  margin-top: 1.125em;
  margin-bottom: 0;
  font-size: 2.875em; }
#home h3 {
  font-family: "Poppins", serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.5em; }

.services {
  list-style: none;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  padding: 0;
  font-size: 1.75em; }
  .services:after {
    content: "";
    display: table;
    clear: both; }
  .services li {
    font-family: "Crimson Text", Serif;
    margin-bottom: 0.375em; }
    @media (min-width: 800px) {
      .services li {
        display: block;
        float: left;
        vertical-align: top;
        margin-right: 2%;
        width: 49%; }
        .services li:nth-of-type(2n) {
          margin-right: 0; }
        .services li:nth-child(2n+1) {
          clear: both; } }

.sidebar {
  width: 300px;
  margin-top: 1em; }
  @media (min-width: 1400px) {
    .sidebar {
      margin-top: .5em;
      position: absolute;
      top: 0;
      right: 0; } }
  .sidebar .profile {
    display: block;
    margin-bottom: 1em;
    width: 100%; }

.review {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 1.25em;
  padding: 0.3125em 1.25em; }
  @media (min-width: 500px) {
    .review {
      padding: 1.25em 2.5em; } }
  .review h3 {
    font-size: 1.125em;
    font-weight: 700;
    font-family: "Poppins", serif; }
  .review hr {
    margin: 0.625em 0; }

.nextprev {
  margin-top: 2.5em;
  font-family: "Poppins", serif;
  font-weight: 400;
  text-transform: uppercase; }
  .nextprev:after {
    content: "";
    display: table;
    clear: both; }
  .nextprev .next {
    float: right; }
  .nextprev .prev {
    float: left; }
  .nextprev a {
    padding: 0.625em;
    border-bottom: 2px solid transparent;
    transition: border-bottom .25s; }
    .nextprev a:hover {
      border-bottom: 2px solid rgba(0, 0, 0, 0.15); }

#home .project img {
  width: 100%; }
@media (min-width: 680px) {
  #home .project {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    width: 32%; }
    #home .project:nth-of-type(3n) {
      margin-right: 0; }
    #home .project:nth-child(3n+1) {
      clear: both; } }

#projects .project img {
  width: 100%; }
@media (min-width: 400px) {
  #projects .project {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    width: 100%; }
    #projects .project:nth-of-type(1n) {
      margin-right: 0; }
    #projects .project:nth-child(1n+1) {
      clear: both; } }
@media (min-width: 480px) {
  #projects .project {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    width: 49%; }
    #projects .project:nth-of-type(1n) {
      margin-right: 2%; }
    #projects .project:nth-child(1n+1) {
      clear: none; }
    #projects .project:nth-of-type(2n) {
      margin-right: 0; }
    #projects .project:nth-child(2n+1) {
      clear: both; } }
@media (min-width: 1024px) {
  #projects .project {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    width: 32%; }
    #projects .project:nth-of-type(2n) {
      margin-right: 2%; }
    #projects .project:nth-child(2n+1) {
      clear: none; }
    #projects .project:nth-of-type(3n) {
      margin-right: 0; }
    #projects .project:nth-child(3n+1) {
      clear: both; } }
@media (min-width: 1800px) {
  #projects .project {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    width: 23.5%; }
    #projects .project:nth-of-type(3n) {
      margin-right: 2%; }
    #projects .project:nth-child(3n+1) {
      clear: none; }
    #projects .project:nth-of-type(4n) {
      margin-right: 0; }
    #projects .project:nth-child(4n+1) {
      clear: both; } }

.projects {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.375em;
  padding: 0; }
  .projects:after {
    content: "";
    display: table;
    clear: both; }
  .projects h4 {
    margin: 0 0 0.9375em 0;
    font-weight: 400;
    font-family: "Poppins", serif;
    font-size: 0.875em; }

.contact-blocks {
  margin-bottom: 4.375em; }

.contact-block {
  font-size: 0.75em;
  font-family: "Poppins", serif;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  min-height: 10em;
  width: 47.5%;
  background-color: #eee;
  vertical-align: middle;
  float: left;
  margin-right: 5%; }
  .contact-block:last-of-type {
    margin-right: 0; }
  .contact-block:hover img {
    opacity: .6; }
  .contact-block img {
    opacity: .2;
    display: block;
    margin: 0 auto; }
  .contact-block a {
    display: block;
    padding-top: 1.25em; }
    .contact-block a:last-of-type {
      padding-bottom: 1.25em; }

#contact form {
  font-family: "Poppins", serif;
  font-weight: 400;
  max-width: 700px;
  margin: 7em auto; }

form {
  position: relative; }

label {
  display: block;
  margin-bottom: .5em; }

input, textarea {
  border: 2px solid #eee;
  font-size: 1.5em;
  display: block;
  width: 100%;
  height: 1.5em;
  padding: 1em .5em;
  margin-bottom: 1em; }

textarea.message {
  min-height: 250px;
  font-size: 1.2em; }

input[type=submit] {
  width: auto;
  text-transform: uppercase;
  font-size: 1.125em;
  border: none;
  padding: 1em 2em;
  line-height: .05;
  border-radius: 3px;
  position: absolute;
  right: 0;
  transition: background-color .5s; }

input[type=submit]:hover {
  background-color: #999; }

.alert {
  background-color: #eee;
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 2em; }

.alert h1 {
  text-align: center;
  margin-top: .6em; }

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