a,
a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}
a:focus {
    outline: none;
}
p {
	font-size: 16px;
	color: #340;
    margin: 20px 10% ;
}
body{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/back.jpg);
	background-size: 100%,100%;
    background-repeat: repeat-y;
	font-family: sans-serif;
    width: 100%;
}
div.fixed-header{ 
    background: rgba(2, 61, 105, 0.80);
    height: 93px;
    width: 100%;
    padding-top: 35px;
    position: fixed;
    top: 0px;
}
.fixed-header ul li a{
	padding: 0 30px;
    padding-top: 20px;
}
.fixed-header ul li a:hover{
    color: #93FAFF;
    border-top:2px solid #93FAFF;
}
.logo{
	padding-left: 5%;
	color: #fff;
    font-weight:300;
    font-size: 38px;
    width: 200px;
    float: left;
    position: fixed;

}
.logo:hover{
    color: #93FAFF;
}
.main-menu{
	position: fixed;
    right: 5%;
    float: right;
}
.main-menu li{
	list-style-type: none;
	display: inline;
	font-size: 20px;
}

.content{
	width: 100%;
	margin: 0;
    margin-top: 128px;
	padding: 0;
}
.left{
	height: 570px;
	margin-left: 5%;
	width: 45%;
	float: left;
	background-color: #fff;
}
.right{
	height: 570px;
	margin-right: 5%;
	width: 45%;
	background-color: #fff;
	float: right;
}
.section-title{
	font-family: inherit;
	font-weight: 300;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
    color: #006699;
}

.ul1 {
    width: 80px;
    height:190px;
    float: left;
}
.ul2{
    height:190px;
    float: left;
    list-style-type: none;
}
ul{
	list-style-type: none;
	color: #340;	
}

.image{
	width: 100%;
	height: 100%;
}

button{
    margin-left: 20%;
    height: 48px;
    width: 60%;
    direction: none;
    color: #006699;
    font-size: 20px;
    font-weight: lighter;
    border: 1px solid #006699;
    background-color: #fff;
    align: center;
}
button:hover {
    background-color: rgb(0,102,153);
    color: white;
}
.footer{
	width: 100%;
	text-align: center;
    border: 1px;
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    padding:48px 0;
    float: left;
}
.footer a{
	color: #fff;
}


@media(max-width: 900px){
    div.fixed-header{
        display: inline-block;
    }
    .logo{
        padding-left: 10%;
    }
   
    .fixed-header:hover .main-menu{       
        display: block;
        margin-top: 70px;
        position: absolute;
    }
    .fixed-header ul li a {
        width: 100%;
        height: 30px;
        background-color: rgba(2, 61, 105, 0.80); 
        text-align: center;
        float: left;
        
    }
    .fixed-header ul li a:hover{
        position: relative;
        border:none;
}
    .main-menu{
        display: none;
        position: absolute;
        width: 100%;
        float: left;
    }
    .left{
        margin-left: 5%;
        width: 90%;
        height: 100%;
        float: left;
    }
    .right{
        margin-left: 5%;
        width: 90%;
        height: 100%;
        float: left;
    }
    button{
        margin-bottom: 10px;
    }
}