body {
  line-height: 2 !important;
  font-family: 'Quicksand', sans-serif !important;
  letter-spacing: 1px !important;
  font-size: 16px !important; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

@font-face {
  font-family: 'Yeysk-Regular';
  src: url("/fonts/Yeysk-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Yeysk-Regular.otf") format("opentype"), url("/fonts/Yeysk-Regular.woff") format("woff"), url("/fonts/Yeysk-Regular.ttf") format("truetype"), url("/fonts/Yeysk-Regular.svg#Yeysk-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
.header {
  padding: 50px;
  text-align: center; }

.header_logo-anchor {
  display: inline-block; }

.header_logo-image {
  max-width: 100%;
  width: 300px; }

@media all and (max-width: 700px) {
  .header {
    padding: 15px; }

  .header_logo-image {
    width: 200px; } }
.hero {
  position: relative;
  padding: 100px 0; }

.hero_background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/hero-background-min.jpg") top center;
  background-size: cover; }

.hero_title {
  font-family: 'Yeysk-Regular' !important;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

@media all and (max-width: 700px) {
  .hero {
    padding: 30px 0; }

  .hero_title {
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3); } }
.services {
  background: #F2F3F4;
  padding: 30px 0 30px 0;
  text-align: center; }

.services_content {
  max-width: 800px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #636463;
  padding: 0 15px; }
  .services_content li {
    list-style: none;
    display: block;
    line-height: 1.5;
    margin: 0 0 5px 0; }

.services_pirb_logo {
  margin-top: 20px; }

.title {
  font-family: 'Yeysk-Regular' !important;
  color: #60BAC2;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 2;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
  border-bottom: solid 2px rgba(96, 186, 194, 0.5); }

.contact {
  text-align: center;
  padding: 30px 15px;
  background: url("/images/footer-min.png") bottom center no-repeat;
  background-size: 100% 50%; }

.contact-title {
  font-family: 'Yeysk-Regular' !important;
  text-transform: uppercase;
  color: #636463;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 2px; }

.contact-sub-title {
  font-family: 'Yeysk-Regular' !important;
  text-transform: uppercase;
  color: #60BAC2;
  font-size: 16px; }

.contact-details {
  display: inline-block; }
  .contact-details ul {
    padding: 0; }
  .contact-details li {
    display: inline-block;
    padding: 10px 15px;
    color: #636463;
    font-size: 20px; }
    .contact-details li:first-of-type {
      padding-left: 0; }
    .contact-details li:last-of-type {
      padding-right: 30px; }
    .contact-details li a {
      color: inherit; }

.contact-details-icon {
  float: left;
  display: inline-block;
  width: 25px;
  margin: 5px 10px 0 0; }

.contact-form {
  max-width: 800px;
  margin: 100px auto;
  display: flex; }
  .contact-form input, .contact-form textarea {
    background: #E4E4E3;
    border: none;
    outline: none;
    padding: 3px 20px;
    font-size: 20px;
    display: block;
    width: 100%;
    color: #636463; }
    .contact-form input::placeholder, .contact-form textarea::placeholder {
      color: #B4B5B4;
      font-style: italic; }
  .contact-form input {
    border-radius: 15px 0 0 15px;
    margin-bottom: 10px; }
    .contact-form input:last-of-type {
      margin-bottom: 0; }
  .contact-form textarea {
    border-radius: 0 15px 15px 0;
    margin-bottom: 20px;
    height: 100%; }
  .contact-form button {
    float: right;
    color: #fff;
    background: #60BAC2;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0 15px 15px 0;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 20px 3px 20px;
    border: none;
    outline: none; }

.contact-form-left {
  width: 40%; }

.contact-form-right {
  width: 60%;
  padding-left: 20px; }

footer {
  display: inline-block;
  max-width: 400px;
  margin: 250px auto 0 auto;
  background: rgba(255, 255, 255, 0.2);
  color: #636463;
  text-transform: uppercase; }

@media all and (max-width: 700px) {
  .contact-title {
    font-size: 20px;
    font-weight: bold; }

  .contact-sub-title {
    margin-bottom: 30px; }

  .contact-details {
    display: block; }
    .contact-details li {
      display: block;
      padding: 0 !important; }

  .contact-details-icon {
    float: none;
    margin: 0; }

  .contact-form-left {
    width: 100%; }

  .contact-form-right {
    width: 100%;
    padding-left: 0; }

  .contact-form {
    margin: 50px auto;
    display: block; }
    .contact-form input, .contact-form textarea {
      background: #E4E4E3;
      border: none;
      outline: none;
      padding: 3px 20px;
      font-size: 20px;
      display: block;
      width: 100%;
      color: #636463; }
      .contact-form input::placeholder, .contact-form textarea::placeholder {
        color: #B4B5B4;
        font-style: italic; }
    .contact-form input {
      border-radius: 5px;
      margin-bottom: 10px !important; }
    .contact-form textarea {
      border-radius: 5px;
      margin-bottom: 20px;
      height: 100px; }
    .contact-form button {
      float: none;
      border-radius: 5px; } }

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