@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: javanese;
  src: url(../Fonts/Swansea-q3pd.ttf);
}

@font-face {
	font-family: poppins;
	src: url(../Fonts/Poppins-Regular.ttf);
  }

#site-top {
	z-index: 3;
	position: fixed;
    top: 0;
    width: 100%;
}

#heading{
  width: auto;
  height: 158px;
  background-image: url("../Images/headerimg.jpg");
}

.grid-container {
	display: grid;
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
  }


  
  .grid-item {
	background-color: #ccc;
	padding: 0px;
	margin: 5px;
	position: relative;
	
  }

  .grid-item img{
	filter: brightness(50%);
  }
  
  .text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 40px;
	font-weight: bold;
	font-family: poppins;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 40px;
  }
  
  .grid-item.enlarge {
	transform: scale(1.05);
	transition: transform 0.1s ease;
  }

  @media (max-width: 600px) {
	.grid-container {
	  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	  padding: 5px;
	  gap: 5px;
	}
  }


.title{
    width: 955px;
	display: inline-block;
    margin: 0px;
    padding: 10px 10px 10px 5px;
    background-color: rgba(0,0,0,0.5);
	height:138px;
}

#hidebig{
	display: none;
}
.addressheader{
	display:inline;
	float:right;
	color:white;
	background-color:rgba(0,0,0,0.5);
	width:195px;
	height:158px;
	font-family: poppins;
	text-align:right;
	font-size: 18px;
}

.addressheader p{
	padding:0 20px 5% 0;
	margin:0;
	line-height: 15px;
}

body{
	background: rgb(255, 255, 255);
	padding: 0px;
	margin: 0px;
	
}

.column {
  font-family: poppins;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #FFF;
  margin-left: 20px;
	margin-right: 20px;
	margin:auto;
	padding-left: 20px;
	padding-right: 20px;
max-width: 1200px;
}

.left, .right {
  width: 0%;
}

.middle {
  width: 100%;
}

#rowmargin{
	margin-bottom: 60px;
}

.column1 {
  width:100%;
  background-color: rgba(0,0,0,0.6);
  font-family: arial;
  float: left;
  height:346px;
  color: white;
  text-align: center;
  margin-bottom: 0px;
}

.column1 a:-webkit-any-link{
	color: rgba(7,127,255,1.00);
}

.left1{
  width: 30%;
}

.middle1 {
  width: 40%;

}

.right1{
	width: 30%;
	height:346px;
}

.left2{
  width: calc((100% - 640px) / 6);
}

.column2 {
  background-color: rgba(0,0,0,0.6);
  font-family: arial;
  float: left;
  height:392px;
}

.middle2 {
  width: calc((100% - 640px) / 1.5);
  color: rgba(255,255,255,0.80);
  height:392px;
  text-align: center;  
  list-style: circle; 
}

.middle2 ul{
	display: inline-block;
	padding: 0px;
	padding-inline-start:0px;
	margin-block-start:0px;
	font-family: arial;
	font-size: 1.2em;
	padding-inline-end:0px;
	margin-block-end:0px;
}

.right2{
	width: calc((100% - 640px) / 6)

}

.right25{
  width: 640px;
}



.row:after {
  content: "";
  display: table;
  clear: both;
}


.sticky {
  position: fixed;
  top: 0;

  width: 100%;
}


.info {
	text-align:center;
	font-family: poppins;
	display:block;
	color: #fff;
	font-size: 17px;
	padding:16px 16px 13px 16px;
	float:right;
	overflow:hidden;
	margin:0;
	height:15px;
	line-height: 10px;
	  
  }
  /* Style the links inside the navigation bar */
  .topnav {
	background-color: #333;
	overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
  font-family: poppins;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 7px 16px;
	text-decoration: none;
	font-size: 20px;
  }

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FFF;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #03803C;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.button-18 {
	align-items: center;
	background-color: #0A66C2;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	font-family: poppins;
	font-size: 24px;
	font-weight: 500;
	justify-content: center;
	line-height: 20px;
	max-width: 480px;
	min-height: 60px;
	min-width: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	touch-action: manipulation;
	transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
	margin: auto;
	position: relative;
  }

.column3{
	position:absolute;
	text-align: center;
	background-color: rgb(255, 255, 255);
	height: auto;
	padding: 20px;
	width: calc(100% - 40px);
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {

  .text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 25px;
	font-weight: bold;
	font-family: poppins;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 30px;
  }
}


@media (max-width:1039px) {
	.info{
		display: none;
	}
}

@media (max-width:1375px) {
	.addressheader {
		display: none;
	}
}

@media (max-width:990px) {
	#heading{
 		 width: 100%;
		 margin:0px;
		 padding:0px;
		 height:auto;
 		 background-image: url("../Images/headerimg.jpg");
	}

	.left1 img{
  	width:100%;
	height:auto;
	}
	.left1{
		width:100%;
		height: auto;
	}
	.middle1 {
  		display:none;
	}
	.right1{
		width: calc(100% - 30px);
		color: rgba(255,255,255,0.80);
		padding:30px 15px 0px 15px;
	}

	.right15{
	  display:none;
	}
	
		.right25 img{
  	width:100%;
	height:auto;
	}
	.right25{
		width:100%;
		height: auto;
	}
	.right2 {
  		display:none;
	}
	.middle2{
		width: calc(100% - 30px);
		color: rgba(255,255,255,0.80);
		padding:30px 15px 0px 15px;
		height:440px;
	}

	.left2{
	  display:none;
	}

	.title{
    	width: 100%;
		height:auto;
		display: inline-block;
    	margin-bottom: -4px;
		padding: 10px 0px 10px 0px;
    	background-color: rgba(0,0,0,0.5);
		}
}
.padded {
	padding-top: 42px;
  }
