:root {
  --dark-slate-gray: #262c46;
  --silver: #c2beb396;
  --dark-slate-gray-2: #312b3de3;
  --peru: #c96c47;
  --grey: grey;
  --midnight-blue: #2b1c3f;
}

body {
  color: #fff;
  background-color: #2f292b;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 1px;
  text-shadow: 0 1px #000000ba, 0 2px 4px #00000030;
  margin: 10px 0 16px;
  font-family: Lemon, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000030;
  background-color: #c96c47;
  border-radius: 4px;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #0000001c, inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff29, inset 0 -44px 38px -25px #00000017;
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: #e66f40a1;
  box-shadow: 0 1px #ffffff42, 0 0 0 1px #00000029, inset 0 2px 6px 1px #0000001c, inset 0 1px #0003, inset 0 44px 38px -25px #00000021;
}

.subtitle {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #0000003d, 0 1px #00000040;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.field {
  float: left;
  color: #fff;
  background-color: #2f292ba6;
  border: 0 solid #000;
  border-radius: 4px;
  width: 65%;
  height: 54px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 1px #ffffff17, 0 1px #ffffff21;
}

.field:hover {
  background-color: #2f292bc2;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  float: left;
  opacity: .41;
  width: 100px;
  transition: opacity .3s;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  text-shadow: 0 1px #0000008f;
  background-color: #c96c47;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #00000024, inset 0 0 0 1px #ffffff17, inset 0 1px #ffffff1f;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.header-section {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 0;
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.footer-section {
  color: #818181;
  background-color: #fff;
  border: 0 #0000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.copyright {
  color: #7f7f7f;
  background-color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.container {
  padding-left: 129px;
  padding-right: 129px;
  font-family: Open Sans, sans-serif;
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  text-shadow: none;
  margin-bottom: 10px;
}

.referal-text {
  color: #ffffff9c;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-btn:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  color: #818181;
  background-color: #fff;
  border: 1px #000;
  border-top-width: 0;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.footer-link-wrapper {
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.info-icon {
  float: left;
  color: #818181;
  background-color: #969696;
  font-family: Open Sans, sans-serif;
}

.heading {
  margin-top: 10px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.columns-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.body {
  color: #5985aa;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
}

.heading-2 {
  border: 1px #000;
  font-family: Jellyka estrya handwriting, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 60px;
}

.text-block {
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 25px;
}

.home-section-wrap {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 20px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  border-radius: 0;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 10px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  white-space: normal;
  margin-bottom: 10px;
}

.paragraph-light.links {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
  position: static;
}

.image-2 {
  opacity: 1;
  text-align: left;
  border: 0 #0000;
  width: 50%;
}

.section-heading {
  text-align: left;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.button-2 {
  float: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffb732;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 12px 25px;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.text-block-9 {
  text-align: center;
}

.bold-text {
  font-family: Bitter, serif;
  font-size: 22px;
}

.image-3 {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.column, .column-2 {
  color: #fff;
  background-color: #fff;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.container-2 {
  background-color: #fff;
  padding-left: 40px;
}

.div-block {
  color: #5985aa;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .footer-section {
    padding-bottom: 0;
  }

  .container {
    padding-left: 79px;
    padding-right: 79px;
  }

  .spc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .paragraph-light {
    text-align: center;
  }

  .paragraph-light.links {
    text-align: center;
    padding-left: 20px;
  }

  .image-2 {
    width: 50%;
  }

  .section-heading {
    text-align: center;
  }

  .button-2 {
    float: none;
    justify-content: center;
  }

  .bold-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Bitter, serif;
    font-size: 23px;
  }

  .sign-up-form {
    margin-bottom: 0;
  }

  .header-section {
    padding-top: 55px;
    padding-bottom: 0;
  }

  .footer-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .copyright {
    width: auto;
  }

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .header-section {
    font-size: 14px;
  }

  .footer-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .copyright {
    text-align: left;
    margin-bottom: 7px;
  }

  .align-right {
    text-align: center;
  }

  .text-block {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-light.links {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
  }

  .image-2 {
    width: 60%;
  }

  .bold-text {
    font-size: 18px;
  }
}


@font-face {
  font-family: 'Jellyka estrya handwriting';
  src: url('../fonts/Jellyka_Estrya_Handwriting.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}