body {
	background-color:#bbb7af;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Oswald', sans-serif;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image1 {
	background-image: url('../images/desktop-neale-1.jpg')
}
.image2 {
	background-image: url('../images/desktop-neale-2.jpg')
}
.image3 {
	background-image: url('../images/desktop-neale-3.jpg')
}

.bottomarea {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.topspacer {
	height: 400px;
}

@media only screen and (max-device-width: 480px) {
.image1 {
	background-image: url('../images/mobile-neale-1.png')
 }
 .image2 {
	background-image: url('../images/mobile-neale-2.png')
 }
 .image3 {
	background-image: url('../images/mobile-neale-3.png')
 }
 
.topspacer {
	height: 100px;
}

.carousel-item {
  height: 400px;
}  
/* .toparea {
	 height: 400px;
 }
 
 .bottomarea {
	 height: 100%;
 }*/
}