.background-image {
  width: 100%;
  margin-top: 41px;
}

body {
  font-family: roboto_light;
  background-color: #212128;
  color: white;
}

.mp-logo {
  width: 320px;
  margin-top: 50px;
  margin-left: 130px;
}

.website-link {
  background-color: #0042ff;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: calc(50% - 140px);
  top: 45%;
  color: inherit;
  text-decoration: none;
  font-family: roboto_regular;
}

.arrow {
  vertical-align: middle;
  margin-left: 10px;
}

.info-blokk {
  position: fixed;
  width: 300px;
  bottom: 0px;
  right: 0px;
}

.title {
  font-size: 48px;
  margin-bottom: 0px;
  font-family: roboto_thin;
  font-weight: 100;
}

.subtitle {
  margin-bottom: 60px;
  font-family: roboto_thin;
  font-weight: 100;
}

.contact,
.main-text {
  margin-left: 130px;
  margin-right: 130px;
  margin-bottom: 60px;
  font-size: 16px;
}

.main-text-paragraph {
  color: #777;
}

.contact {
  margin-right: 300px;
}

.contact-label {
  color: #9ab4f0;
}

@media only screen and (min-width: 600px) {
  .contact :not(:first-child):not(:last-child):after {
    content: "/";
    margin: 0 5px 0 5px;
    color: #9ab4f0;
  }
}

@media only screen and (max-width: 600px) {
  .background-image {
    width: 300%;
    margin-left: -300px;
    margin-top: -50px;
    margin-bottom: -100px;
  }

  .img-container {
    width: 100%;
    overflow: hidden;
  }

  .mp-logo {
    width: 255px;
    margin-left: 28px;
  }

  .website-link {
    top: 300px;
  }

  .title {
    font-size: 28px;
  }

  .main-text {
    margin: 28px;
    font-size: 16px;
  }

  .contact {
    margin: 28px;
    margin-bottom: 100px;
    width: 200px;
    display: flex;
    flex-direction: column;
  }

  .contact span {
    margin-bottom: 20px;
  }

  .info-blokk {
    width: 188px;
  }
}

@font-face {
  font-family: "roboto_light";
  src: url("fonts_roboto_light/RobotoLight.eot");
  src: url("fonts_roboto_light/RobotoLight.eot") format("embedded-opentype"),
    url("fonts_roboto_light/RobotoLight.woff2") format("woff2"),
    url("fonts_roboto_light/RobotoLight.woff") format("woff"),
    url("fonts_roboto_light/RobotoLight.ttf") format("truetype"),
    url("fonts_roboto_light/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
  font-family: "roboto_regular";
  src: url("fonts_roboto_regular/RobotoRegular.eot");
  src: url("fonts_roboto_regular/RobotoRegular.eot") format("embedded-opentype"),
    url("fonts_roboto_regular/RobotoRegular.woff2") format("woff2"),
    url("fonts_roboto_regular/RobotoRegular.woff") format("woff"),
    url("fonts_roboto_regular/RobotoRegular.ttf") format("truetype"),
    url("fonts_roboto_regular/RobotoRegular.svg#RobotoRegular") format("svg");
}

@font-face {
  font-family: "roboto_thin";
  src: url("fonts_roboto_thin/RobotoThin.ttf") format("truetype");
}
