.bg-chloe {
	background-color: #D7AD78;
}

.imghero {
	max-width: 800px;
}



.thumbnail {
    position: relative;

}

.indeximg {
	background-image: url("photos/totelinehero.png");
	background-size: 100%;
	height: 400px;
}

.caption {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 100%;
    
}

.caption p {
	font-size: 3vw;
}
/*shop hero section*/
.shophero {
	background-image: url("../photos/nature.jpeg");
	height: 400px;
	background-position: center;
	background-size: cover;
}
.totehero {
	background-image: url("../photos/us.jpeg");
	height: 400px;
	background-position: center;
	background-size: cover;
}
.hatshero {
	background-image: url("../photos/hatshero.png");
	height: 400px;
	/*background-position: center;*/
	background-size: cover;
}

.indexhero {
	background-image: url("../photos/homehero.png");
	height: 400px;
	background-position: center;
	background-size: contain;
background-repeat: no-repeat;
}

.bg {}
