/* index.css */






/*COVER setion----------------------*/
/*parallax (Cover)*/
.parallax-cover {

   padding-top:0px;
   /* The image used */
	

	/* Set a specific height */
	min-height: 750px;


	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	background-color:#fff;
}
/*END parallax*/

.coverangledown{
   font-weight:bold;
   font-size:15px;
	padding-top:650px;
	text-align:center;
 
}
/*END COVER setion----------------------*/



/*parallax (About)----------------------*/
.parallax-about {
	/* The image used */
	background-image: url("../../img/about/bg_about.jpg");

	/* Set a specific height */
	min-height: 750px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	background-color:#fff;
}

.about-content{
   padding:30px 0px !important;
}

.about-content-box{
   padding:25px 50px 55px 40px !important;
   background: rgba(0, 0, 0, .7);
   text-align:left;
   color:#fff;
   font-size:16px;
}

.sec-about-title{
	color:#fff;
	font-weight:bold;
	font-size:35px;
	line-height:60px;
	text-shadow: 3px 3px #194E83;
}
/*END parallax----------------------*/


/*Belt setion*/
.belt-content{
   font-size:18px;
   line-height:50px;
}
.belt-content img{
   width:100%;
}
/*END Catalog setion*/


/*Catalog setion*/


.catImgLink{
   opacity: 1;
   transition: transform .5s ease;
}

.catImgLink:hover{
   opacity: 0.8;
   transform: scale(1.03);
   overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.cat-content{
   font-size:18px;
   line-height:50px;
}
.cat-content img{
   width:100%;
}
/*END Catalog setion*/





@media(max-width:1900px) {
   
   /*parallax (Cover)*/
	.parallax-cover {
		min-height: 750px;
	}
   .coverangledown{
      padding-top:650px;
   }
	/*END parallax*/
   
   
   /*parallax (About)*/
	.parallax-about {
		/* Set a specific height */
		min-height: 550px;
	}  
	/*END parallax*/
}

@media(max-width:768px) {
   
   /*parallax (Cover)*/
	.parallax-cover {
		min-height: 750px;	/* Set a specific height */
	}
    .coverangledown{
      padding-top:650px;
   }
	/*END parallax*/
  
   
   /*parallax (About)*/
	.parallax-about {
		min-height: 600px;	/* Set a specific height */
	}
   .about-content{
      padding:20px 15px !important;
   }
   .about-content-box{
      padding:25px 20px 55px 20px !important;
      font-size:15px;      
   }
   .sec-about-title{
		font-size:30px;
		line-height:50px;
	}
	/*END parallax (Join)*/
   
   
    /*Catalog setion*/
   .belt-content{
      font-size:15px;
      line-height:40px;
   }
   /*END Catalog setion*/
   
   /*Catalog setion*/
   .cat-content{
      font-size:15px;
      line-height:40px;
   }
   /*END Catalog setion*/
   
}


@media(max-width:480px) {
 
   
    /*parallax (Cover)*/
	.parallax-cover {
		min-height: 550px;	/* Set a specific height */
	}
    .coverangledown{
      padding-top:450px;
   }
	/*END parallax*/
   
   /*parallax (Join)*/
	.parallax-about {
		min-height: 640px;	/* Set a specific height */
	}
   .about-content{
      padding:20px 20px !important;
   }
   .about-content-box{
      
   }
	/*END parallax (Join)*/
   
  
   
  
}
				

