@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Lobster);

html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-wrap: hidden;
}

/* HEADER */

.header{
	background: url('../image/cropped2.jpg') center;
	background-size: cover;
	width: 100%;
	height: 320px;
}

.backfront{
	opacity: 0%;
	position: absolute;
	padding-left: 25px;
	padding-top: 25px;
	height: 77px;
	width: 100px;
	transition: 0.5s ease;
}

.backback{
	opacity: 100%;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-top: 25px;
	height: 77px;
	width: 100px;
	transition: 0.1s ease;
}

.headerarrow:hover .backfront{
	opacity: 100%;
}

.headerarrow:hover .backback{
	opacity: 0%;
}

/* END OF HEADER */

/* MOTO */

.moto{
	background: url('../image/moto.png') no-repeat center;
	background-size: 70%;
	width: 100%;
	height: 300px;
	margin-bottom: -3%;
	padding-top: 10%;
}

/* END OF MOTO */

/* CONTENT BUTTONS */


/* BUTTON 1 */

.button1{
	position: relative;
	width: 120px;
}

.button1:hover .image {
	opacity: 0.1;
}

.button1:hover .middle {
	opacity: 1;
}
  
.button1:hover .middle-text {
	opacity: 1;
}

/* BUTTON 1 END */

/* BUTTON 2 */

.button2{
	position: relative;
	width: 120px;
}

.button2:hover .image {
	opacity: 0.1;
}

.button2:hover .middle {
	opacity: 1;
}
  
.button2:hover .middle-text {
	opacity: 1;
}

/* BUTTON 2 END */

/* BUTTON 3 */

.button3{
	position: relative;
	width: 120px;
}

.button3:hover .image {
	opacity: 0.1;
}

.button3:hover .middle {
	opacity: 1;
}
  
.button3:hover .middle-text {
	opacity: 1;
}

/* BUTTON 3 END */

/* BUTTON 4 */

.button4{
	position: relative;
	width: 120px;
}
.button4:hover .image {
	opacity: 0.1;
}

.button4:hover .middle {
	opacity: 1;
}
  
.button4:hover .middle-text {
	opacity: 1;
}
/* BUTTON 4 END */

/* BUTTON 5 */

.button5{
	position: relative;
	width: 120px;
}

.button5:hover .image {
	opacity: 0.1;
}

.button5:hover .middle {
	opacity: 1;
}
  
.button5:hover .middle-text {
	opacity: 1;
}
/* BUTTON 5 END */

/* BUTTON 6 */

.button6{
	position: relative;
	width: 120px;
}

.button6:hover .image {
	opacity: 0.1;
}

.button6:hover .middle {
	opacity: 1;
}
  
.button6:hover .middle-text {
	opacity: 1;
}

/* BUTTON 6 END */

/* BUTTON 7 */

.button7{
	position: relative;
	width: 120px;
}

.button7:hover .image {
	opacity: 0.1;
}

.button7:hover .middle {
	opacity: 1;
}
  
.button7:hover .middle-text {
	opacity: 1;
}

/* BUTTON 7 END */

/* BUTTON 8 */

.button8{
	position: relative;
	width: 120px;
}

.button8:hover .image {
	opacity: 0.1;
}

.button8:hover .middle {
	opacity: 1;
}
  
.button8:hover .middle-text {
	opacity: 1;
}

/* BUTTON 8 END */

/* BUTTON 9 */

.button9{
	position: relative;
	width: 120px;
}

.button9:hover .image {
	opacity: 0.1;
}

.button9:hover .middle {
	opacity: 1;
}
  
.button9:hover .middle-text {
	opacity: 1;
}
/* BUTTON 9 END */

/* END OF CONTENT BUTTONS */ 


/* * CONTENT ICON BUTTONS *  ---- 2C5B0B */
.zoom{
	width: 60px;
	height: 60px;
	position: center;
}
.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
}
  
.middle{
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.middle-text{
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.text{
	color: #2C520D;
	font-size: 16px;
	font-family: "Raleway";
	font-weight: bold;
	position: center;
}
/* * CONTENT ICON BUTTONS - END * */

/* REMOVING DECORATIONS FROM HYPERLINKS (DO NOT MODIFY) */

a:active{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:link{text-decoration: none;}

/* --- */

/* * CONTENT CATEGORIES *  */
.category{
	margin-bottom: -7%;
}
.last{
	margin-bottom: -0.4%;
	margin-top: -3%;
}
#category-text{
	position: center; 
	background-color: #3D362A;
	color: white; 
	font-size: 50px; 
	font-family: Lobster; 
	font-weight: bold; 
	padding-top: 15px;
	padding-bottom: 15px;
}

/* * CONTENT CATEGORIES END *  */

/* FOOTER */

.footer{
	height: 300px;
	background-color: #2C520D;
	overflow-y: hidden;
}
.footer p{
	color: #ffffff;
	font-family: "Raleway";
}
#copyright{
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.5em;
} 

.footer_content{
	color: white;
	opacity: 0.5;
	font-size: 25px;
	font-family: Raleway;
	transition: .5s ease;
}
.footer_content1{
	color: white;
	width: 50%;
	font-size: 15px;
	font-family: Raleway;
	text-align: justify;
	margin-left: 25%;
	margin-top: 5%;
}

.footer_content:hover{
	opacity: 1;
}
/* FOOTER - END */


/* RESPONSIVE */


/* MACBOOK PRO */

@media screen and (max-width: 2560px){
	@-ms-viewport{width: 2560px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 1000px;
		width: 100%;
	}
	.moto{
		height: 300px;
	}
	.footer{
		height: 450px;
	}
	.footer_content{
		font-size: 1.28em;
		margin-top: 2%;
	}
	#table1{
		border-spacing: 575px 500px;
		margin-left: -2%;
	}
	.footer_content1{
		color: white;
		width: 50%;
		font-size: 1.1em;
		font-family: Raleway;
		text-align: justify;
		margin-left: 25%;
		margin-top: 5%;
	}
	.contact{
		background: url('../image/contact1.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 1600px;
	}
}

/* 4K DISPLAY 16:9 */

@media screen and (max-width: 2560px) and (max-height: 1440px){
	@-ms-viewport{width: 2560px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 900px;
	}
	.moto{
		height: 300px;
	}
	.footer{
		height: 550px;
	}
	.footer_content1{
		font-size: 1.5em;
	}
	.last{
		margin-bottom: -0.2%;
	}
	.contact{
		height: 1440px;
	}
}

/* FULL HD DISPLAY 16:9 */

@media screen and (max-width: 1920px){
	@-ms-viewport{width: 1920px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{	
		height: 670px;
	}
	.moto{
		margin-top: -1%;
		height: 170px;
	}
	.footer{
		height: 375px;
	}
	.footer_content{
		font-size: 1em;	
	}
	.footer_content1{
		font-size: 1.15em;
	}
	#copyright{
		font-size: 0.7em;
		margin-top: 0.2%;
	}
	#table1{
		border-spacing: 405px 300px;
	}
	.contact{
		height: 1080px;
	}
}

/* S8 & S8 + 18.5:9 */

@media screen and (max-width: 1440px) and (max-height: 2960px){
	@-ms-wiewport{width: 1440px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 1700px;
	}
	.moto{
		height: 1000px;
		width: 130%;
		margin-left: -14%;
		margin-bottom: 5%;
	}
	.footer{
		height: 1250px;
	}
	.footer_content{
		font-size: 1.7em;
		margin-top: 6%;
	}
	.footer_content1{
		font-size: 2.8em;
		margin-top: 10%;
		width: 81%;
		margin-left: 10%;
	}
	.button1{
		width: 350px;
		height: 350px;
	}
	.button2{
		width: 350px;
		height: 350px;
	}
	.button3{
		width: 350px;
		height: 350px;
	}
	.button4{
		width: 350px;
		height: 350px;
	}
	.button5{
		width: 350px;
		height: 350px;
	}
	.button6{
		width: 350px;
		height: 350px;
	}
	.button7{
		width: 350px;
		height: 350px;
	}
	.button8{
		width: 350px;
		height: 350px;
	}
	.button9{
		width: 350px;
		height: 350px;
	}
	.image{
		width: 350px;
		height: 350px;
	}
	.zoom{
		width: 170px;
		height: 170px;
	}
	.text{
		font-size: 2.8em;
	}
	#copyright{
		font-size: 1.6em;
		margin-top: 0%;
	}
	#category-text{
		font-size: 7.5em;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#table1{
		border-spacing: 150px 500px;
		margin-left: -6.25%;
		margin-bottom: 10%;
	}
	.contact{
		background: url('../image/contacts8&X.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 2960px;
	}
}

/* SAMSUNG PHONES S LINE 16:9 */

@media screen and (max-width: 1440px) and (max-height: 2560px){
	@-ms-viewport{width:1440px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 1300px;
	}
	.moto{
		margin-left: -15%;
		width: 130%;
		height: 1000px;
		margin-bottom: -9%;
	}
	.footer{
		height: 1200px;
	}
	.footer_content{
		font-size: 1.7em;
		margin-top: 19%;
		
	}
	.footer_content1{
		font-size: 2.8em;
		text-align: justify;
		width: 87%;
		margin-left: 7%;
		margin-top: 10%;
	}

	.button1{
		width: 350px;
		height: 350px;
	}
	.button2{
		width: 350px;
		height: 350px;
	}
	.button3{
		width: 350px;
		height: 350px;
	}
	.button4{
		width: 350px;
		height: 350px;
	}
	.button5{
		width: 350px;
		height: 350px;
	}
	.button6{
		width: 350px;
		height: 350px;
	}
	.button7{
		width: 350px;
		height: 350px;
	}
	.button8{
		width: 350px;
		height: 350px;
	}
	.button9{
		width: 350px;
		height: 350px;
	}
	.image{
		width: 350px;
		height: 350px;
	}
	.zoom{
		width: 170px;
		height: 170px;
	}
	.text{
		font-size: 2.5em;
	}

	#copyright{
		font-size: 1.6em
		margin-top: 10%;

	}
	#table1{
		border-spacing: 170px 400px;
		margin-left: -9.2%;
	}
	.contact{
		background: url('../image/contact3.jpg') no-repeat center;
		background-size: 100%
		width: 100%;
		height: 2560px;
	}
}

/* HD DISPLAY 16:9 */

@media screen and (max-width: 1366px){
	@-ms-viewport{width: 1366px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{	
		height: 460px;

	}
	.moto{
		margin-left: 0.9%;
		margin-bottom: 0.2%;
		margin-top: 1%;
		width: 100%;
		height: 70px;
	}
	.footer{
		height: 275px;
	}
	.footer_content{
		font-size: 1em;
		margin-top: 2.8%;
	}
	.footer_content1{
		font-size: 0.91em;
		margin-top: 3.5%;
		width: 70%;
		margin-left: 15%;
	}
	.button1{
		width: 120px;
		height: 120px;
	}
	.button2{
		width: 120px;
		height: 120px;
	}
	.button3{
		width: 120px;
		height: 120px;
	}
	.button4{
		width: 120px;
		height: 120px;
	}
	.button5{
		width: 120px;
		height: 120px;
	}
	.button6{
		width: 120px;
		height: 120px;
	}
	.button7{
		width: 120px;
		height: 120px;
	}
	.button8{
		width: 120px;
		height: 120px;
	}
	.button9{
		width: 120px;
		height: 120px;
	}

	.image{
		width: 120px;
		height: 120px;
	}
	.zoom{
		width: 60px;
		height: 60px;
	}
	.text{
		font-size: 1em;
	}
	#copyright{
		font-size: 0.6em;
	}
	#category-text{
		font-size: 2.5em;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#table1{
		border-spacing: 200px 150px;
		margin-left: 2%;
	}
	.contact{
		background: url('../image/contact1.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 768px;
	}
}

/* HUAWEI PHONES P LINE */

@media screen and (max-width: 1080px) and (max-height: 1920px){
	@-ms-viewport{width: 1080px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{	
		height: 1000px;

	}
	.moto{
		margin-left: -17.5%;
		margin-bottom: 5%;
		margin-top: 1%;
		width: 135%;
		height: 600px;
	}
	.footer{
		height: 850px;
	}
	.footer_content{
		font-size: 1.4em;
		margin-top: 9%;
	}
	.footer_content1{
		font-size: 1.81em;
		margin-top: 10%;
		width: 75%;
		margin-left: 13%;
	}
	.button1{
		width: 200px;
		height: 200px;
	}
	.button2{
		width: 200px;
		height: 200px;
	}
	.button3{
		width: 200px;
		height: 200px;
	}
	.button4{
		width: 200px;
		height: 200px;
	}
	.button5{
		width: 200px;
		height: 200px;
	}
	.button6{
		width: 200px;
		height: 200px;
	}
	.button7{
		width: 200px;
		height: 200px;
	}
	.button8{
		width: 200px;
		height: 200px;
	}
	.button9{
		width: 200px;
		height: 200px;
	}

	.image{
		width: 200px;
		height: 200px;
	}
	.zoom{
		width: 120px;
		height: 120px;
	}
	.text{
		font-size: 1.7em;
	}
	#copyright{
		font-size: 1.15em;
	}
	#category-text{
		font-size: 6em;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.category{
		margin-bottom: 15%;
	}
	#table1{
		border-spacing: 150px 150px;
		margin-left: -5%;
	}
	.contact{
		background: url('../image/contact3.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 1920px;
	}
}
/* IPAD PRO VERTICAL */

@media screen and (max-width: 1024px) and (max-height: 1366px){
	@-ms-viewport{width: 1024px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 800px;
	}
	.moto{
		margin-left: -10%;
		width: 120%;
		height: 370px;
	}
	.footer{
		height: 700px;
	}
	.footer_content{
		font-size: 1.3em;
		margin-top: 5%;
	}
	.footer_content1{
		font-size: 1.6em;
		margin-top: 10%;
		width: 75%;
		margin-left: 13%;
	}
	.button1{
		width: 180px;
		height: 180px;
	}
	.button2{
		width: 180px;
		height: 180px;
	}
	.button3{
		width: 180px;
		height: 180px;
	}
	.button4{
		width: 180px;
		height: 180px;
	}
	.button5{
		width: 180px;
		height: 180px;
	}
	.button6{
		width: 180px;
		height: 180px;
	}
	.button7{
		width: 180px;
		height: 180px;
	}
	.button8{
		width: 180px;
		height: 180px;
	}
	.button9{
		width: 180px;
		height: 180px;
	}
	.image{
		width: 180px;
		height: 180px;
	}
	.zoom{
		width: 80px;
		height: 80px;
	}
	.text{
		font-size: 1.3em;
	}
	#copyright{
		font-size: 1em;
	}
	.category{
		margin-bottom: 7%;
	}
	#category-text{
		font-size: 4em;
	}
	#table1{
		border-spacing: 200px 200px;
		margin-left: -15%;
	}
	.contact{
		background: url('../image/contact2.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 1366px;
	}
}

/* OLD MONITOR 4:3 */

@media screen and (max-width: 800px) and (max-height: 600px){
	@-ms-viewport{width: 800px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 370px;
	}
	.moto{
		margin-top: -15%;
		margin-bottom: -5%;
		margin-left: -4%;
		width: 110%;
		height: 370px;
	}
	.footer{
		height: 325px;
	}
	.footer_content{
		font-size: 0.95em;
		margin-top: 3.5%;
	}
	.footer_content1{
		font-size: 0.9em;
		margin-top: 8%;
	}
	.button1{
		width: 120px;
		height: 120px;
	}
	.button2{
		width: 120px;
		height: 120px;
	}
	.button3{
		width: 120px;
		height: 120px;
	}
	.button4{
		width: 120px;
		height: 120px;
	}
	.button5{
		width: 120px;
		height: 120px;
	}
	.button6{
		width: 120px;
		height: 120px;
	}
	.button7{
		width: 120px;
		height: 120px;
	}
	.button8{
		width: 120px;
		height: 120px;
	}
	.button9{
		width: 120px;
		height: 120px;
	}
	.image{
		width: 120px;
		height: 120px;
	}
	.zoom{
		width: 60px;
		height: 60px;
	}
	.text{
		font-size: 1.1em;
	}
	.category{
		margin-bottom: 7%;
	}
	#category-text{
		font-size: 2.4em;
	}
	#copyright{
		font-size: 0.55em;
	}
	#table1{
		border-spacing: 125px 75px;
		margin-left: -4%;
	}
	.contact{
		background: url('../image/contact1.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 600px;
	}
}

/* IPAD VERTICAL */

@media screen and (max-width: 768px){
	@-ms-viewport{width: 768px;}
	html,body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	.header{
		height: 700px;
	}
	.moto{
		width: 130%;
		margin-left: -15%;
		height: 200px;
	}
	.footer{
		height: 460px;
	}
	.footer_content{
		font-size: 1.1em;
		margin-top: 5%;
	}
	.footer_content1{
		font-size: 1.1em;
		margin-top: 7%;
	}
	.button1{
		width: 150px;
		height: 150px;
	}
	.button2{
		width: 150px;
		height: 150px;
	}
	.button3{
		width: 150px;
		height: 150px;
	}
	.button4{
		width: 150px;
		height: 150px;
	}
	.button5{
		width: 150px;
		height: 150px;
	}
	.button6{
		width: 150px;
		height: 150px;
	}
	.button7{
		width: 150px;
		height: 150px;
	}
	.button8{
		width: 150px;
		height: 150px;
	}
	.button9{
		width: 150px;
		height: 150px;
	}
	.image{
		width: 150px;
		height: 150px;
	}
	.zoom{
		width: 50px;
		height: 50px;
	}
	.text{
		font-size: 1.3em;
	}
	.category{
		margin-bottom: 10%;
	}
	#category-text{
		font-size: 3em;
	}
	#copyright{
		font-size: 0.8em;
		letter-spacing: 0.3em;
	}
	#table1{
		border-spacing: 97px 50px;
		margin-left: -4%;
		margin-bottom: 20%;
	}
	.contact{
		background: url('../image/contact2.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 1024px;
	}
}

/* SAMSUNG PHONES VERTICAL */

@media screen and (max-width: 720px) and (max-height: 1280px){
	@-ms-viewport{width: 720px;}
	html,body{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.header{
		height: 650px;
	}
	.moto{
		width: 130%;
		margin-left: -15%;
		height: 500px;
		margin-bottom: 20%;
	}
	.footer{
		height: 600px;
	}
	.footer_content{
		font-size: 1.1em;
		margin-top: 7%;
	}
	.footer_content1{
		font-size: 1.25em;
	}
	.button1{
		width: 150px;
		height: 150px;
	}
	.button2{
		width: 150px;
		height: 150px;
	}
	.button3{
		width: 150px;
		height: 150px;
	}
	.button4{
		width: 150px;
		height: 150px;
	}
	.button5{
		width: 150px;
		height: 150px;
	}
	.button6{
		width: 150px;
		height: 150px;
	}
	.button7{
		width: 150px;
		height: 150px;
	}
	.button8{
		width: 150px;
		height: 150px;
	}
	.button9{
		width: 150px;
		height: 150px;
	}
	.image{
		width: 150px;
		height: 150px;
	}
	.zoom{
		width: 50px;
		height: 50px;
	}
	.text{
		font-size: 1.3em;
	}
	.category{
		margin-bottom: 10%;
	}
	#category-text{
		font-size: 3em;
	}
	#copyright{
		font-size: 0.8em;
		letter-spacing: 0.3em;
	}
	#table1{
		border-spacing: 100px 75px;
		margin-left: -8%;
	}
	.contact{
		background: url('../image/contact3.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 1280px;
	}
}
/* IPHONE 6+/6S+/7+/8+ */

@media screen and (max-width: 450px){
	@-ms-viewport{width: 450px;}
	html,body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	.header{
		height: 390px;

	}
	.moto{
		margin-top: -7%;
		margin-left: -15%;
		padding-bottom: 25%;
		width: 130%;
		height: 200px;
	}
	.footer{
		height: 400px;
	}
	.footer_content{
		font-size: 0.9em;
		margin-top: 5%;
	}
	.footer_content1{
		font-size: 0.82em;
		margin-top: 10%;
		margin-bottom: -1%;
	}
	.button1{
		width: 100px;
		height: 100px;
	}
	.button2{
		width: 100px;
		height: 100px;
	}
	.button3{
		width: 100px;
		height: 100px;
	}
	.button4{
		width: 100px;
		height: 100px;
	}
	.button5{
		width: 100px;
		height: 100px;
	}
	.button6{
		width: 100px;
		height: 100px;
	}
	.button7{
		width: 100px;
		height: 100px;
	}
	.button8{
		width: 100px;
		height: 100px;
	}
	.button9{
		width: 100px;
		height: 100px;
	}
	.image{
		width: 100px;
		height: 100px;
	}
	.zoom{
		width: 50px;
		height: 50px;
	}
	.text{
		font-size: 1em;
	}
	#category-text{
		font-size: 3em;
	}
	#copyright{
		letter-spacing: 0.3em;
		font-size: 0.55em;
	}
	#table1{
		border-spacing: 40px 125px;
		margin-left: -6%;
	}
	.contact{
		background: url('../image/contact2.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 736px;
	}
}


/* IPHONE X */	

@media screen and (max-width: 375px) and (max-height: 812px){
	@-ms-viewport{width: 375px;}
	html,body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	.header{
		height: 330px;
	}
	.moto{
		height: 350px;
		margin-top: -5%;
		margin-bottom: 10%;
	}
	.button1{
		width: 85px;
		height: 85px;
	}
	.button2{
		width: 85px;
		height: 85px;
	}
	.button3{
		width: 85px;
		height: 85px;
	}
	.button4{
		width: 85px;
		height: 85px;
	}
	.button5{
		width: 85px;
		height: 85px;
	}
	.button6{
		width: 85px;
		height: 85px;
	}
	.button7{
		width: 85px;
		height: 85px;
	}
	.button8{
		width: 85px;
		height: 85px;
	}
	.button9{
		width: 85px;
		height: 85px;
	}
	.image{
		width: 85px;
		height: 85px;
	}
	.zoom{
		width: 45px;
		height: 45px;
	}
	.text{
		font-size: 0.9em;
	}
	.footer{
		height: 400px;
	}
	.footer_content{
		font-size: 0.95em;
		margin-top: 10%;
	}
	.footer_content1{
		width: 81%;
		font-size: 0.8em;
		margin-left: 10%;
	}
	.category{
		margin-bottom: -5%;
	}
	#category-text{
		font-size: 3em;
	}
	#table1{
		border-spacing: 40px 125px;
		margin-left: -4.7%;
	}
	#copyright{
		letter-spacing: 0.3em;
		font-size: 0.55em;
	}
	.contact{
		background: url('../image/contacts8&X.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 812px;
	}
}

/* IPHONE 6/6S/7/8 */

@media screen and (max-width: 375px) and (max-height: 667px){
	@-ms-viewport{width: 375px;}
	html,body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	.header{
		height: 330px;
	}
	.moto{
		margin-top: -20%;
	}
	.button1{
		width: 85px;
		height: 85px;
	}
	.button2{
		width: 85px;
		height: 85px;
	}
	.button3{
		width: 85px;
		height: 85px;
	}
	.button4{
		width: 85px;
		height: 85px;
	}
	.button5{
		width: 85px;
		height: 85px;
	}
	.button6{
		width: 85px;
		height: 85px;
	}
	.button7{
		width: 85px;
		height: 85px;
	}
	.button8{
		width: 85px;
		height: 85px;
	}
	.button9{
		width: 85px;
		height: 85px;
	}
	.image{
		width: 85px;
		height: 85px;
	}
	.zoom{
		width: 45px;
		height: 45px;
	}
	.text{
		font-size: 0.9em;
	}
	.footer{
		height: 400px;
	}
	.footer_content{
		font-size: 0.95em;
		margin-top: 12%;
	}
	.footer_content1{
		width: 81%;
		font-size: 0.8em;
		margin-left: 10%;
	}
	.category{
		margin-top: 10%;
	}
	#category-text{
		font-size: 3em;
	}
	#table1{
		border-spacing: 40px 90px;
		margin-left: -4.7%;
	}
	#copyright{
		letter-spacing: 0.5em;
		font-size: 0.5em;
	}
	.contact{
		background: url('../image/contact3.jpg') no-repeat center;
		background-size: 100%;
		width: 100%;
		height: 667px;
	}
}