body, html {
  margin: 0;
  height: 100%;
}
.content{
	width: 100%;
	margin: 0%;
	overflow: hidden;
	margin-bottom: 6%;

}
.content-body{
	margin: 2% 5%;
}
.content-header{
	width: 100%;
	margin: 0%;
	padding: 0%;
	overflow: hidden;
	height: 23vw;
}
.content-header img{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.header-body{
		position: absolute;
		margin-top: 12%;
		width: 97%;
		margin-left: 3%;
		overflow: hidden;
		z-index: 0;
}

	.header-body h1{
		margin: 0%;
		color: white;
		text-align: center	;
		font-size: 3vw;
		
	}
	.news{
		width: 68%;
		float: left;
		padding: 0% 3%;
		border-right: 1px solid gray ;
		border-left: 1px solid gray ;
	}
	.news img{
		width: 100%;
	}
	.news iframe{
		width: 100%;
		height: 32vw;
		border:none;
	}
	.news h3{
		margin: 0;
		margin-top: 2%;
		font-size: 1.5vw;
	}
	.news p{
		margin: 0;
		font-size: 1vw;
		margin-top: 2%;
		line-height: 1.8;
	}
	#news-date{
		margin: 0;
		font-size: .8vw;
	}

	.news-reco{
		width: 21%;
		float: left;
		margin: 0% 2%;
	}
	.news-reco h4{
		margin: 0;
		background-color: black;
		color: white;
		padding: 3%;
		width: 94%;
		font-size: 1vw;
		margin-left: 1.5%;
		margin-bottom: 5%;
	}
	.dev-holder{
  border-bottom: 1px solid gray;
  width: 100%;
  margin: 5.5% 1.5%;
  float: left;
  height: 18vw;
  overflow: hidden;


}
.dev-holder:hover{

}
.dev-title{

  width: 100%
  height:20%;
  padding:3% 5% 1% 5%;
}
.dev-title a{

  text-decoration: none;
}
.dev-title h3{
  font-size:1vw;
margin: 0;
  font-family: century gothic;
  font-weight: bolder;
  color: black;

}
.dev-title p{
  margin: 0;
  margin-top: 2%;
  font-size:.8vw;
  color: black;
  font-family: century gothic;
 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news-date{
  font-size:.7vw;
  color: #666666;
   margin: 0;
}

.dev-image2{
}
.dev-image{
    width: 100%;
    height:  12vw;
    position: relative;
    overflow: hidden;   
    background-image: url('../images/BG NEWS.jpg');
    no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.dev-image img{
      position: absolute;
    top: 50%;
    left: 50%;
    bottom:  50%;
    right: 50%;
    color: white;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 .dev-title h3:hover, .dev-image img:hover{
    opacity: .8;
  }

  @media only screen and (max-width: 768px) {
      .news h3{
    margin: 0;
    margin-top: 2%;
    font-size: 4vw;
  }
  	.news iframe{
		width: 100%;
		height: 45vw;
		border:none;
	}
  .news p{
    margin: 0;
    font-size:  3vw;
    margin-top: 2%;
    line-height: 4.5vw;
  }
  #news-date{
    margin: 0;
 font-size:  2vw;
  }
      .news{
    width: 95%;
      }
  .news-reco{
    width: 95%;
  }
  .news-reco h4{
    padding: 3%;
    width: 94%;
    font-size: 4vw;
    margin-left: 1.5%;
    margin-bottom: 5%;
    margin-top: 15%;
  }
 .content-header{
  height: 40vw;
}
.header-body{
      margin-top: 19%;
}
  .header-body h1{
        font-size: 8vw;
  }
   .dev-holder{
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  width: 30.33%;
  margin: 1.5%;
  float: left;
  height: 45vw;
  overflow: hidden;
  border-top-right-radius: .5em;
  border-top-left-radius:.5em;

}
.dev-holder:hover{
    border-top-right-radius:0em;
  border-top-left-radius:0em;
}
.dev-image2{

}
.dev-image{
    width: 100%;
    height:  60vw;
    position: relative;
    overflow: hidden;
    
}

  .houses{
    width: 55%;
    margin-left: 22.5%;
    height:  40vw;
    position: relative;
    overflow: hidden;
  }

  .header-dev h3{
        text-align: center;
    padding: 5% 0% 0% 0% ;
    font-weight: bolder;
    color: #004d80;
    font-size:6vw;
  }
    .header-dev p{
        text-align: center;
    font-size: 3vw;
    font-weight: normal;
    color: #666;
  }
    .dev-holder{
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  width: 90%;
  margin: 5%;
  float: left;
  height: 82vw;
  overflow: hidden;
  border-top-right-radius: .5em;
  border-top-left-radius:.5em;
}
.dev-title h3{
  font-size:4vw;
  margin-top:1%;
  color:#404040;
  font-family: century gothic;
}
.dev-title p{
  margin-top: 1%;
  font-size:2.5vw;
  color: #666666;
  font-family: century gothic;
}
#news-date{
  font-size:2.5vw;
}
.developers-header h3{
  text-align: left;
  font-size: 6vw;
  font-weight: bolder;
  color: black;
  margin: 0% 1.5% ;
    margin-bottom:2.5%;
  }
  .developers-header span{
  font-weight: lighter;
  font-size: 3.5vw;
  }
}
