html, body{
	background-color: #1b1b1b;
	color: orange;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	max-width: 100%;
	font-family:Helvetica;
	font-size: 16px;
	margin: 0 !important;
    padding: 0 !important;
}

body a:visited{
	color: white;
}
h1 {
	margin-left: 15%;
	margin-bottom: 5%
	font-size:23px;
}

#page{
    display: none;
}
#loading{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}


.iframe-cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.iframe-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-right: 15%;
	
}


.grid { 
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
  width: 100%;
  margin-top: 2%;
  
  }
.grid img {
  max-width: 100%;
}

.grid img:hover{
  opacity: 0.2;
}

#topwrapper{
	height: 20%;
}

#top{
	position: fixed;
	z-index: 2;
	margin-top: 0;
	border: 1px solid black;
	background-color: #111;
	margin-left: 0px;
	width: 100%;
}

.logo{
	width: 30%;
}

#menu{
	float: right;
	width: 50%;
	list-style: none;
	font-family: impact;
	font-size: 23px;

}

#menu li{
	float: left;
	width: 30%;
	text-align: center;
	height: 35px;
	padding-top: 20px;
	color: white;

}

#menu li:visited{
	color: white;

}

.m1:hover{
	background-color: #038DE2;
	font-size: 140%;
	padding-top: 10px;
}

.m2:hover{
	background-color: #F90000;
	font-size: 140%;
	padding-top: 10px;
}

.m3:hover{
	background-color: #EDC003;
	font-size: 140%;
	padding-top: 10px;
}

.words{
	margin-left: 15%;
	margin-right: 15%;
	font-size: 16px;

}


a {
  position: relative;
}

a span {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 50px;
  color: white;
  font-size: 270%;
  text-align: center;
  font-family: impact;
  margin-left: 20px;
}

a:hover span {
  display: block;
}

.viewpro{
	text-align: center;
	text-decoration: none; 
}

.viewpro a:visited{
	color: white;

}


.vw{
	display: block;
	font-size: 22px;
	color: white;
	border: 1px solid white;
	width:40%;
	height: 70%;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	margin:5% 30% 5% 30%;
}

.vw:hover{
	font-size: 29px;
}





/* r24*/

.r24pics{
	margin-left: 20%;
	margin-right: 20%;
}

.r24pics img{
	width: 100%;
	object-fit: contain;
	margin-bottom:100px;
}

.servpics{
	margin-left: 30%;
	margin-right: 30%;
}

.servpics img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-bottom:100px;
}

.tasty{
	width: 70%;
	max-height: 100%;
	object-fit: contain;
	margin-top: 5%;
	margin-left: 15%;
	float: right;
	margin-right: 15%;
	margin-bottom: 2%;
}



.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #1e1e1e;
  color: white;
  padding: 14px 28px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  margin:1% 0%;
}

.block:hover {
  background-color: #ddd;
  color: black;
}


/*TABLET*/











@media screen and (max-width: 800px) {

	.exb{
	margin-top: 15%;
	color: #000;
	background-color:orange;
	width: 96%;
	padding: 10% 2%;
	height:auto;
	text-align:center;
}

.exb2{
	color: orange;
	background-color:#000;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}

.exb3{
	color: #EF0363;
	background-color:#000;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}

.exb4{
	color: #000;
	background-color:#EF0363;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}

.grid { 
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  width: 100%;
  margin-top: 2%;
  
  }
.grid img {
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.7);
  max-width: 100%;
}

.grid img:hover{
  opacity: 0.2;
}

#topwrapper{
	height: 20%;
	width: 100%;
}

#top{
	position: relative;
	z-index: 2;
	margin-top: 0;
	border: none;
	margin-left: 0px;
	width: 100%;
}

.logo{
	width: 50%;
}

#menu{
	float: right;
	width: 100%;
	list-style: none;
	font-family: impact;
	font-size: 23px;

}

#menu li{
	float: left;
	width: 30%;
	text-align: center;
	height: 35px;
	padding-top: 20px;
	color: white;

}

#menu li:visited{
	color: white;

}

.iframe-cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	
}

.ha{
	margin-top: 5%;
	font-size: 20px;
	margin-left: 1%;
}

.m1:hover{
	background-color: #038DE2;
	font-size: 140%;
	padding-top: 10px;
}

.m2:hover{
	background-color: #F90000;
	font-size: 140%;
	padding-top: 10px;
}

.m3:hover{
	background-color: #EDC003;
	font-size: 140%;
	padding-top: 10px;
}


.words{
	
	margin-left: 10%;
	margin-right: 10%;
	font-size: 17px;

}


.viewpro{
	text-align: center;
	text-decoration: none; 
}

.viewpro a:visited{
	color: white;

}


.vw{
	display: block;
	font-size: 20px;
	color: white;
	border: 1px solid white;
	width:40%;
	height: 70%;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	margin:5% 30% 5% 30%;
}

.vw:hover{
	font-size: 29px;
}





/* r24*/

.r24pics{
	margin-left: 5%;
	margin-right: 5%;
}

.r24pics img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-bottom:10%;
}

.servpics{
	margin-left: 15%;
	margin-right: 15%;
}

.servpics img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-bottom:100px;
}


}










/*phone*/


@media screen and (max-width: 500px) {

.exb{
	margin-top: 55%;
	color: #000;
	background-color:orange;
	width: 96%;
	padding: 10% 2%;
	height:auto;
	text-align:center;
}

.exb2{
	color: orange;
	background-color:#000;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}

.exb3{
	color: #EF0363;
	background-color:#000;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}

.exb4{
	color: #000;
	background-color:#EF0363;
	width: 96%;
	padding: 10% 2%;
	height: auto;
	text-align:center;
}


.grid { 
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  width: 100%;
  margin-top: 2%;
  
  }
.grid img {
  max-width: 100%;
}

.grid img:hover{
  opacity: 0.2;
}

#topwrapper{
	height: 20%;
	width: 100%;
}

#top{
	position: relative;
	z-index: 2;
	margin-top: 0;
	border: none;
	margin-left: 0px;
	width: 100%;
}

.logo{
	width: 45%;
}

#menu{
	float: none;
	width: 100%;
	list-style: none;
	font-family: impact;
	font-size: 23px;

}

#menu li{
	float: none;
	width: 100%;
	text-align:left;
	height: 35px;
	padding-top: 20px;
	color: white;

}

.ha{
	margin-top: 5%;
	font-size: 18px;
	margin-left: 5%;
}

#menu li:visited{
	color: white;

}

.m1:hover{
	background-color: #038DE2;
	font-size: 140%;
	padding-top: 10px;
}

.m2:hover{
	background-color: #F90000;
	font-size: 140%;
	padding-top: 10px;
}

.m3:hover{
	background-color: #EDC003;
	font-size: 140%;
	padding-top: 10px;
}

.words{
	
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;

}


.viewpro{
	text-align: center;
	text-decoration: none; 
}

.viewpro a:visited{
	color: white;

}


.vw{
	display: block;
	font-size: 20px;
	color: white;
	border: 1px solid white;
	width:90%;
	height: 70%;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	margin:5% 0%;
}

.vw:hover{
	font-size: 29px;
}





/* r24*/

.r24pics{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 20%;
}

.r24pics img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-bottom:10%;
}

.servpics{
	margin-left: 10%;
	margin-right: 20%;
}

.servpics img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-bottom:100px;
	margin-top: 40%;
	}
}

.tasty{
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-top: 5%;
	margin-left: 5%;
	float: right;
	margin-right: 0%;
	margin-bottom: 2%;
}