/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

body {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(178, 139, 62, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(178, 139, 62, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(178, 139, 62, 0); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(178, 139, 62, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(178, 139, 62, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(178, 139, 62, 0); } }

header {
  position: relative;
  padding: 45px 0 0;
  text-align: center; }

header nav {
  text-align: right;
  padding-top: 25px; }
  header nav .border {
    width: 0;
    margin: 0;
    height: 0;
    border-top-color: #45310b; }

header nav .menu[aria-hidden="true"],
.formwrapper[aria-hidden="true"] {
  display: none; }

header nav .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #45310b;
  /*box-shadow: inset 0px -5px 15px -2px rgba(70, 70, 70, 0.1);*/ }
  header nav .menu li {
    cursor: pointer;
    color: #b28b3e;
    /*hsl(0, 0%, 60%)*/
    display: block;
    font: 700 1em  / 3 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
    transition: 0.2s; }
    header nav .menu li a {
      color: #b28b3e;
      text-decoration: none; }
  header nav .menu li:hover {
    color: #e4c483;
    font-weight: 900; }

.menuButton:focus {
  outline: none; }

.menuButton {
  float: right;
  border: none;
  background: none;
  padding: 0;
  margin: 0 25px;
  transition: 0.3s; }

.menuButton[aria-pressed="true"] {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg); }

.menuButton:after {
  content: "\F0C9";
  display: block;
  font-size: 1.75em;
  line-height: 1;
  color: #b28b3e;
  font-family: "fontawesome"; }

.logowrapper {
  display: inline-block; }
  .logowrapper a {
    display: block;
    text-decoration: none; }

.logowrapper span {
  font: normal 1.75em  / 1 "Arimo", Arial, sans-serif;
  vertical-align: bottom;
  display: inline-block;
  padding-right: 4px;
  font-weight: 300;
  color: #b28b3e;
  /*hsl(0, 0%, 40%);*/ }

/*h1.logo {
    font: normal 2em  / 1 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
    text-align:center;
    color: hsl(0, 0%, 60%);
    margin-top: 45px;
    display: none;
}

header h1.logo span:first-of-type {
   font-weight: 300;
}

header h1.logo span:last-of-type {
    font-size: 4em;
    letter-spacing: -10px;
    font-weight: 400;
}

header h1.logo span:last-of-type span {
    transform: translateX(10px) scale(-1,1);
    display: inline-block;
    font-size: 1em;
}*/
main {
  margin-bottom: 80px; }

main > div:first-of-type {
  max-width: 50em;
  margin: 0 auto;
  margin-bottom: 40px; }

main > div:first-of-type p {
  text-align: center;
  font: 300 1.5em  / 1.5 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
  color: #666666; }

main .row {
  margin: 0 auto;
  width: 100%;
  max-width: 64em;
  padding: 0;
  list-style: none; }

main .row li {
  background-color: #f5f5f5; }

main .row li:nth-child(odd) {
  background-color: #f1f1f1; }

main .row li {
  width: 100%;
  position: relative;
  overflow: hidden; }

main .row .image {
  position: relative;
  cursor: pointer; }
  main .row .image div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    main .row .image div p {
      color: #ffffff;
      position: relative;
      top: 50%;
      margin: 0;
      font-size: 1.875em;
      -webkit-transform: perspective(1px) translateY(-50%);
              transform: perspective(1px) translateY(-50%); }

main h1 {
  text-align: center;
  font: 700 3.125em  / 1 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
  color: #45310b; }

.formwrapper {
  background-color: #fafafa;
  padding: 50px 0; }

main form {
  max-width: 52em;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 25px; }
  main form div:first-of-type,
  main form div:nth-of-type(3) {
    width: 48%;
    float: left; }
  main form div:nth-of-type(2),
  main form div:nth-of-type(4) {
    width: 48%;
    float: right; }
  main form div:not(:last-of-type) {
    margin-bottom: 40px; }
  main form div:last-of-type {
    text-align: center; }
  main form button[type=submit] {
    border: none;
    background-color: #45310b;
    border-radius: 50%;
    padding: 15px 20px;
    width: 75px;
    height: 75px;
    color: #b28b3e;
    text-transform: uppercase;
    font: 700 1.375em  / 1 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
    transition: 0.3s;
    overflow: hidden; }
    main form button[type=submit] span {
      opacity: 0;
      transition: 0.3s; }
  main form button[type=submit]:hover {
    /*background-color: hsl(0, 0%, 55%);
        color: hsl(0, 0%, 77%);*/
    width: 200px;
    height: 75px;
    border-radius: 4px; }
    main form button[type=submit]:hover span {
      opacity: 1; }

label {
  font: 400 1.5em  / 1 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
  color: #b28b3e;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: bottom;
  display: inline-block; }

input {
  width: 100%;
  font: 300 1.5em  / 1 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #45310b;
  background: none;
  padding: 0;
  color: #45310b; }

textarea {
  border: 2px solid #45310b;
  background: none;
  width: 100%;
  min-height: 300px;
  padding: 15px;
  margin-top: 10px;
  font: 300 1.5em  / 1.5 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif; }

input:focus,
textarea:focus {
  outline: none; }

main .row .card {
  padding: 30px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.5s; }
  main .row .card p {
    font: 400 1em  / 1.4 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif;
    margin: 0; }

main .row li:hover .card {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.8; }

main .row .image .title {
  transition: 0.5s; }

.point {
  font-family: "Montserrat"; }

main .row li:hover .title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 1.75em; }

main .row li p {
  text-align: center;
  color: #4d4d4d;
  font: 900 1.5em  / 1.5 "Nunito Sans", "Montserrat", "Arimo", Arial, sans-serif; }

main .row li img {
  width: 100%; }

main > .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background-color: #45310b;
  /*hsl(0, 0%, 85%);*/
  margin: 80px auto 0 auto; }

footer {
  background-color: #d9d9d9;
  padding: 50px 25px 0 25px; }
  footer .logowrapper {
    margin: 0 auto;
    float: right; }
  footer .logowrapper span {
    color: #c0c0c0;
    margin-bottom: 1px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 20em) {
  /* Style adjustments for viewports that meet the condition */ }

@media screen and (min-width: 40.625em) {
  main .row li {
    float: left;
    width: 50%; } }

@media screen and (min-width: 75em) {
  main .row li {
    width: 50%; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


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