html,
body {
  height: 100%;
}

body {
  background-color: #ecf0f1;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  body {
    min-height: 100vh;
  }
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 70vh;
}
.content .brand {
  width: 250px;
}
@media (min-width: 992px) {
  .content {
    height: 100vh;
  }
}
.content .line-1 {
  font-size: calc(1.325rem + 0.9vw);
  color: #d3d3d3;
  letter-spacing: 3.2px;
}
@media (min-width: 1200px) {
  .content .line-1 {
    font-size: 2rem;
  }
}
.content .line-2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #1b3742;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.content .bottom-link {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.content .bottom-link .icon {
  color: #d3d3d3;
}
.content .bottom-link .mail {
  color: #1b3742;
  text-transform: uppercase;
}

.bg-img {
  height: 30vh;
  position: relative;
}
@media (min-width: 992px) {
  .bg-img {
    height: 100vh;
  }
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 121, 187, 0.7);
}

.socials {
  position: absolute;
  top: 0;
  right: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5em;
}
.socials a {
  color: #d3d3d3;
  transition: color 0.2s ease-in-out;
}
.socials a:hover {
  color: #0779bb;
}

.line {
  position: absolute;
}
.line-x {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
}
.line-y {
  height: 100%;
  width: 1px;
  background-color: #d3d3d3;
}
.line-top {
  top: 50px;
  left: 0;
}
.line-bottom {
  bottom: 50px;
  left: 0;
}
.line-left {
  top: 0;
  left: 50px;
}
.line-right {
  top: 0;
  right: 50px;
}

/*# sourceMappingURL=page.css.map */
