/* <uniquifier>: Use a unique and descriptive class name

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}*/

body {
  background-color: #007D84;
  color: #007D84;
  font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12pt;
  width: auto;
  margin: 0;
}

.pop {
  background-color: #F1F2E9;
  color: #007D84;
  font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: auto;
  margin: 0;
  line-height: 30px;
}

a.pop {
  color: #ffffff;
  background-color: #007D84;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 0px;
  text-align: center;
  font-style: underline;

}

a.pop:hover {
  color: #F1F2E9;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 0px;
  /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);  /* Add subtle shadow on hover */
  background-color: #9a1a22;
}

.grid-container {
  display: grid;
  column-gap: 10px;
  row-gap: 10px; 
  grid-template-columns: repeat(4, 1fr); /* Responsive grid layout */
  /*background-color: #f5f5f5; */
  margin: auto;
  /*border-radius: 25px;*/
  max-width: 1000px;
  /*width: 96%; /*75%*/
  padding-left: 7px;
  padding-right: 7px;
  min-height: 10px;
}

.grid-container-full {
  /*display: grid;*/
  column-gap: 10px;
  row-gap: 10px; 
  grid-template-columns: 1fr; /* Responsive grid layout */
  /*background-color: #f5f5f5; */
  margin: auto;
  /*border-radius: 25px;*/
  max-width: 1000px;
  /*width: 96%; /*75%*/
  padding-left: 7px;
  padding-right: 7px;
  min-height: 1px;
  background-color: #007D84;
  
}
.grid-item-full {
  /*background-color: #F1F2E9; /* Change background color for each dive */
    background-color: #007D84;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0px; /* Adjust padding as needed */
  /*font-size: 15pt; /* Adjust font size as needed */
  text-align: left;

}
a.footerFull,
.footerFull {
  background-color: #007D84;

}

.footerFull:hover,
.footerFull:focus {
  background-color: #007D84;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

}




.grid-item {
  background-color: #F1F2E9; /* Change background color for each dive */
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 15px; /* Adjust padding as needed */
  font-size: 15pt; /* Adjust font size as needed */
  text-align: center;
/*border-radius: 30px;*/
  transition: 0.05s ease-in-out;  /* Add transition for hover effect */
  min-height: 10px
  
}

.grid-item:hover {
  background-color: #ffffff;
}

.grid-item img { /* Apply styles to the image within the grid item */
  max-width: 100%; /* Auto-scale to container width, maintaining aspect ratio */
  height: auto;  /* Maintain image height proportionally */
}

/* Media query for smaller screens */
@media only screen and (max-width: 700px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr); /* repeat(1, 1fr)Adjust columns for smaller screens */
}
	.modal-content {
	max-width: 90%;
	/*min-width: 170px;*/
	max-height:80%;
	min-height: 400px;
	overflow: auto;  
}



}

.wrapper {
display: grid;
grid-gap: 30px 10px;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #F1F2E9;
}

li {
  float: right;
  margin-left: 15px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #007D84;
  padding: 10px 10px;
  display: block;
  background-color: #F1F2E9;
}

a:hover {
  background-color: #ffffff;
  color: #9a1a22;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);  /* Add subtle shadow on hover */
}

    h5 {
margin: 3px 0px 0px 0px;
font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 12pt;
	/*color: #0033cc;*/
    }


.modal {
  display: none; /* Hidden by default */ 
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 3%;/*30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
  background-color: #F1F2E9;
  margin: auto;
  padding: 15px;
  border: 7px solid #007D84;
  /*width: 70%;
  /*max-width: 500px; /*was800*/
  max-width: 50%;
  min-width: 180px;
  color: #007D84;
  
  /*scroller in pop*/
  overflow: auto;
  /*width: 100%;*/
  /*height: 60%;*/
  max-height:60%;
  min-height: 300px;
}

/* The Close Button */
.close {
  color: #007D84;
  float: right;
  position: top;
  line-height: 23pt;
  font-size: 16pt;
  /*font-weight: bold;*/
  color: #ffffff;
  background-color: #007D84;
  
  
  
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  color: #F1F2E9;
  background-color: #9a1a22;
}

/* contact Button */
.contactus {
  color: #007D84;
  position: left;
  line-height: 23pt;
  font-size: 16pt;
  /*font-weight: bold;*/
  color: #ffffff;
  background-color: #007D84;
}

.contactus:hover,
.contactus:focus {
  text-decoration: none;
  cursor: pointer;
  color: #F1F2E9;
  background-color: #9a1a22;
}



/*
		.inspireMarquee {
	font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #007D84;
	/*background-color: #d9d8df;*
	font-size: 34px;
	line-height: 70px;
	padding: 15px;
	text-align: center;
	font-variant: small-caps;
	animation: marquee infinite;
	  width:940px;
		}*/















@keyframes ticker {
  0% {
    transform: translateY(100%);
  }
  5%,
  25% {
    transform: translateY(0%);
  }
  30%,
  100% {
    transform: translateY(-100%);
  }
}
.news {
  /*width: 350px;*/
	max-width:100%;

  height: 25px;
  overflow: hidden;
  /*border: solid 1px green;*/
  position: relative;
  
  font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
	/*font-size: 2rem;*/
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;/*007D84*/
  
}
.news ul {
  /*width: 350px;*/
  padding-left: 10px;
}
.news li {
  position: absolute;
  top: 0px;
  line-height: 25px;
  list-style: none;
  font-size: 14pt;
  animation: ticker 20s infinite linear;
}
.news ul:hover {
  animation-play-state: paused
}

 
.news li:nth-child(4) {
  animation-delay: -5s;
}
.news li:nth-child(3) {
  animation-delay: -10s;
}
.news li:nth-child(2) {
  animation-delay: -15s;
}


.randomHead {
  /*width: 200px;*/
  /*min-width:100%;*/
  /*height: 42px;
  /*overflow: hidden;
  /*border: solid 1px green;*/
  /*position: relative;*/
  font-family: 'Raleway', Helvetica, Tahoma, Open Sans, sans-serif;
  font-size: 14pt;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #ffffff;/*007D84*/
  /*font-size: 2rem;*/
}