* {
	/* background-color: black; */
}
@media only screen and (max-width: 768px) {
    .about {width:95%;top: 90%;transform: translateY(-100%);}
    .title {font-size: 3em;	
}
.explain {font-size: 2em;
}}
@media only screen and (min-width: 768px) {
    .about {width:49%;left:50%;bottom: 0;right: 0}
	.title {font-size: 5vw;	
}
.explain {font-size: 3vw;
}}
.about {position: fixed;font-family: 'Abril Fatface', cursive;color: white;align-self: center;}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    list-style-type: none;
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../img/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 42s linear infinite 0s;
    -moz-animation: imageAnimation 42s linear infinite 0s;
    -o-animation: imageAnimation 428s linear infinite 0s;
    -ms-animation: imageAnimation 42s linear infinite 0s;
    animation: imageAnimation 42s linear infinite 0s;
}
.cb-slideshow li div { 
    visibility: hidden;
}
.cb-slideshow li:nth-child(odd) span {
    -webkit-animation: imageAnimationO 42s linear infinite 0s;
    -moz-animation: imageAnimationO 42s linear infinite 0s;
    -o-animation: imageAnimationO 428s linear infinite 0s;
    -ms-animation: imageAnimationO 42s linear infinite 0s;
    animation: imageAnimationO 42s linear infinite 0s;
}
.cb-slideshow li:nth-child(even) span {
    -webkit-animation: imageAnimationE 42s linear infinite 0s;
    -moz-animation: imageAnimationE 42s linear infinite 0s;
    -o-animation: imageAnimationE 428s linear infinite 0s;
    -ms-animation: imageAnimationE 42s linear infinite 0s;
    animation: imageAnimationE 42s linear infinite 0s;
}

.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../img/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) div { 
    animation-delay: 36s; 
}

@-webkit-keyframes imageAnimationO { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -webkit-transform: scale(1.03) rotate(0.5deg);
	    -webkit-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -webkit-transform: scale(1.06) rotate(1deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.06) rotate(1deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimationO { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -moz-transform: scale(1.03) rotate(0.5deg);
	    -moz-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -moz-transform: scale(1.06) rotate(1deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.06) rotate(1deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimationO { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -o-transform: scale(1.03) rotate(0.5deg);
	    -o-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -o-transform: scale(1.06) rotate(1deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.06) rotate(1deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimationO { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -ms-transform: scale(1.03) rotate(0.5deg);
	    -ms-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -ms-transform: scale(1.06) rotate(1deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.06) rotate(1deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimationO { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    transform: scale(1.03) rotate(0.5deg);
	    animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    transform: scale(1.06) rotate(1deg);
		rotate: 5;
	}
	25% {
	    opacity: 0;
	    transform: scale(1.06) rotate(1deg);
	}
	100% { opacity: 0 }
}

@-webkit-keyframes imageAnimationE { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -webkit-transform: scale(1.03) rotate(-0.5deg);
	    -webkit-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -webkit-transform: scale(1.06) rotate(-1deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.06) rotate(-1deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimationE { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -moz-transform: scale(1.03) rotate(-0.5deg);
	    -moz-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -moz-transform: scale(1.06) rotate(-1deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.06) rotate(-1deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimationE { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -o-transform: scale(1.03) rotate(-0.5deg);
	    -o-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -o-transform: scale(1.06) rotate(-1deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.06) rotate(-1deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimationE { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    -ms-transform: scale(1.03) rotate(-0.5deg);
	    -ms-animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    -ms-transform: scale(1.06) rotate(-1deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.06) rotate(-1deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimationE { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	7% {
	    opacity: 1;
	    transform: scale(1.03) rotate(-0.5deg);
	    animation-timing-function: ease-out;
	}
	14% {
	    opacity: 1;
	    transform: scale(1.06) rotate(-1deg);
		rotate: 5;
	}
	25% {
	    opacity: 0;
	    transform: scale(1.06) rotate(-1deg);
	}
	100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (min-width: 600) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
