@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
body{
	font-family: 'Source Sans Pro', sans-serif;
}
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-item{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.carousel-item:nth-child(1) {
  background-image:url(../img/F01.jpg);
}
.carousel-item:nth-child(2) {
  background-image:url(../img/F02.jpg);
}
.carousel-item:nth-child(3) {
  background-image:url(../img/F03.jpg);
}
.carousel-item:nth-child(4) {
  background-image:url(../img/F04.jpg);
}
.carousel-item:nth-child(5) {
  background-image:url(../img/F05.jpg);
}
.carousel-item:nth-child(6) {
  background-image:url(../img/F06.jpg);
}
.carousel-item:nth-child(7) {
  background-image:url(../img/F07.jpg);
}
.carousel-item:nth-child(8) {
  background-image:url(../img/F08.jpg);
}
.carousel-item:nth-child(9) {
  background-image:url(../img/F09.jpg);
}
.carousel-item:nth-child(10) {
  background-image:url(../img/F10.jpg);
}
header{
	z-index:999;
	position:absolute;
	color:#fff;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align:center;
	text-shadow: 0px 0px 9px black;
	padding: 50px;
    border: 6px solid #fff;
}
header h1{
	font-size:4.5em;
}
header h2{
	font-size:2.2em;
}
header div{
	font-size: 1.35em;
    margin-top: 13px;
}
header div span{
	display:inline-block;
	padding: 0 5px;
}
