body
{
	/* background : #333; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*background-image: url("../bg.jpg");*/
	font-size:16px;
	background-color:black;
}

.title
{
	position: absolute;
 	text-align:center;
 	display:inline;
 	color: white;
	z-index:100;
	top:41%;
	width:100%;
	transition: all 0.8s ease-in-out;
	opacity:0.0;
}


.mainTitle
{
    font-size:85px;
    color:lightgreen;
	
}

.subTitle
{
	font-size:22px;
	display:none;
}



.menu
{
	transition: all 0.8s ease-in-out;
	z-index:75;
	color:white;
	height:80px;
	position:fixed;
	width:100%;
	text-align:center;
	
	opacity:0.0;
	
	border-bottom: 1px;
}
.item
{
	position:relative;
	margin: 25px 4% 0% 4%;
	display: inline-block;
	font-size:20px;
	cursor: pointer; cursor: hand;
	border-bottom: 2px;
}





.page
{
	width: 100%;
	height:100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}





.text
{
	color: white;
	text-align: center;
	font-size: 20px;
	margin: 0%;
	position: relative;
	width: 100%;
	height: 85%;
}

.block
{

	position: relative;
	width: 50%;
	/* margin: 0 7% 0 7%; */
	float: left;
	height: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	
	
}

.subheader
{
	font-size: 40px;
	color: white;
	text-align: center;
	margin:4%;
	height:16%;
	width: 92%;
	
	transition: all 0.3s ease-in-out;
	
}

.subText
{
	
	color: white;
	text-align: center;
	font-size: 20px;
	margin: 0% 15% 0 15%;
	position: absolute;
	width: 70%;
	height: 76%;	
	opacity:0.0;
	top:0;
	transition: all 0.5s ease-in-out;
	
}

.header
{
	font-size: 40px;
	color: white;
	text-align: center;
	position: relative;
	width: 100%;
	height:15%;
	margin-top:5%;
}


.para
{
	transition: all 0.8s ease-in-out;
	color: white;
	text-align: center;
	font-size: 20px;
	margin: 0% 15% 0 15%;
	position: relative;
	width: 70%;
	height: 25%;
	
	opacity:0.0;
	
}

#aboutPara
{
	text-align: left;
}


.footer
{
	position: absolute;
	top: 200%;
	width: 100%;
	height:80%;
	
	background-color:black;
}

.overlay
{
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	background-color:rgba(20,20,20,0.7);
}

.contact
{
	width:32%;
	color: white;
	text-align: center;
	float:left;
	font-size: 25px;
}
.line
{
	height:1px;
	width:90%;
	margin:5% ;
	background-color:#333;
}

p {
  font-style: italic;
  color: aliceblue;
}

/*effects*/

.fadeIn
{
	opacity:1.0;
}

.highlight
{
	
	border-bottom-style: solid;
	border-spacing: 100px;
}

.fadeOut
{
	display:none;
}

.darkOut
{
	opacity:0.0;
}

.fadeInFromTop
{
	top:30%;
	opacity:1.0;
}

.inverse
{
	/* color:black;#2EA0DC */
	background-color:#333;
}