@import url('https://fonts.googleapis.com/css?family=Teko:600');

/*-----BODY-----*/

body{
	background-color: rgb(239, 209, 36);
	font-family: 'Teko', sans-serif;
	margin: 0;
	padding: 0;
}

/*-----PRELOADER ITEMS-----*/

#loader-wrapper{
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(65, 65, 65);
}
#loader-logo{
	width: 20%;
	height: auto;
	margin-top: 5%;
	opacity: 100;
}
#loader-button{
	width: 20%;
	height: 75px;
	margin-top: 5%;
	border: 5px solid rgb(239, 209, 36);
	color: rgb(239, 209, 36);
	background-color: rgb(65, 65, 65);
	font-size: 2vw;
	opacity: 100;
}

/*-----RESPONSIVE PRELOADER ITEMS-----*/

#loader-button:hover{
	background-color: rgb(239, 209, 36);
	color: rgb(65, 65, 65);
}

/*-----DROP DOWN NAVIGATION-----*/

#navigation-wrapper{
	position: fixed;
	width: 5.75vw;
	margin-left: 20px;
	margin-top: 20px;
}
#navigation-menu{
	width: auto;
	height: 5.75vw;
	transition: height 1s;
	overflow: hidden;
}
#navigation-logo{
	width: 100%;
	height: auto;
}
#nav-hr{
	display: block;
	width: 100%;
	height: .1vw;
	border: 0;
	border-top: .2vw solid rgb(65, 65, 65);
	float: left;
	position: absolute;
}
#nav-link{
	font-size: 1.5vw;
	color: rgb(65, 65, 65);
	text-decoration: none;
}
#nav-link-ne{
	font-size: 1.5vw;
	color: rgb(142, 142, 142);
	text-decoration: none;
}
#nav-info{
	color: rgb(65, 65, 65);
	position: fixed;
	left: 20;
	bottom: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}
#nav-info p{
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: rgb(65, 65, 65);
	font-size: 0.75vw;
}

/*-----RESPONSIVE DROP DOWN NAVIGATION ITEMS-----*/

#navigation-menu:hover{
	height: 12.5vw;
}
#nav-link:hover{
	text-decoration: underline;
}
#nav-link-ne:hover{
	cursor: default;
}

/*-----TENNANTS-----*/

#content-wrapper{
	width: 100%;
	height: auto;
}
#tennant-wrapper{
	width: 50%;
	height: 238px;
	transition: height 1s;
	margin: auto;
	overflow: hidden;
	text-overflow: none;
	background-color: rgb(239, 209, 36);
	box-shadow: inset 0px 0px 0px 0.72vw rgb(65, 65, 65);
	position: relative;
	padding-bottom: 30px;
}
#tennant-logo{
	width: 100%;
	height: auto;
}
#tennant-content{
	/*SECTION INTENTIONALLY LEFT EMPTY*/
}
#content-left{
	width: 50%;
	float: left;
}
#content-right{
	width: 50%;
	float: right;
}
#content-title{
	color: rgb(65, 65, 65);
	margin-left: 15%;
}
#content-hr{
	border: 1px solid rgb(65, 65, 65);
	width: 70%;
}
#content-para{
	color: rgb(65, 65, 65);
	margin-left: 15%;
	margin-right: 15%;
	text-align: justify;
	text-justify: inter-word;
}
#content-learn-more{
	width: 35%;
	height: 3vw;
	background-color: rgb(239, 209, 36);
	border: 5px solid rgb(65, 65, 65);
	font-family: 'Teko', sans-serif;
	font-size: 1vw;
	color: rgb(65, 65, 65);
	float: right;
	margin-right: 15%;
}
#content-learn-more-left{
	width: 35%;
	height: 3vw;
	background-color: rgb(239, 209, 36);
	border: 5px solid rgb(65, 65, 65);
	font-family: 'Teko', sans-serif;
	font-size: 1vw;
	color: rgb(65, 65, 65);
	float: left;
	margin-left: 15%;
}
#tennant-layer-id{
	background-color: rgb(239, 209, 36);
	color: rgb(65, 65, 65);
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
	margin-left: 30px;
	z-index: 2;
}
#flats_img{
	width: 80%;
}
#flats_img_lower{
	width: 80%;
	margin-left: 15%;
	margin-top: 7%;
}
#image_cap{
	color: rgb(65, 65, 65);
	font-size: .8vw;
	text-align: right;
	margin-right: 20%;
	margin-top: 0;
}

/*-----RESPONSIVE TENNANT ITEMS-----*/

#tennant-wrapper:hover{
	height: 1000px;
}
#content-learn-more:hover{
	background-color: rgb(65, 65, 65);
	color: rgb(239, 209, 36);
	cursor: pointer;
}
#content-learn-more-left:hover{
	background-color: rgb(65, 65, 65);
	color: rgb(239, 209, 36);
	cursor: pointer;
}

/*-----HEIGHT ADJUSTMENT (1550)-----*/

@media only screen and (max-width: 1550px) {
	#tennant-wrapper{
		height: 185px;
	}
	#tennant-wrapper:hover{
		height: 1250px;
	}
	#tennant-layer-id{
		font-size: 2vw;
	}
}

/*-----SMALL COMPUTER SCREENS (1200)-----*/

@media only screen and (max-width: 1200px) {
	#content-left{
		width: 100%;
	}
	#content-right{
		width: 100%;
	}
	#content-learn-more{
		height: 6vw;
		font-size: 2.5vw;
	}
	#tennant-wrapper{
		height: 188px;
		width: 65%;
		box-shadow: inset 0px 0px 0px 0.95vw rgb(65, 65, 65);
	}
	#tennant-wrapper:hover{
		height: 1500px;
	}
}

/*-----PHONE SCREENS (950)-----*/

@media only screen and (max-width: 950px) {
	#tennant-wrapper{
		height: auto;
	}
	#tennant-wrapper:hover{
		height: auto;
	}
}