﻿#AccountLogin{
    background-color: aqua;
    border: black 1px solid;
}

#section0 {
	color:white;
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background-image: url('../Images/intro.jpg');
	background-position: center bottom;
}


.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	top: 25%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-family: Arial, normal;
	font-weight: bold;
	font-size: 5em;
	padding-left: 10px;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
}
.main-title::before {
	content: '';
	width: 20vw;
	height: 20vw;
	min-width: 3em;
	min-height: 3em;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.contrast{
		background-color: rgba(0, 0, 0, 0.4);
}

body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	min-width: 650px;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
h2{
	font-size: 3em;
}
p{
	font-size: 1.55em;
}
.section{
	text-align:center;
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 3px;
            border-radius: 3px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

/*creen resolutions smaller than 620px */
@media all and (max-width: 900px){
}
#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}
#section2 img{
	margin: 20px 0 0 52px;
}
#section3 img{
	bottom: 0px;
	position:absolute;
	margin-left: -420px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.6em;
	
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

/* jssor slider thumbNav */
.jssort04 .w, .jssort04 .pav:hover .w{
    position: absolute;
    width: 99px;
    height: 66px;
}
* html .jssort04 .w{
    width: /**/ 99px;
    height: /**/ 66px;
}
.jssort04 .c{
    width: 99px;
    height: 66px;
    filter: alpha(opacity=70);
    opacity: .7;
    transition: opacity .8s;
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
}
.jssort04 .p:hover .c, .jssort04 .pav .c{
    filter: alpha(opacity=0);
    opacity: 0;
}
.jssort04 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
