@charset "UTF-8";
/* =Measurements
================================================ */
/* =Colors
================================================ */
/* =Breakpoints
================================================ */
/* =Fonts
================================================ */
@font-face {
  src: url("../fonts/Skolar-Regular.woff2") format("woff2");
  font-family: "Skolar";
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Skolar-Bold.woff2") format("woff2");
  font-family: "Skolar";
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-family: "ProximaNova";
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-family: "ProximaNova";
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* =Keyframes
================================================ */
@keyframes flash {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

/* =Mixins
================================================ */
/* =Styles
================================================ */
* {
  padding: 0;
  margin: 0; }

img {
  vertical-align: top; }

html {
  line-height: 1.5; }
  @media only screen and (max-width: 820px) {
    html {
      font-size: 12px; } }
  @media only screen and (min-width: 821px) {
    html {
      font-size: 16px; } }

body {
  font-family: "ProximaNova", Arial, sans-serif;
  font-size: 1rem;
  color: #000;
  background-image: url("/images/wood.png");
  background-color: #4b4419; }

h2 {
  position: relative;
  font-family: "ProximaNova";
  font-size: 1rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  z-index: 1;
  overflow: hidden; }
  h2:before, h2:after {
    position: absolute;
    top: 45%;
    width: 50%;
    height: 1px;
    content: "\a0";
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  h2:before {
    margin-left: -50%;
    text-align: right; }

h3 {
  font-family: "Skolar";
  font-size: 2rem;
  font-weight: normal;
  padding: 12px 0; }

p {
  padding-bottom: 12px; }

a {
  color: #0267c1;
  transition: 0.5s; }
  a:hover {
    color: #bf0603; }

#header {
  background: #fff; }
  #header > div {
    box-sizing: border-box;
    max-width: 1296px;
    padding: 0 12px;
    margin: 0 auto; }
    @media only screen and (min-width: 821px) {
      #header > div {
        display: flex;
        justify-content: space-between;
        min-height: 120px; } }

@media only screen and (max-width: 820px) {
  #logo {
    text-align: center;
    padding: 24px 0; }
    #logo img {
      height: 48px;
      width: auto; } }

@media only screen and (min-width: 821px) {
  #logo {
    display: flex;
    align-items: center; }
    #logo img {
      height: 72px;
      width: auto; } }

#navigation {
  display: flex; }
  @media only screen and (max-width: 820px) {
    #navigation {
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 2rem; } }
  @media only screen and (min-width: 821px) {
    #navigation {
      justify-content: flex-end;
      flex-wrap: nowrap;
      font-size: 1.5rem; } }
  #navigation li {
    list-style: none; }
    @media only screen and (max-width: 820px) {
      #navigation li {
        width: 50%;
        text-align: center;
        padding: 6px 0; } }
    @media only screen and (min-width: 821px) {
      #navigation li {
        display: flex;
        align-items: center;
        padding-left: 2rem; } }
    #navigation li a {
      font-family: "Skolar";
      text-decoration: none;
      vertical-align: top; }

body#home [href="/"],
body#photos [href="photos.php"],
body#references [href="references.php"],
body#contact [href="contact.php"] {
  color: #bf0603; }

#content {
  background-image: url("/images/noise.png");
  background-color: #f4f1de;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 820px) {
    #content {
      padding: 60px 0 96px 0; } }
  @media only screen and (min-width: 821px) {
    #content {
      padding: 120px 0 192px 0; } }
  #content > div {
    box-sizing: border-box;
    max-width: 1296px;
    padding: 0 12px;
    margin: 0 auto; }
    @media only screen and (min-width: 821px) {
      #content > div {
        display: flex;
        justify-content: space-between; } }

@media only screen and (min-width: 821px) {
  #aside {
    width: 32.03%; } }

@media only screen and (min-width: 821px) {
  #main {
    width: 66.01%; } }

#profile {
  width: 276px; }
  @media only screen and (max-width: 820px) {
    #profile {
      margin: 0 auto 48px auto; } }
  #profile img {
    width: 276px;
    height: 276px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 12px; }
  #profile * {
    text-align: center; }

@media only screen and (min-width: 821px) {
  #services {
    display: flex;
    justify-content: space-between; } }

#services li {
  list-style: none;
  text-align: center; }
  @media only screen and (max-width: 820px) {
    #services li {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 821px) {
    #services li {
      width: 31.42%; } }
  #services li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #services li img {
    width: 144px;
    height: 144px;
    margin-bottom: 12px; }
  #services li p {
    font-family: "ProximaNova"; }

#gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #gallery li {
    list-style: none;
    margin-bottom: 36px; }
    @media only screen and (min-width: 821px) {
      #gallery li {
        flex-basis: 14.28%; } }
    #gallery li a {
      display: block; }
      #gallery li a img {
        width: 108px;
        height: 72px;
        border: 6px solid #fff; }
      #gallery li a:hover img {
        opacity: 1;
        animation: flash 2s; }

#footer {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1); }
  #footer > div {
    box-sizing: border-box;
    max-width: 1296px;
    padding: 0 12px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 48px; }
    @media only screen and (max-width: 820px) {
      #footer > div {
        flex-direction: column; } }
    @media only screen and (min-width: 821px) {
      #footer > div {
        flex-direction: row; } }
    #footer > div a {
      color: #91cbfe; }

#tools {
  display: flex;
  padding: 12px 0; }
  @media only screen and (max-width: 820px) {
    #tools {
      order: 2;
      flex-direction: column;
      text-align: center; } }
  @media only screen and (min-width: 821px) {
    #tools {
      order: 1;
      flex-direction: row;
      text-align: left; } }
  #tools li {
    list-style: none; }
    @media only screen and (min-width: 821px) {
      #tools li:not(:last-child):after {
        content: "\00a0\00a0·\00a0\00a0"; } }

#certificates {
  display: flex;
  align-items: center;
  padding: 12px 0; }
  @media only screen and (max-width: 820px) {
    #certificates {
      order: 1;
      width: 100%;
      justify-content: space-around; } }
  @media only screen and (min-width: 821px) {
    #certificates {
      order: 2;
      width: auto;
      justify-content: space-between; } }
  #certificates li {
    list-style: none; }
    @media only screen and (min-width: 821px) {
      #certificates li {
        padding-left: 2rem; } }
    #certificates li a img {
      width: auto;
      filter: grayscale(100%); }
      #certificates li a img#fll {
        height: 60px; }
      #certificates li a img#dgusv {
        height: 72px; }
    #certificates li a:hover img {
      filter: grayscale(0%); }

form {
  margin: 0 -12px; }
  form > p {
    padding: 0 12px 12px 12px; }
  form div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
    form div p {
      color: rgba(0, 0, 0, 0.25);
      padding: 12px; }
      @media only screen and (min-width: 821px) {
        form div p {
          padding-left: 48px; } }
    form div label {
      width: 100%;
      padding: 0 12px;
      margin: 12px 0;
      border: 0; }
      form div label input,
      form div label select,
      form div label textarea {
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        height: 36px;
        font-family: "Skolar";
        font-size: 1rem;
        padding: 0 6px;
        vertical-align: top;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); }
        form div label input:focus,
        form div label select:focus,
        form div label textarea:focus {
          outline: none;
          transition: 0.5s; }
          form div label input:focus:invalid,
          form div label select:focus:invalid,
          form div label textarea:focus:invalid {
            box-shadow: 0 0 2px 2px #bf0603; }
          form div label input:focus:valid,
          form div label select:focus:valid,
          form div label textarea:focus:valid {
            box-shadow: 0 0 2px 2px #0267c1; }
        form div label input::placeholder,
        form div label select::placeholder,
        form div label textarea::placeholder {
          color: rgba(0, 0, 0, 0.3);
          opacity: 1;
          /* Firefox */ }
      form div label select {
        color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        background-image: url("../images/dropdown.svg");
        background-size: 14px 20px;
        background-position: calc(100% - 6px) 50%;
        background-repeat: no-repeat;
        border-radius: 3px; }
      form div label textarea {
        height: 240px;
        padding-top: 6px;
        padding-bottom: 6px; }
  form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-family: "ProximaNova";
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #bf0603;
    cursor: pointer;
    padding: 0 48px;
    margin: 12px;
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
    border-radius: 3px;
    transition: 0.5s; }
    form input[type="submit"]:hover, form input[type="submit"]:active {
      background: #a60503; }

#grid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000%;
  z-index: 9999;
  background-image: repeating-linear-gradient(to right, darkturquoise, transparent 1px, transparent 120px, darkturquoise 120px, transparent 121px, transparent 144px, darkturquoise 144px), repeating-linear-gradient(to right, transparent, transparent 1271px, darkturquoise 1272px), repeating-linear-gradient(to bottom, transparent, transparent 11px, darkturquoise 12px);
  margin: 0 auto; }
  @media only screen and (min-width: 821px) {
    #grid {
      width: 1272px; } }
