* {
  box-sizing: border-box; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2B2B2B;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em; }

h1, h2, h3, h4, h5 {
  font-family: 'Capriola', sans-serif; }

a {
  color: #2C6291;
  text-decoration: none; }

p a {
  font-weight: bold; }

p {
  line-height: 1.7em; }

blockquote {
  font-family: 'Capriola';
  font-style: italic;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.8em;
  margin: 0;
  padding: 1em; }

.tiny {
  font-size: 0.8em; }

img {
  max-width: 100%;
  height: auto; }

.container {
  background-color: white;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

.header {
  overflow: auto;
  z-index: 1; }
  .header .contents {
    width: 90%;
    margin: 0 auto; }

#logo {
  width: 180px;
  margin-right: 50px;
  position: absolute;
  top: -90px;
  left: 5%;
  overflow: auto;
  z-index: 100; }

.centre-vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.centered {
  text-align: center; }

.content {
  width: 100%;
  position: relative;
  min-height: 10em; }

section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section.plain {
    display: block;
    padding: 5em 20% 5em 20%; }
  section.blue {
    background-color: #E0E7EE; }
  section.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  section .block {
    width: 50%;
    background-color: #E0E7EE;
    padding: 5em 5% 5em 5%; }
    section .block.photo-block {
      padding: 0; }

#nav-container {
  width: calc(100% - 230px);
  float: right;
  padding-top: 3em;
  padding-bottom: 3em; }
  #nav-container #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.nav-item {
  text-transform: uppercase; }
  .nav-item a {
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    color: #2C6291;
    border-bottom: 2px solid transparent; }
    .nav-item a:hover {
      border-color: #2C6291; }
    .nav-item a.active {
      border-color: #2C6291; }

.footer {
  background-color: #2C6291;
  color: white;
  width: 100%; }
  .footer .contents {
    width: 90%;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer a {
    color: white; }

.footer-item {
  max-width: 25%; }
  .footer-item #apdo {
    width: 100px; }

.services {
  width: 90%;
  margin: 0 auto;
  margin-top: 5em;
  margin-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services .service {
    width: 21%;
    margin-bottom: 3em;
    text-align: center; }

.service img {
  border-radius: 50%;
  margin-bottom: 1em; }

.testimonials blockquote {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  text-align: initial; }

.slick-next, .slick-prev {
  width: 25px !important;
  height: 25px !important; }

.slick-next {
  right: -40px !important; }

.slick-prev {
  left: -40px !important; }

.slick-prev:before, .slick-next:before {
  color: #2C6291 !important;
  font-size: 25px !important; }

.testimonial-with-image {
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }
  .testimonial-with-image div {
    width: 49%; }
  @media only screen and (max-width: 800px) {
    .testimonial-with-image {
      margin-top: 0;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      .testimonial-with-image div {
        width: 100%; } }

.contact-form {
  margin: auto;
  margin-top: 5em;
  margin-bottom: 5em; }
  .contact-form form {
    max-width: 600px; }

.fieldWrapper {
  margin-bottom: 2em; }
  .fieldWrapper .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fieldWrapper .contents .field {
      width: 70%; }
    .fieldWrapper .contents .preview {
      width: 28%; }

label {
  margin-bottom: 0.5em;
  display: block;
  font-family: 'Capriola';
  font-size: 0.8em; }

input[type=text], input[type=email], textarea {
  width: 100%;
  font-size: 1em;
  font-family: 'Lato';
  display: block;
  padding: 0.5em;
  background: #f0f4f7;
  border: 0; }

input[type=submit] {
  background-color: #5796cc;
  color: white;
  font-family: 'Capriola';
  font-size: 1em;
  border: 0;
  padding: 0.5em;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type=submit]:hover {
    background-color: #387cb8; }

section.messages {
  padding: 0; }

ul.messages {
  background-color: #5796cc;
  color: white;
  display: inline-block;
  padding: 2em;
  margin: auto;
  margin-bottom: 2em; }

.admin .header {
  background-color: #f3f8fc; }

.admin #nav-container {
  width: 100%; }

.admin section {
  padding: 1em;
  display: block; }

.admin .content {
  width: 90%;
  margin: auto; }

table {
  width: 100%;
  border-collapse: collapse; }
  table tr:first-child td {
    background-color: #2C6291;
    color: white; }
  table td {
    padding: 1em; }
  table tr:nth-child(even) {
    background-color: #ccdff0; }
  table tr:nth-child(odd) {
    background-color: #e0ecf6; }

form {
  width: 60%;
  margin: auto; }

.form-container {
  background-color: #326fa5;
  color: white;
  margin-bottom: 1em;
  padding: 2em; }
  .form-container a {
    color: white; }

@media only screen and (max-width: 1000px) {
  form {
    width: 90% !important; } }

@media only screen and (max-width: 800px) {
  .footer .contents {
    flex-wrap: wrap; }
    .footer .contents .footer-item {
      max-width: none;
      width: 48%;
      text-align: center;
      margin-bottom: 3em; }
  .services .service {
    width: 31%; } }

@media only screen and (max-width: 750px) {
  section {
    display: block; }
    section.plain {
      padding: 2em 5% 2em 5%; }
    section.testimonials {
      padding: 2em 10% 2em 10%; }
    section.testimonials .slick-next {
      top: 49.3% !important;
      right: -40px !important; }
    section.testimonials .slick-prev {
      top: 49.3% !important;
      left: -40px !important; }
    section.testimonials .before-after-photos {
      display: block; }
      section.testimonials .before-after-photos div {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 0.5em; }
        section.testimonials .before-after-photos div:last-child {
          margin-bottom: 0; }
    section .block {
      width: 100%;
      padding: 2em 5% 2em 5%; }
      section .block.photo-block {
        min-height: 400px; }
  .header {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .header .contents {
      display: flex;
      justify-content: space-evenly;
      margin: auto; }
  #logo {
    width: 8.5em;
    margin-right: 1em;
    position: relative;
    top: auto;
    left: auto; }
    #logo img {
      margin-top: 0.5em; }
  #nav-container {
    padding: 0;
    float: none;
    width: auto;
    padding-top: 0.25em; }
    #nav-container #nav {
      display: block; }
      #nav-container #nav .nav-item {
        margin-bottom: 0.75em; }
        #nav-container #nav .nav-item a {
          padding-top: 0;
          padding-bottom: 0.1em; }
  .services .service {
    width: 48%; } }

@media only screen and (max-width: 500px) {
  .footer .contents {
    display: block; }
    .footer .contents .footer-item {
      width: 100%;
      margin-bottom: 4em; }
  .services .service {
    width: 55%; } }

@media only screen and (max-width: 400px) {
  section .block.photo-block {
    min-height: 300px; } }

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