﻿@font-face {
	font-family:"Rounded M+";
	src:url(../Font/rounded-mplus.ttf);
}

.imageBckground {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	background-image:linear-gradient(to bottom,rgba(0,12,65,0.5),#FFFFFF);
}

#top-Image {
	display:block;
	position:relative;
	max-width:980px;
	height:500px;
	margin:auto;
}

#top-Image img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:8;
	opacity:0.0;
}

#top-Image img.active {
	z-index:10;
	opacity:1.0;
}

#top-Image img.last-active {
	z-index:9;
}