/*
Theme Name: KADAP
Theme URI: https://www.kadap.org.nz
Author: Matthew Joss
Author URI: https://www.matthewjoss.com
Description: Wordpress theme created using the Bootstrap framework for Kawerau And Districts Ageing In Place Inc.
Version: 1.0
*/

.carousel-item {
  height: 60vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.spacer-top-bottom-10 {
  margin: 10px 0px;
}