/* These are css styles not covered by the bootstrap template*/
#dawnLogo {
	height: 100px;
}

#houseFront {
	width:50%;
}

#ourHouse {
	width:50%;
}
#littleHouse {
	width: 50%;
}

#btnScenery {
	margin: 30px;
}
.carouselImage {
	width: 100%;
	clear: both;
	margin: auto;
	height: 80%;
}

.houseImage {
	margin: 30px 0 30px 0;
	border: solid black 2px;
	-webkit-box-shadow: 13px 13px 33px 17px rgba(0,0,0,0.75); 
	box-shadow: 13px 13px 33px 17px rgba(0,0,0,0.75);
}

.guestHouse {
	border: 8px ridge #80ff80;
	border-radius: 40px;
	background-color: white;
}

.carouselWrap {
	text-align: center;
	width: 100%;
}

.black {
	
	color: black;
}

.description {
    width: 70%;
    margin: auto;
}

#myCarousel {
    height: 90%;
}