@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.load-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 2;
  overflow: hidden;
}

.large-header {
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

#large-header {
  background-image: url("../../assets/milky-way-2881461.jpg");
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}

.main-title .thin {
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  .demo-1 .main-title {
    font-size: 3em;
  }
}
div.links a {
  color: white;
}

div.links a:hover {
  color: black;
}

.header {
  background-color: transparent;
  padding-top: 0.5%;
  padding-bottom: 0%;
  width: 100%;
  font-family: var(--font-sans);
}

.header a:hover {
  color: white;
  text-decoration: none;
}

.header a:hover span {
  display: none;
}

.header a.logo:hover::before {
  content: "{ return }";
}

.header-right {
  float: right;
  padding-top: 0.6%;
  padding-right: 1%;
}

.header-right a:hover {
  font-size: large;
  color: white;
  text-decoration: none;
}

.logo {
  font-size: xx-large;
  color: white;
  padding-top: 0%;
  padding-left: 1%;
}

.link {
  color: white;
  padding-left: 10px;
}/*# sourceMappingURL=contact.css.map */