.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-image: url('../images/ali-morshedlou-IVHzN57dnuM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
}

.logo {
  margin-top: -95px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}

.button-kontakt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin: 29px;
  padding-top: 11px;
  -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: rgba(0, 0, 0, 0.28);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-kontakt:hover {
  background-color: rgba(0, 0, 0, 0.63);
  color: #fff;
  font-size: 15px;
}

.paragraph {
  font-family: Sourceserifpro, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.heading {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Rm pro', sans-serif;
  color: #fff;
  font-size: 70px;
}

.section-3 {
  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;
  -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: rgba(251, 255, 0, 0.62);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.section-3:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.text-block {
  display: block;
  overflow: visible;
  -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;
}

.paragraph-2 {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.heading-2 {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Rm pro', sans-serif;
  color: #fff;
  font-size: 70px;
}

.paragraph-3 {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.section-4 {
  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;
  -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: rgba(38, 0, 255, 0.6);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
}

.section-4:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.paragraph-4 {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.heading-3 {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Rm pro', sans-serif;
  color: #fff;
  font-size: 70px;
}

.link-block {
  background-image: url('../images/gmail.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.column-2 {
  height: 100px;
  background-color: #000;
}

.column-3 {
  background-color: #000;
}

.section-5 {
  height: 200px;
  margin-top: 0px;
}

.columns {
  height: 200px;
}

.column-4 {
  height: 100px;
  background-color: #000;
}

.section-6 {
  background-color: #ff0a0a;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.8);
}

.link-block-2 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  margin-right: 10px;
}

.text-block-2 {
  position: absolute;
  z-index: 5;
  height: 20px;
  margin-top: 20px;
  font-family: 'Rm pro', sans-serif;
  color: #fff;
  font-size: 10px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  -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: rgba(255, 0, 0, 0.64);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.section-7:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .paragraph {
    overflow: visible;
    color: #000;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .logo {
    font-size: 50px;
  }
}

@media (max-width: 479px) {
  .logo {
    font-size: 30px;
  }
  .paragraph {
    color: #000;
  }
  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .paragraph-2 {
    width: 300px;
    font-size: 30px;
  }
  .heading-2 {
    line-height: 60px;
  }
  .paragraph-3 {
    width: 300px;
    font-size: 30px;
  }
  .paragraph-4 {
    width: 300px;
    font-size: 30px;
  }
  .heading-3 {
    width: 275px;
    line-height: 60px;
  }
}

@font-face {
  font-family: 'Rm pro';
  src: url('../fonts/RM-Pro-Regular.woff2') format('woff2'), url('../fonts/hinted-RMPro-Regular.eot') format('embedded-opentype'), url('../fonts/hinted-RMPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-ExtraBold.ttf') format('truetype'), url('../fonts/InknutAntiqua-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}