.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.logo-wrap {
  position: relative;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ribbon {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stripe {
  width: 30px;
  height: auto;
  min-height: 200px;
  background-color: #008752;
}

.stripe.light {
  min-height: 200px;
  background-color: #8dc640;
}

.title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #ffc425;
  font-size: 8vw;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 11px #000;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  max-width: 100%;
  margin-top: 60px;
  font-family: Segoepr, sans-serif;
  color: #8dc640;
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 0 #000;
}

.subtitle.small {
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
}

.subtitle.small.center {
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
}

.info {
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Gotham, sans-serif;
  color: #473a19;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.41);
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: -60px;
}

.column {
  padding-top: 40px;
}

.fb {
  display: block;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 0px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoblock {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  margin-bottom: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: none;
}

.link {
  color: #8dc640;
  text-decoration: none;
}

.link-2 {
  color: #8dc640;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logo-wrap {
    top: -100px;
  }
  .stripe {
    height: 140px;
  }
  .stripe.light {
    height: 140px;
  }
  .soon {
    max-width: 100%;
  }
  .title {
    font-size: 60px;
    text-align: center;
  }
  .text-wrap {
    padding-top: 20px;
  }
  .subtitle {
    font-size: 30px;
  }
  .info {
    padding-bottom: 40px;
  }
  .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    display: block;
    max-width: 60%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: visible;
    max-width: 100vw;
  }
  .title {
    line-height: 60px;
  }
  .text-wrap {
    width: 90vw;
  }
  .subtitle.small {
    font-size: 16px;
  }
  .info {
    padding-bottom: 20px;
  }
  .column {
    padding-top: 0px;
  }
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrap {
    top: -100px;
  }
  .stripe {
    width: 20px;
    height: 140px;
  }
  .title {
    line-height: 60px;
  }
  .text-wrap {
    display: block;
    width: 95vw;
    padding-top: 10px;
  }
  .subtitle {
    font-size: 1.2em;
  }
  .subtitle.small {
    font-size: 0.8em;
    text-align: left;
  }
  .subtitle.small.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
    text-align: left;
  }
  .info {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .info-block {
    width: 100%;
  }
  .image {
    margin-top: 0px;
  }
  .column {
    padding-top: 10px;
  }
  .fb {
    position: relative;
    width: 20px;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 20px;
    float: left;
  }
  .contact {
    display: block;
    text-align: center;
  }
  .column-2 {
    padding-bottom: 10px;
  }
  .image-2 {
    height: 200px;
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Segoepr';
  src: url('../fonts/segoepr.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}