#whubuild_id {
	display: flex;
}
#whubuild_id h3 {
	margin-top: 26px;
}
#whubuild_id > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 30px 7px 30px;
	width: 33.33%;
	text-align: center;
	color: white;
}
#whubuild_id > div > p {
	flex-grow: 1;
}
#whubuild_id a {
	color: white;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
}
#whubuild_id a i {
	font-size: 80%;
	transition: all 0.3s;
}
#whubuild_id a:hover i {
	padding-left: 8px;
	margin-right: -8px;
}
#numbers_id {
	display: flex;
}
#numbers_id p {
	color: white;
	font-size: 26px;
	margin: 0;
}
#numbers_id p:first-child {
	font-size: 130px;
	font-family: 'Crimson Pro', serif;
	font-weight: 200;
}
#numbers_id > div {
	padding: 14px 30px 17px 30px;
	text-align: center;
	flex-grow: 1;
}
#home-virtual-tour {
	width: 852px;
	max-width: 100%;
	margin: auto;
}
#resources-home {
	display: flex;
	align-items: center;
	justify-content: center;
}
#resources-home > div {
	display: flex;
}
#resources-home a {
	text-decoration: none;
	flex-shrink: 1;
}
#resources-home img {
	width: 100%;
}
#resources-home h3 {
	text-align: center;
	margin: 6px 0 30px 0;
	color: #333c40;
	font-size: 18px;
}


@media (max-width: 1023px) {
	#resources-home {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	#whubuild_id, #numbers_id {
		flex-direction: column;
		align-items: center;
	}
	#numbers_id > div {
		padding: 14px 15px 17px 15px;
	}
	#whubuild_id > div {
		width: 100%;
		max-width: 445px;
		padding: 30px 15px 20px 15px;
	}
}
@media (max-width: 639px) {
	#resources-home > div {
		flex-direction: column;
	}
}

/* SLIDER */
/* size of slider */
.homeslider {
	width: 100%;
	padding-bottom: 44.27%;
	position: relative;
	overflow: hidden;
	height: 0;
}
.homeslider > ul > li {
	width: 33.333333%;
	height: 44.27vw;
}
.homeslider > ul {
	width: 300%;
}
.homeslider .control_prev,  .homeslider .control_next{
	top: 50%;
	position: absolute;
    padding: 30px 10px;
    text-decoration: none;
    color: white;
}
.homeslider .control_prev {
	left: 0;
	background: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
    border-radius: 0 10px 10px 0;
}
.homeslider .control_next {
	right: 0;
	background: linear-gradient(to left,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
    border-radius: 10px 0 0 10px;
}
.homeslider .control_nav {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.homeslider .control_nav a {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.homeslider .control_nav a.active {
	background: #ffffff;
}
.homeslider > ul {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	list-style: none;
}
.moveLeftAnimation {
	transition: left 0.7s;
}
.homeslider > ul > li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	background-position: center;
	background-size: cover;
	position: relative;
}
.homeslider > ul > li > div {
	background: rgba(0, 0, 0, 0.64);
	width: 35%;
	min-width: 400px;
	padding: 10px 50px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.homeslider h2 {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
	margin: 45px 0;
}
.homeslider p {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin: 25px 0;

}
.homeslider .slider-button {
    border: 2px solid white;
    padding: 10px 20px;
    color: white;
    display: inline-block;
}
.homeslider video {
    position: absolute;
    height: 100%;
}
.homeslider .slide-video-mobile {
    display: none;
}
@media (max-width: 1599px) {
    .homeslider h2 {
		font-size: 42px;
		margin-block: 30px;
	}
	.homeslider p {
		font-size: 20px;
		margin-block: 30px;
	}
}
@media (max-width: 1399px) {
    .homeslider h2 {
		font-size: 36px;
		margin-block: 25px;
	}
	.homeslider p {
		font-size: 16px;
		margin-block: 20px;
	}
}
@media (max-width: 1023px) {
	.homeslider h2 {
	    font-size: 28px;
		margin-block: 15px;
	}
	.homeslider p {
	    font-size: 14px;
		margin-block: 10px;
	}
}
@media (max-width: 767px) {
	.homeslider, .homeslider > ul, .homeslider > ul >li {
		height: 100vw;
		min-height: auto;
	}
	.homeslider > ul > li > div {
		top: auto;
		bottom: 0;
		width: 100vw;
		min-width: auto;
		position: absolute;
		padding: 20px 30px;
		height: auto;
	}
	.homeslider h2 {
		font-size: 32px;
	}
	.homeslider p {
	    font-size: 16px;
	}
	.homeslider .control_nav {
		display: none;
	}
}
@media (max-width: 639px) {
	.homeslider > ul > li > div {
		padding: 10px 20px;
	}
	.homeslider h2 {
		font-size: 22px;
	}
	.homeslider p {
	    font-size: 14px;
	}
	.homeslider .control_nav {
		display: none;
	}
}