@media screen and (min-width: 601px) {
.slidertitle{

	}
.slidertext{
	
	}
	.aa {
	display:flex;
	//height:350px;
	
	
	}
	.aa rr{
	flex-grow:1;
	font-size:11px; 
	margin:auto;
	}
	.mtop{
		margin-top:55px;
		background-color:white;
	}
	.movie{
	width:480px;
}
}

@media screen and (max-width: 600px) {
	
.movie{
	width:340px;
}
.aa {
	display:flex;
	//height:400px;
	
	
	}
	.ptop{
		margin-top:58px;
	}
	.aa p{
	flex-grow:1;
	font-size:6px; 
	margin:auto;
	}
.slidertitle{
		font-size:15px;
	}
.slidertext{
		font-size:8px;
	}
}

.imagerowfix{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.boxshadow{
	background: rgb(255,0,0);
	background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(187,0,0,1) 100%);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
}
.emailbutton{
	text-decoration:none;
	color:#a5a5a5;
}
.emailbutton:hover{
	text-decoration:none;
	color:white;
}
.footerbutton{
	text-decoration:none;
	color:#a5a5a5;
}
.footerbutton:hover{
	text-decoration:none;
	color:white;
}
.buttonbig{
	background-color:#E61E28;
	color:white;
	text-decoration:none;
	transition: 0.3s;
}
.buttonbig:hover{
	background-color:#A10008;
	color:white;
	text-decoration:none;
}

/* GALLERY Style */
.gallerysheader{
//	background-image:url("../images/galleryheader1.jpg");
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-top:60px;
}
 .galnav li:hover{
 // color:rgba(62, 162, 115, 1.9);
  color: #b8a07e;
  font-weight: bold;
 //  font-weight: 900;
  //background-color:maroon;
} 


 .galnav a {
  //color: #212529; 
}

 .galnav a:hover {
 // text-decoration: none; 
}
/* END of GALLERY Style */





