body {

background: black url('../Project_6/Marshallhouse3.gif') repeat;
margin: 0;

font-family: Poiret One;


}


.container {
  background: none  ;
  height: 100vh;
  padding: 10px;
  text-align: center;
}

.content {
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%, -50%);
  
  p {
    margin: 0 0 20px;
  }
  
}

/* Arrow & Hover Animation */
/* Arrow & Hover Animation */
#more-arrows {
  width: 75px;
  height: 65px;
}
#more-arrows:hover polygon {
  fill: #FFF;
  transition: all .2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

polygon {
  fill: #FFF;
  transition: all .2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}


polygon {
  fill: #FFF;
  transition: all .2s ease-out;
    
  &.arrow-middle {
	  opacity: 0.75;
	}

	&.arrow-top {
	  opacity: 0.5
	}
	 
}

p {

	font-family:Poiret One;

      font-size: 100px;

      font-weight: bolder;
      color: #ffffff;
      text-align: right;
    

}

a {
  text-decoration: none;
}


