* {
  padding: 0;
  margin: 0
}

body {
  background-color: #FFF;
}

.crossfade > figure {
  animation: imageAnimation 55s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../../images/Annalie_celebrate.jpg');
}
.crossfade > figure:nth-child(2) {
	  animation-delay: 4s;
  background-image: url('../../images/Malawi_Rueben_Village_lead_and_followers_farmers_(003).jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 8s;
  background-image: url('../../images/Medicins_Sans_Frontieres.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 12s;
  background-image: url('../../images/102A0745_(002).jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 16s;
  background-image: url('../../images/WJR Greece.jpg');
}
/* .crossfade > figure:nth-child(6) {
  animation-delay: 20s;
  background-image: url('../../images/Carousel image - Matt AllSaints.jpg');
} */
.crossfade > figure:nth-child(7) {
  animation-delay: 24s;
  background-image: url('../../images/Promise_Works.jpg');
}
.crossfade > figure:nth-child(8) {
  animation-delay: 28s;
  background-image: url('../../images/Tzedek.jpg');
}
.crossfade > figure:nth-child(9) {
  animation-delay: 32s;
  background-image: url('../../images/St Mungos carousel image.jpg');
}
.crossfade > figure:nth-child(10) {
  animation-delay: 36s;
  background-image: url('../../images/Christine Ndikumana_7.jpg');
}
.crossfade > figure:nth-child(11) {
  animation-delay: 40s;
    background-image: url('../../images/CA front page carousel image.jpg');
}

.crossfade > figure:nth-child(12) {
  animation-delay: 44s;
    background-image: url('../../images/CA front page carousel image.jpg');
}

.crossfade > figure:nth-child(13) {
  animation-delay: 48s;
    background-image: url('../../images/Carousel.jpg');
}

.crossfade > figure:nth-child(14) {
  animation-delay: 52s;
    background-image: url('../../images/LP Carousel.jpg');
}




@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #FFF;
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	line-height: 1.25;
	text-align: center;
	text-shadow: #000 0px 0 20px;
}

.flyout {
	
	position:absolute;
	z-index: 10;  
position:absolute;  
right: 0;  
top: 0;
left: 10;
	margin-right: 113px;
}

.highlight
{
  font-weight:bold;
  font-size:20px;
  margin: 30px 0;
}