* {
     font-family: 'Poppins', sans-serif;
}
 a {
     color: black;
     text-decoration: none;
}
 body{
     margin: 0px;
     width: 100%;
     height: 100vh;
     overflow: hidden;
}
 h1{
     position: absolute;
     font-size: 90px;
     z-index: 1;
     top: 35vh;
     text-align: center;
     width: 100%;
     font-weight: 700;
     line-height: 50px;
}
 .proejctsHeader {
     position: absolute;
     bottom: 110px;
     left: 0px;
     right: 0px;
     text-align: center;
     font-weight: bold;
     border-bottom: 4px solid #d4d4d4;
     margin: 0 auto;
     width: 220px;
}
 .images {
     position: absolute;
     bottom: 40px;
     margin: 0 auto;
     left: 0px;
     right: 0px;
     max-width: 520px;
}
 .images div {
     float:left;
     padding: 0px 25px;
}
 .menu {
     position: absolute;
     top: 40px;
     margin: 0 auto;
     left: 0px;
     right: 0px;
     max-width: 1300px;
}
 .menu div {
     padding: 0px 25px;
     position: relative;
     float:right;
}
 .menu div span {
     position: absolute;
     left: 61px;
     font-size: 13px;
}
 .menu div img {
     height: 25px;
     position: relative;
     margin-right: 10px;
     top: 3px;
}
 .menu div h2 {
     font-weight: normal;
}

@media only screen and (max-width: 600px) {
	body {
		overflow:hidden;
	}
	.backgroundImg{
		    width: auto!important;
    height: 70vh!important;
    margin-left: -100%;
    margin-top: 7vh;
	}
  h1 {
	  top: 22vh;
  }
  .proejctsHeader {
	  bottom: 210px;
  }
  .images {
	  bottom: 20px;
  }
  .images div {
	  float:none;
	  text-align: center;
	  padding: 6px 25px;
  }
  .menu div span {
	  display:none;
  }
  .menu div {
		width: 100%;
		text-align: center;
		padding: 0px;
  }
}