.right_collum {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  background-image: url('../images/logo_Marmier.svg');
  background-position: 50% 50%;
  background-size: 578px;
  background-repeat: no-repeat;
}
.left_collum {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #f0f0f0;
  background-image: url('../images/IMG_8875.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}
.logo_box {
  margin-top: auto;
}
.text {
  position: static;
  left: 0px;
  top: 53%;
  right: 0px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.logo {
  display: block;
  width: 560px;
  height: 405px;
  max-height: 425px;
  max-width: 550px;
  margin-top: 40%;
  margin-right: auto;
  margin-left: auto;
}
.section2 {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  max-width: 500px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: left;
  text-align: left;
}
.block_text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 234px;
  height: auto;
  max-height: 500px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  text-transform: none;
}
.h1 {
  width: 233px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 4px 1px 3px;
  border-color: black;
  color: white;
  font-size: 23px;
  line-height: 33px;
  text-align: left;
}
.section3 {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  width: auto;
  height: 526px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 43px;
  background-color: #0d0d0d;
}
.btn_subscribe {
  margin-top: 28px;
  padding: 10px 17px;
  background-color: white;
  color: black;
  font-weight: 700;
}
.btn_subscribe:hover {
  padding: 7px 14px;
  border: 3px solid white;
  background-color: transparent;
  color: white;
}
.input_email {
  position: relative;
  display: block;
  width: 230px;
  height: 49px;
  margin-top: 38px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  border-style: none;
  border-width: 3px;
  border-color: black white white;
  background-color: transparent;
  color: white;
}
.form {
  display: block;
  width: 237px;
  margin-right: auto;
  margin-left: auto;
}
.section4 {
  position: absolute;
  left: 0px;
  top: 140%;
  right: 0px;
  bottom: 0%;
  width: auto;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  text-align: center;
}
.facebook_icon {
  display: block;
  width: 36px;
  margin: 27px auto 36px;
  padding-right: 0px;
  float: left;
}
.facebook_icon:hover {
  border-bottom-width: 3px;
  border-bottom-color: black;
}
.instagram_icon {
  display: block;
  width: 35px;
  margin: 27px auto 36px 27px;
  padding-left: 0px;
  float: left;
  background-color: transparent;
}
.newsletter {
  color: white;
  font-size: 23px;
  line-height: 27px;
}
.line {
  width: 237px;
  height: 4px;
  margin-bottom: 23px;
  background-color: white;
}
.social {
  display: block;
  width: 237px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
}
.subhead {
  font-size: 14px;
  font-weight: 400;
}
.link_facebook:hover {
  opacity: 0.65;
}
.link_instagram {
  opacity: 1;
}
.link_instagram:hover {
  opacity: 0.64;
}
.arrow_down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html.w-mod-js *[data-ix="loading"] {
  -webkit-transform: translate(0px, 58px);
  -ms-transform: translate(0px, 58px);
  transform: translate(0px, 58px);
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .right_collum {
    height: 50%;
    margin-top: 200px;
    background-size: 488px;
  }
  .left_collum {
    height: 200px;
    margin-top: 0px;
  }
  .section3 {
    top: 125%;
  }
}

