/* Page Structure
================= */

.content-container {
  height: auto;
  min-height: 0;
  padding: 0;
  background: none;
  margin-left: 0;
  width: 100%;
}


/* Welcome Message
==================*/

.welcome-message {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 57px;
  z-index: 10;
  font-size: 3rem;
  width: 790px;
  height: 187px;
}

.welcome-message h2 {
  font-size: 8rem;
  color: #ffa61b;
  text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.2);
}

.welcome-message p {
  color: #fff;
  height: 75px;
  overflow: hidden;
  text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}


/* Smooth anchor point
======================*/

.anchor-point {
  position: absolute;
  bottom: 70px;
  right: 40px;
  display: block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  z-index: 20;
  font-size: 4vw;
  color: #ffa61b;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  transition: ease 0.2s color;
}

.achor-point:focus,
.anchor-point:hover {
  color: #d91111;
}


/* Home Links
==============*/

.home-links {
  border-top: 1vw solid #fff;
  border-bottom: 1vw solid #fff;
}

.home-link-text {
  max-width: 15.6vw;
  height: 4.6vw;
  line-height: 4.6vw;
  font-size: 3rem;
  font-size: 1.56vw;
  top: 210px;
}

.flex-container {
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slideshow
============*/

.content-wrap {
  height: 100vh;
}

@media (max-width:1300px) {
  .welcome-message h2 {
    font-size: 6rem;
  }
  
  .welcome-message p {
    font-size: 2rem;
    height: 49px;
    width: 508px;
  }
  
  .welcome-message {
    height: 115px;
  }
  
}