@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Open+Sans:400,300,700);

.nav-container {
}

.nav-container ul {
  height: 10vh;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  z-index: 100;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.landing-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.landing-left {
  height: 100vh;
  width: 50vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-left h1 {
  width: 50vh;
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
}

.landing-right {
  height: 100vh;
  width: 50vw;
  background-image: url("https://images.unsplash.com/photo-1441716844725-09cedc13a4e7?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=d223156a186039f8c0f0a626d5b7e8eb");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.title-container {
  display: flex;
  justify-content: center;
}

.title-container h1 {
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  color: #000;
}

.carousel-container {
  display: flex;
  justify-content: center;
}

.carousel-img {
  height: 75vh;
  padding: 0 25vh 0 25vh;
}

.ultra-back-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ultra-back-container h1 {
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.ultra-back-container img {
  width: 40vh;
}

.ultra-back-container h2 {
  margin-top: 10vh;
  margin-bottom: 10vh;
  border-bottom: 2px #000 solid;
  border-top: 2px #000 solid;
  padding: 15px;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
