.haifahag {
	font-family: "Nunito Sans";
}
.haifahag main{
	padding-top: 0;
}
.haifahag #project img {
margin-bottom: auto;
}

.haifahag .masthead {
	background: url(../../images/projects/haifahag/head.png);
	background-size: cover;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70vh;
}

.haifahag main #grid {
    border-bottom: 0;
}

.story {
    border-bottom: 1px solid #dadada;
    padding: 80px 0;
    margin: 80px 0;
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #dadada;
}

.haifahag #project-content h4 {
    border-bottom: 0;
    text-transform: none;
}

.wrapper {
    margin-top: 70vh;
    padding-top: 20px;
    box-shadow: 0 -100px 100px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: relative;
    background: #fff;
    width: 100%;
}

.ytvideo iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
}


/* Footer */

#footer {
	background: rgb(197,44,97);
	background: -moz-linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	background: linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	height: 150px;
  }
  
  #footer .wrap {
	  width: 94%;
	  padding: 0px 3%;
	  margin: auto;
	  display: flex;
	  justify-content: space-between;
	  font-family: "Nunito Sans";
	  align-items: center;
	  font-weight: 700;
	  font-size: 1rem;
	  color: #000;
	  height: 100%;
	 }
  
  #footer .wave {
	top: -3px;
	transform: scale(1.1, 1);
	bottom: auto;
  }
  
  
  .social {
  display: flex;
  width: 120px;
  justify-content: space-between;
  }
  
  .haifahag #project .social a {
  display: flex;
  align-items: flex-start;
  transition: all ease .2s;
  height: 30px;
  }
  
  .haifahag #project .social img {
  width: 30px;
  margin: 0;
  height: auto;
  }
  
  .haifahag #project .social a:hover {
  filter: invert(1);
  transition: all ease .2s;
  }
  
  .haifahag #project .social a:last-child img {
  width: 23px;
  margin-top: 3px;
  }


@media (max-width: 1380px){
.masthead {
    max-height: none;
}
}


@media (max-width: 1140px) {
.haifahag #project .masthead {
    height: 70vh;
    padding-bottom: unset;
}
.ytvideo iframe {
	height: 100%;
}
}


