@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}

body {
  background: url(/i/Background.jpg) left center/contain no-repeat;
  height: 100vh;
  min-height: 900px;
}

p,
a {
  text-align: center;
  display: block;
}

.container {
  width: 50%;
  min-width: 900px;
  float: right;
  text-align: center;
  padding-top: 228px;
  height: 100%;
}

.logo {
  max-width: 500px;
  margin-bottom: 10%;
  width: 800%;
}

.titleBold {
  font-family: "Lora", serif;
  font-size: 36px;
  color: #525f63;
}

.line {
  background: #525f63;
  opacity: 0.3;
  height: 1px;
  width: 370px;
  margin: 20px auto;
}

.name,
.phone,
.address,
.mail {
  font-family: "Lora", serif;
  font-size: 18px;
}

.address {
  line-height: 1.5;
  margin-bottom: 20px;
}

.name {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.name,
.address {
  color: #133773;
}

.phone,
.mail {
  color: #0077be !important;
  margin-bottom: 10px;
}

.phone img,
.mail img {
  width: 15px;
  margin-right: 15px;
  display: inline-block;
}

.phone img {
  top: 4px;
}

.mail img {
  width: 20px;
}

.footer p {
  font-family: museo-sans, serif;
  font-size: 16px;
  color: #8d9092;
  max-width: 90vw;
  margin: auto;
}

.footer {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

@media (max-width: 1200px) {
  body {
    background-position: -200px;
  }
  .container {
    width: 50%;
    min-width: initial;
  }
  .logo {
    max-width: 450px;
  }
}

@media (max-width: 900px) {
  body {
    background-image: none;
    min-height: initial;
  }
  .container {
    width: 100%;
    padding-top: 4rem;
  }
  .logo {
    margin-bottom: 30px;
    max-width: 90vw;
  }
}
/*# sourceMappingURL=styles.css.map */
