#homebutton {
	background: #444444;
	border-bottom: 4px solid #e3cb40;
}

#bigblock{
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	letter-spacing: 4px;
}

.bigimg{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 30%;
	position: absolute;
	max-height: 400px;
	animation:fading 10s infinite
}

#RenoImg2{
	object-position: 50% 70%;
}

#VegasImg2{
	object-position: 50% 80%;
}

#RenoImg3{
	object-position: 50% 75%
}

#TahoeImg2{
	object-position: 50% 60%
}

@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.block{
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 70px;
	width: 100%;
	padding-left: 0%;
}

#b1{
	display: block;
}

#b2, #b4{
	flex-direction: column;
}

#img1, #img2, #img3{
	max-width: 100%;
	max-height: 600px;
	object-fit: cover;
}

@media only screen and (min-width: 1020px) {
	#bigblock{
		height: 400px;
	}

	#bigtext {
		display: none;
	}

	#bigimg{
		height: 100%;
	}

	.block{
		flex-direction: row-reverse;
		padding-bottom: 120px;
		width: 80%;
		padding-left: 10%;
	}

	.blocktext{
		width: 45%;
	}

	#b2, #b4{
		flex-direction: row-reverse;
	}

	#img1, #img3{
		width: 45%;
		padding-left: 10%;
		min-height: 300px;

	}

	#img2{
		width: 45%;
		padding-right: 10%;
		min-height: 300px;
	}

}

@media only screen and (min-width: 769px){

}

@media only screen and (min-width: 1200px){
	#img1, #img2, #img3{
		max-height: 300px;
	}
}