
@charset "UTF-8";
*{
   margin:0;
   padding: 0;
   font-family: Quicksand;
   text-decoration: none; 
}
.clearfix{ overflow: auto; }

           /*navigation*/


.nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px 50px;
	box-sizing: border-box;
	transition: .3s;
}
.menu{
	margin-top: 22px;
	float: right;
}
nav.black{
	background: #454545;
	height: 100px;
	padding: 10px 100px;
}
.nav img{height: 70px;padding: 10px; float: left;}
ul {
 width: 100%;
 margin-top: 22px
 padding: 0px;
 list-style: none;
 font-family: Quicksand;
}

.nav ul li {
 float: left;
 width: 120px;
 height: 40px;
 /*opacity: 1;*/
 line-height: 40px;
 text-align: center;
}

.nav ul li a {
  font-family: Quicksand;
 text-decoration: none;
  font-size: 17px;
 color: #fff;
 display: block;
 text-transform: uppercase;
transition: .3s;
}

.nav ul li a:hover {
 color: #78ae6e;
 /*background-color: #ff0d0d;*/
 /*background: blue;*/
 opacity: 3;
}

.nav ul li ul li{
 display: none;
 color: white;
/*margin-bottom: 1px;*/
border-bottom: 0.5px solid #fff;
}
.nav ul li ul li a{color: white;font-size: 17px;}

.nav ul li:hover ul li {
 display: block;
 background: #454545;
}
.nav.black ul li a{
	color: #fff;
	font-size: 15px;
}
.nav ul li a:focus{
	outline: none;
}
.nav.black .logo{
	color: #fff;
}
#about{width: 88px;}
#clicked{ /*background-color: blue;border-radius: 10px;*/}
.clicked{ color:#78ae6e}
#mouse{cursor: pointer;}
#cap{
	padding-top: 15px;
	width: 185px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
	margin-left: -30px;
}
#cap i{font-size: 30px;color: #454545;}
#cap:hover{
	width: 185px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
}
#cap2{
	padding-top: 15px;
	width: 170px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
	margin-left: -23px;
}
#cap2 i{font-size: 30px;color: #454545;}

#cap3{
	padding-top: 15px;
	width: 145px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
}
#cap3 i{font-size: 30px;color: #454545;}

#cap4{
	padding-top: 15px;
	width: 150px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
	margin-left: -10px;
}
#cap4 i{font-size: 30px;color: #454545;}

#cap5{
	padding-top: 15px;
	height: 20px;
	line-height: 0px;
	cursor: initial;
	font-size: 100px;
	border-bottom: none;
	background: none;
}
#cap5 i{font-size: 30px;color: #454545;}

#cr{margin-left: 100px;width: 145px;}
#article{width: 145px;}
#tx{line-height: 22px; height: 70px;width:185px;text-align: center;margin-left: -30px;}
#tx1{height: 40px; width: 185px; text-align: center;margin-left: -30px;}
#tx2{line-height: 25px; height: 50px;width:170px;text-align: center;margin-left: -23px;}
#tx2-1{height: 40px;width: 170px;margin-left: -23px;}
#tx3{width: 150px;margin-left: -10px;}
#tx4{width: 145px;}

section.sec1{
	width: 100%;
	max-height: 832px;
	background: url(../img/cover.jpg);
	background-size: cover;
	background-position:bottom;
}

@media (max-width: 1446px){
	.nav{
	padding: 10px 5px;
}
.nav img{height: 45px;padding:20px 0px 0px 0px; float: left;margin-left: 50px;}
}
nav.black{
	padding: 10px 20px;
}
#mouse{width: 90px;margin-left:5px;margin-right:5px;}
#cr{font-size: 14px;width: 110px;}
}

 @media (max-width: 1350px){
 
.nav{padding: 10px 5px;}

.nav img{height: 45px;padding-top:20px; float: left;}

nav.black{
	background: rgba(0,0,0,0.8);
	height: 100px;
	padding: 10px 10px;
}

 }

@media (max-width: 1270px){
	.nav{
	padding: 10px 5px;
}
.nav img{height: 45px;padding:20px 0px 0px 0px;margin-left: 10px;}
}
nav.black{
	padding: 10px 5px;
}
}

@media (max-width: 1250px){
	.nav{
	padding: 10px 5px;
}
.nav img{height: 45px;padding:20px 0px 0px 0px; float: left;margin-left: 10px;}
}
nav.black{
	padding: 10px 10px;
}
.nav ul li {
 width: 100px;
 height: 40px;
 line-height: 40px;
}
.nav ul li a {
  font-size: 15px;
transition: .3s;
}
.nav ul li ul li a{color: white;font-size: 15px;}
}
} 

/*@media (max-width: 1250px){
    
    .nav ul li {
 width: 100px;
 height: 40px;
 line-height: 40px;
}

.nav ul li a {
  font-size: 15px;
transition: .3s;
}
.nav ul li ul li a{color: white;font-size: 15px;}
}*/

@media (max-width: 1180px){
	.nav{padding: 10px 0px 0px 0px;}

nav img{width: 255px;height:38px;padding:25px 0 0 0; float: left;margin-right: 10px;}

nav.black{
	background: rgba(0,0,0,0.8);
	height: 100px;
	padding: 10px 0px;
}
.menu{float: left;}
.nav ul li {
 width: 90px;
 height: 40px;
 line-height: 40px;
}
.nav ul li a {
  font-size: 14px;
transition: .3s;
}
#article{width: 135px;}
#cr{margin-left: 5px;width: 135px;}

}

@media (max-width: 1134px){
	.nav{
	padding: 10px 5px;
}
.nav img{height: 42px;width:280px;padding:20px 0px 0px 0px; float: left;margin-left: 0px;}
}
.nav.black{
	padding: 10px 6px;
}
.nav ul li {
 width: 80px;
 height: 40px;
 line-height: 40px;
}
.nav ul li a {
  
 font-size: 14px;
 transition: .3s;
}
.nav.black ul li a{
	color: #fff;
	font-size: 14px;
}
/*#mouse{width: 90px;}*/
#article{/*width: 145px;*/margin-left: 5px;}
#cr{margin-left: 5px;width: 110px;}

section.sec1{
	width: 100%;
	height: 502px;
}
}

@media (max-width: 1024px){
	.nav{display: none;}
    .responsive{display: block;}
    
    section.sec1{
	width: 100%;
	height: 502px;
}
}

@media (max-width: 970px){
	.nav{display: none;}
}


@media (max-width: 768px){
	 
	 section.sec1{
	width: 100%;
	height: 502px;
}
}
@media (max-width: 600px){
    
    .wrapper{width:100%;}

	section.sec1{
	width: 100%;
	height: 502px;
}
}

@media (max-width: 640px){
	 .wrapper{width:100%;}
	 section.sec1{
	width: 100%;
	height: 475px;
}
}

@media (max-width: 480px){
	 .wrapper{width:100%;}

	section.sec1{
	width: 100%;
	height: 425px;
    }
	
}
@media (max-width: 375px){
	 .wrapper{width:100%;}

	section.sec1{
	width: 100%;
	height: 425px;
    }
	
}

@media (max-width: 360px){
	 .wrapper{width:100%;}

    section.sec1{
	width: 100%;
	height: 300px;
    }
}

@media (max-width: 320px){
	.wrapper{width:100%;}

    section.sec1{
	width: 100%;
	height: 300px;
    }
}


