/* Abbey House stylesheet */


.gellery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:10px;
}

.gellery-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}


html {
/* force a vertical scrollbar to always appear */		
height: 100%;
min-height: 100%;
padding: 0px;
margin: 0px;
margin-bottom: 1px;
overflow-y: scroll;
overflow-x: hidden;	
}	


body {
	background-color: #ffffff;
	margin			: 0px;
	margin-bottom: 1px;
	padding			: 0px;
	color			: #000000;
  width: auto;
	font-family		: Arial, sans-serif;
  font-size   	: 16px;
  line-height: 18px;
  min-width: 320px;
}

#pagewrapper {
		 max-width: 1200px;	
	   margin-left: auto;
	   margin-right: auto;
	   margin-bottom: 20px;
	   border-left: 2px solid #dddddd;
	   border-right: 2px solid #dddddd;
	   border-bottom: 2px solid #dddddd;
	   box-sizing: border-box;

}	

a {
	color: #000000;
	text-decoration: none;
}

table {
		border: 0;
	  border-spacing: 0;
	  padding: 0;
}

td, th {
	padding: 0;
	vertical-align: top;
}		  

a:hover {
	color: #777777;
}

img {
	border: 0;
}			

p { padding: 0px;
	  margin: 0px;
	  margin-bottom: 20px;
	 } 				

#lansbanner {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 20px auto 0 auto;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	width: 310px;
	background-color: #aaa;
	color: white;
}	
	
.justifycol {
display: inline-block;
vertical-align: top;
text-align: left;
}

.justify {

text-align:justify;
}

.justify:after, #mainmenu:after{
    content: '';
    display: inline-block;
    width: 100%;
    line-height: 1px;
}

#mainmenu {
	font-size: 16px;
	padding-top: 104px;
	margin-right: 30px;
	margin-left: 30%;
	box-sizing: border-box;
  text-align:justify;
  line-height: 8px;


}

.menuitem {
  display: inline-block;
  vertical-align: top;
  text-align: left;
	padding: 0px;
	background-color: #ffffff;
	
}	

.bleed {
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 611px;
}

#headtop {
	  width: 100%;
	  background-color: #dddddd;
	  overflow: hidden;
	  padding: 10px 30px;
	  box-sizing: border-box;
	  height: 38px;
	  font-size: 14px;
}

#headphone {
	float: left;
}

#heademail {
	float: right;
}				

.baricon {
	vertical-align: middle;
	margin-right: 5px;
}	

#headframe {
	 position: relative;
	 width: 100%;
	 height: 168px;
}

#headlogo {
float: left;
width: 200px;
margin-left: 20px;
margin-right: 50px;
}

#positioner {
	  margin: 20px;
}	  

#maintext {
	width: 79%;
	padding: 20px 30px;
	background-color: #dddddd;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}

#maintext.filler {
	padding: 0px;
}

.filler img { width: 100%;}	

#maintext a {
	color: #666666;
}

.testim {
	width: 39%;
	padding: 20px 30px;
	background-color: #dddddd;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	min-height: 350px;
}	

.quotes {
	font-style: italic;
}		

#ccqbox, #rightpic {
	width: 19%;
	background-color: #ffffff;
	min-width: 170px;
}	

#colpic {
	width: 100%;
}	


#tagline {
	position: absolute;
	text-align: right;
	top: 20px;
	right: 20px;
	max-width: 40%;
	width: 260px;
	padding: 10px;

	box-sizing: border-box;
	color:#ffffff;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
	font-size: 22px;
	font-style: italic;
	line-height:26px;
	z-index:30;
}

#startgal {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 30%;
	padding: 0px;
	box-sizing: border-box;
	color:#ffffff;
	font-size: 20px;
	line-height:40px;
	z-index:30;
  pointer-events: none;
}

#startgal a {
	color: #ffffff;
}		

#galtext {
  background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
  padding: 10px 10px;
}  

#mobilemenu {
	position: absolute;
	top: 50px;
	right: 20px;
	display: none;
}	


.extrapics { display: none; }

#footer {
	width: 100%;
	height: 60px;
	background: #ffffff;
}

#footer div {
	font-size: 11px;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 30px 10px 10px 20px;
	color: #222222;
	text-align: left;
	margin: 0 auto;
}	

/* *****************************************************
everthing below is for smaller screens */	

@media (max-width: 781px)  {
	
	.gellery-wrapper {
    display: block;
}

.gellery-wrapper img {
    height: 100%;
}
	
#rightpic {
	width: 75%;
	display: block;
	margin: 20px auto 0px auto;
}	
	
#headlogo {
	float: none;
	display: block;
	width: 207px;
	margin-right: auto;
	margin-left: auto;
}

#headframe {
	height: auto;
}

#headback {
	height: auto;
}			


#tagline {
	max-width: 40%;
	font-size: 16px;
	line-height:20px;
	z-index:30;
}	


#mainmenu {
	text-align: left;
	position: absolute;
	top: 110px;
	right: -210px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	width: 200px;
	padding: 30px;
	height: auto;
	margin: 0;
	z-index: 100;
	display: none;
}

.menuitem {
	background: none;
	display: block;
	padding: 0;
	margin-bottom: 30px;
	
}

#mobilemenu {
	display: block;
}

#mainmenu a {
	 color: #ffffff;
}	 	

#maintext {
	width: 100%;
}

.testim { 
	width: 49%;		
	
}





@media (max-width: 375px)  {
	
#startgal {
 font-size: 16px;
} 	

#headlogo {
	margin-left: 10px;
}

#tagline { 
	display: none !important;
}

#headtop {
	 padding: 10px 0px;
}	 	

#rightpic {
	width: 100%;
}	

.testim {
	width: 100%;
	margin-bottom: 10px;
}	
	
}
	
