@import url(http://fonts.googleapis.com/css?family=Vollkorn|Roboto);

html{
    background: #222;
}

body {

  font-size: 1em;
  color: #222;
  background: #fff;
  height: .25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 0%;
    
}

.container {
  position: absolute;
    opacity: 0;
  width: 45%;
  margin: 0 auto;
    margin-left: 10%;
  text-align: left;
  top: 20%;
  left: 0;
  font-family: 'Proxima Nova', sans-serif;
}


.container p {
    color: #222;
  font-size: 1em;
    line-height: 1.7em;
    letter-spacing: .8px;
    opacity: .85;

}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #eb4141;
  text-decoration: none;
  font-size: 1em;
  overflow: hidden;
  top: 0px;
}
.container a:after {
  content: '';
  position: absolute;
  background: #eb4141;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.container a:hover:after, .container a:focus:after, .container a:active:after {
  width: 100%;
}

.connect {
  position: absolute;
    opacity: 0;
  width: 25%;
  margin: 0 auto;
    margin-left: 60%;
  text-align: left;
  top: 20%;
  left: 0;
  font-family: 'Proxima Nova', sans-serif;
}


.connect p {
    color: #222;
  font-size: 1em;
    line-height: 1.7em;
    letter-spacing: .8px;
    opacity: .85;

}
.connect a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: rgba(0,0,0, 0.5);
}
.connect a:hover {

    color: #fff;
}
.connect a:hover:after, .connect a:focus:after, .connect a:active:after {
  width: 100%;
}

ul {
  list-style: circle;
  padding: 0;
  margin: 0 auto;
    margin-left: 5%;
  display: inline-block;
  position: relative;
  height: 100%;
    line-height: 1.7em;
}

.polygon{
    width: 40%;
    height: 20%;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    background-color: #eb4141;
    position:inherit;
    bottom: 0px;
    right: 0px;
}

.polygon2{
    width: 45%;
    height: 25%;
    -webkit-clip-path: polygon(0 100%, 70% 0, 100% 100%, 0 100%);
    background-color: #001e32;
    position:inherit;
    bottom: 0px;
    right: 0px;
}

#tiff{
    height: 90%;
    position:fixed;
    bottom: 0px;
    left: 5%;
    opacity: 0;
}


h1 {
  position: relative;
  text-align: left;
  font-family: 'Proxima Nova', sans-serif;
    font-size: 50px;
    color: #eb4141;
    font-weight: 800;
    line-height: .5em;
}

h2 {
  position: relative;
  text-align: center;
  font-family: 'Proxima Nova', sans-serif;
    font-size: 50px;
    color: #eb4141;
    font-weight: 800;
    line-height: .5em;
}

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #eb4141;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #eb4141;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .85s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 800;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

#social {
  display: table-cell;
  vertical-align: middle;
}

#social ul {
  text-align: left;
  padding-left: 0px;
  margin: 0 auto;
}

#social li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
}

/** Facebook **/

.facebook {
  width: 60px;
  height: 60px;
}

.facebook .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.facebook .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-facebook {
  font-size: 25px;
}

/** Google **/

.google {
  width: 60px;
  height: 60px;
}

.google .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.google .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-google {
  font-size: 25px;
}

/** Instagram **/

.instagram {
  width: 60px;
  height: 60px;
}

.instagram .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.instagram .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-instagram {
  font-size: 25px;
}

/** linkedin **/

.linkedin {
  width: 60px;
  height: 60px;
}

.linkedin .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.linkedin .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-linkedin {
  font-size: 25px;
}

/** Spotify **/

.spotify {
  width: 60px;
  height: 60px;
}

.spotify .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.spotify .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-spotify {
  font-size: 25px;
}

/** Medium **/

.medium {
  width: 60px;
  height: 60px;
}

.medium .border {
  background: transparent;
  outline: none;
  color:rgba(0,0,0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(0,0,0, 0.5);
  transition: all .2s ease-in-out;
}

.medium .border:hover {
  background: #eb4141;
  border-color: #eb4141;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-medium {
  font-size: 25px;
}

#social ul li {
  transition: ease .3s;
}

#social ul:hover > li {
  opacity: 0.5;
}

#social ul:hover > li:hover {
  opacity: 1;
}