.pagewrapper

{
	
    background: url("/images/ammonite.png");
    background-position: top right;
    background-repeat: no-repeat;
}


 
.footer-wrapper

{
	
    background: url("/images/ammonite.png");
    background-position: left top;
    background-repeat: no-repeat;
}



	
.footer-message{
	text-align:center;
	margin:auto;
}





.pagecontent img
{
	max-width:100% !important;
}








.pagecontent h1
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 32px;
}





.main-image

{
	
	position:relative;

}

.main-image img

{

	width:100%;
	max-height:700px;
	
	    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: middle center;
}



.footer-image img

{

	width:100%;
	max-height:700px;
	
	    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: middle center;
}



.image-gallery ul

{
	list-style: none;
}




.fancybox-button

{
	border:0 !important;
	color: #ffffff !important;
}


.logo

{
	margin:auto;
	text-align:center;
}


/* ***************************************************************************************    Desktop + Tablet */

	@media screen and (min-width: 737px) {

		
		
		
	
	
	
	
	
	
.image-gallery ul

{
	list-style: none;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content:center;
}

.image-gallery > li {
	display:inline-block;
  height: 325px;
  cursor: pointer;
  position: relative;
  margin-bottom:1em;

 
}

.image-gallery li img {
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

#gallery-text
{
	 margin-top:-5px;
	font-size:0.8em;
}


.videoflag

{position:relative;
top:50%;
left:0;
right:0;
bottom:0;
color:#ffffff;
font-size:2em;
}

	
	
	
	
	}
	
	

/* Mobile Only ****************************************************************************MOBILE*/
@media screen and (max-width: 736px) {
	
	
	
	.pagewrapper

{
	
    background: url("/images/ammonite-mobile.png");
    background-position: top right;
    background-repeat: no-repeat;
}

	
	
.image-gallery li

{
	list-style: none;
	margin:0;
}



.image-gallery li img {



 
}





.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content:center;
}

.image-gallery > li {
	display:inline-block;
  height: 180px;
  cursor: pointer;
  position: relative;
  margin-bottom:1em;

 
}


.image-gallery li img {
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

#gallery-text
{
	 margin-top:-5px;
	font-size:0.8em;
}






#contact-email

{
	font-size:0.9em;
}



.main-image img

{

	width:100%;
height:275px;
	
	    min-height: 100%;
    min-width: 100%;

}

	







	
	
}