body {
  font-family: 'Nexa Light', sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 70px;
  line-height: 44px;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h3 {
  margin-top: 48px;
  margin-bottom: 30px;
  font-family: 'Nexa Bold', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #ececec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.start-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #000;
}

.section-footer {
  position: relative;
  z-index: 99;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #3f3f3f;
  color: #e9e9e9;
}

.start-hero-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/majda_cernobila.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -26px;
  display: block;
  width: 240px;
  margin-top: 58px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px 12px;
  float: left;
  border: 1px none #cecece;
  border-radius: 32px;
  background-color: #494949;
  box-shadow: none;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Nexa Bold', sans-serif;
  color: #c7c7c7;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ececec;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.18);
  color: #585858;
  text-decoration: none;
}

.button.submit {
  position: static;
  width: 150px;
  margin-top: 20px;
  background-color: #5f5f5f;
  color: #d4d4d4;
  letter-spacing: 0.08em;
}

.button.submit:hover {
  background-color: #ccc;
  color: #333;
}

.button.submit.central {
  float: none;
}

.button.mobil {
  display: none;
}

.heading {
  max-width: 500px;
  font-family: 'Nexa Light', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0em;
  text-transform: capitalize;
}

.button-login {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 25px 6px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #3f3f3f;
  background-image: url('../images/Chevron-Down-26_1Chevron Down-26.png');
  background-position: 86% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-login:hover {
  background-color: #555;
  text-decoration: none;
}

.form-login {
  display: block;
  overflow: hidden;
  width: 30%;
  max-width: 700px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}

.form {
  margin-top: 0px;
  color: #a7a7a7;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: #e9e9e9;
}

.input:focus {
  border-style: none;
  background-color: #fff;
}

.error-message {
  border: 2px solid #ff7305;
  border-radius: 2px;
  background-color: rgba(58, 57, 57, 0);
  text-align: center;
}

.sucess-message {
  border: 2px solid #48c20e;
  border-radius: 2px;
  background-color: transparent;
  font-size: 18px;
}

.div-form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 20vh;
  -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;
}

.div-block {
  position: absolute;
  left: 55%;
  top: 37%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 45%;
  background-color: transparent;
  text-align: left;
}

.bottom_part {
  overflow: hidden;
  height: 0vh;
}

.fotka_below {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/majda_smich.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kontakt_blok {
  position: absolute;
  left: 10%;
  top: 13%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 45%;
  background-color: transparent;
  text-align: left;
}

.paragraph {
  font-family: 'Nexa Bold', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.5px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.paragraph-2 {
  width: 25px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  font-weight: 300;
  text-align: left;
}

.div_fotky {
  position: relative;
  width: 100%;
  height: 100%;
}

.miniatura {
  width: 200px;
  height: 200px;
  margin-bottom: 80px;
  border-radius: 200px;
  background-image: url('../images/thumbnail_Majda-2012.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="h1-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="linka-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="login-init"] {
  height: 0px;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 52px;
  }
  .start-hero-section {
    background-color: #000;
    background-image: none;
  }
  .start-hero-div {
    background-color: #000;
    background-position: 20% 100%;
    background-size: 160%;
    background-repeat: no-repeat;
  }
  .button {
    display: none;
  }
  .button.contact {
    display: block;
  }
  .button.mobil {
    display: block;
  }
  .heading {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
  }
  .div-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 13vh;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }
  .fotka_below {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #000;
    background-position: 20% 100%;
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .kontakt_blok {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 13vh;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
  .start-hero-section {
    min-height: 260px;
  }
  .start-hero-div {
    min-height: 260px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 33% 100%;
    background-size: cover;
  }
  .button {
    display: none;
    width: 150px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .button.contact {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.contact.w--current {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 45px;
    line-height: 50px;
    text-align: left;
  }
  .heading.central {
    text-align: center;
  }
  .button-login {
    display: none;
  }
  .div-block {
    left: auto;
    width: 50%;
    margin-top: 15vh;
    padding-right: 30px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .bottom_part {
    display: none;
  }
  .fotka_below {
    display: none;
    min-height: 260px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
  }
  .kontakt_blok {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 15vh;
    padding-right: 30px;
    padding-left: 0%;
    -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;
    text-align: left;
  }
  .columns {
    width: auto;
    margin-top: 44px;
  }
  .paragraph-2 {
    width: 20px;
  }
  .miniatura {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .start-hero-section {
    height: 100vh;
    min-height: auto;
  }
  .start-hero-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100vh;
    min-height: auto;
    background-position: 15% 100%;
    background-size: 210%;
    background-repeat: no-repeat;
  }
  .button {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button.contact {
    display: block;
  }
  .button.mobil {
    display: block;
  }
  .heading {
    font-size: 50px;
    line-height: 50px;
  }
  .button-login {
    display: none;
  }
  .div-block {
    left: 10%;
    top: 30%;
    width: 85%;
    margin-top: -20vh;
  }
  .bottom_part {
    display: none;
  }
  .fotka_below {
    display: none;
    min-height: auto;
    background-position: 0% 100%;
    background-size: 150%;
    background-repeat: no-repeat;
  }
  .kontakt_blok {
    left: 0%;
    top: 0%;
    width: 90%;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns {
    margin-top: 20px;
  }
  .miniatura {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'), url('../fonts/nexa_bold-webfont.eot') format('embedded-opentype'), url('../fonts/nexa_bold-webfont.woff') format('woff'), url('../fonts/nexa_bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa Light';
  src: url('../fonts/nexa_light-webfont.woff2') format('woff2'), url('../fonts/nexa_light-webfont.eot') format('embedded-opentype'), url('../fonts/nexa_light-webfont.woff') format('woff'), url('../fonts/nexa_light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}