/* Medium Devices, Desktops */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #252525;
  /* nav */
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */ }
  body h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase; }
  body .navbar {
    position: absolute;
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 40px;
    z-index: 3;
    color: #FFF;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body .navbar {
        padding: 10px 0px;
        background: rgba(0, 0, 0, 0.8) !important; } }
    body .navbar .navbar-nav li a {
      color: #FFF; }
      body .navbar .navbar-nav li a:hover {
        color: #fad366; }
      body .navbar .navbar-nav li a span {
        color: #fad366; }
      body .navbar .navbar-nav li a:visited, body .navbar .navbar-nav li a:active, body .navbar .navbar-nav li a:link, body .navbar .navbar-nav li a:focus {
        color: #FFF; }
    body .navbar .navbar-nav .social-link a {
      padding: 10px 5px; }
    body .navbar .navbar-brand {
      position: absolute;
      width: 100%;
      left: 0;
      top: 20px;
      text-align: center;
      margin: auto;
      padding: 0;
      /* Small Devices, Tablets */ }
      body .navbar .navbar-brand img {
        display: inline-block;
        margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        body .navbar .navbar-brand {
          top: 10px; } }
    body .navbar .navbar-toggle {
      z-index: 1; }
    body .navbar .navbar-collapse {
      border: none; }
    body .navbar .navbar-right li {
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body .navbar .navbar-right li {
          display: inline-block; } }
  body .nav-fade-in {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  body from {
    opacity: 0; }
  body to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body #intro {
    height: 100vh;
    background-image: url("../img/wood-bg.jpg");
    background-repeat: repeat-x;
    position: relative; }
    body #intro #logo-intro {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #intro #logo-intro {
          width: 75%; } }
    body #intro #mouse-down {
      position: absolute;
      left: 50%;
      bottom: 0%;
      transform: translate(-50%, -100%); }
  body #gallery {
    display: block;
    overflow: hidden; }
    body #gallery .gallery-item {
      height: 0;
      width: 25%;
      display: inline-block;
      padding: 0 0 25% 0;
      margin: 0;
      float: left;
      overflow: hidden;
      /* Small Devices, Tablets */ }
      body #gallery .gallery-item img {
        width: 100%; }
      @media only screen and (max-width: 768px) {
        body #gallery .gallery-item {
          width: 50%;
          padding: 0 0 50% 0; } }
  body #about {
    display: block;
    background-color: #fad366;
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center; }
    body #about p {
      margin: 15px auto; }
      body #about p:nth-of-type(1) {
        width: 60%;
        /* Extra Small Devices, Phones */ }
        @media only screen and (max-width: 480px) {
          body #about p:nth-of-type(1) {
            width: 90%; } }
      body #about p:nth-of-type(2) {
        width: 70%;
        /* Extra Small Devices, Phones */ }
        @media only screen and (max-width: 480px) {
          body #about p:nth-of-type(2) {
            width: 90%; } }
      body #about p:nth-of-type(3) {
        width: 80%;
        /* Extra Small Devices, Phones */ }
        @media only screen and (max-width: 480px) {
          body #about p:nth-of-type(3) {
            width: 90%; } }
  body #what-we-do {
    display: block;
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center; }
    body #what-we-do h2 {
      color: #fad366; }
    body #what-we-do table {
      width: 50%;
      margin: 0 auto;
      text-align: left;
      /* Small Devices, Tablets */ }
      body #what-we-do table td {
        padding: 5px 20px;
        /* Small Devices, Tablets */ }
        @media only screen and (max-width: 768px) {
          body #what-we-do table td {
            display: block; } }
      @media only screen and (max-width: 768px) {
        body #what-we-do table {
          width: 80%;
          text-align: center; } }
  body #contact-us {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #252525;
    color: #FFF; }
    body #contact-us p:nth-of-type(1) {
      width: 60%;
      margin: auto;
      /* Extra Small Devices, Phones */ }
      @media only screen and (max-width: 480px) {
        body #contact-us p:nth-of-type(1) {
          width: 90%; } }
    body #contact-us h2 {
      color: #fad366; }
    body #contact-us form {
      width: 40%;
      margin: 60px auto;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #contact-us form {
          width: 80%; } }
    body #contact-us ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fad366;
      text-transform: uppercase; }
    body #contact-us ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fad366;
      text-transform: uppercase; }
    body #contact-us :-ms-input-placeholder {
      /* IE 10+ */
      color: #fad366;
      text-transform: uppercase; }
    body #contact-us :-moz-placeholder {
      /* Firefox 18- */
      color: #fad366;
      text-transform: uppercase; }
    body #contact-us button {
      width: 40%;
      background-color: transparent;
      border: 1px solid white;
      padding: 10px 20px;
      color: #fad366;
      text-transform: uppercase;
      margin-top: 50px; }
    body #contact-us #ripple-load, body #contact-us #sent-success, body #contact-us #sent-error {
      display: none;
      margin-top: 20px; }
  body footer {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #1b1b1b;
    color: #FFF; }
  body .form-group {
    margin-bottom: 0px; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body .fg-line:not(.form-group) {
    display: inline-block;
    width: 100%; }
  body .fg-line {
    position: relative;
    vertical-align: top; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body .form-control:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0; }
  body .form-control {
    resize: none; }
  body .btn-group .btn, body .btn-group .btn-group, body .btn-group .btn:active, body .btn-group .btn:focus, body .btn-group-vertical .btn, body .btn-group-vertical .btn-group, body .btn-group-vertical .btn:active, body .btn-group-vertical .btn:focus, body .form-control, body input:active, body input:focus {
    box-shadow: none !important; }
  body .form-control {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  body .form-control, body output {
    font-size: 13px;
    line-height: 1.42857143;
    color: #D8DADA;
    display: block; }
  body .btn, body .btn-danger.active, body .btn-danger:active, body .btn-default.active, body .btn-default:active, body .btn-info.active, body .btn-info:active, body .btn-primary.active, body .btn-primary:active, body .btn-warning.active, body .btn-warning:active, body .btn.active, body .btn:active, body .dropdown-menu > .disabled > a:focus, body .dropdown-menu > .disabled > a:hover, body .form-control, body .navbar-toggle, body .open > .dropdown-toggle.btn-danger, body .open > .dropdown-toggle.btn-default, body .open > .dropdown-toggle.btn-info, body .open > .dropdown-toggle.btn-primary, body .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body button, body input, body select, body textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  body button, body input, body optgroup, body select, body textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body .fg-line:not([class*=has-]):after {
    /* background: #D8DADA; */ }
  body .fg-line:not(.disabled):after, body .fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }
  body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
