body {
	height: 100vh;
}
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	padding-top: env(safe-area-inset-top);
}

.content:nth-child(even) {
/*  background-color: #f3f3f3; */
}


.sj-btn-01:hover {
	background: #ddd;
	border-radius: 5px;
}
.sj-btn-01 {
	height: 64px;
	width: 84px;
	padding: 12px;
	font-size: 8pt;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

/* start-big screen */
@media only all and (min-width: 1200px) {
	.menu_mobile .sjp-logo {
		height: 75px;
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 105;
	}

	.content {
		margin-top: 38px;
	}
	.nav_mobile {
		display: none !important;
	}
	.hero {
		width: 100%;
		object-fit: cover;
		height: 75%;
		height: 55%;
	}

	.menu_mobile {
		display: none !important;
	}
	.menu {
		background-color: rgba(0, 51, 159, 0.76);
		border-bottom: 5px solid #FFD800;
		position: fixed;
		top: 0;
		width: 100%;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 14pt;
		font-weight: 100;
		z-index: 1200;
	}

	.top_menu {
	  display: flex;
	  align-items: center;
	  list-style: none;
	  padding: 0;
	  margin: 0 auto;
	  max-width: 1200px;
	  justify-content: center;
	}

	/* Top-level menu items */
	.top_menu_item {
	  position: relative;
	}

	/* Menu links */
	.top_menu_item > a {
	  display: block;
	  padding: 18px 20px;
	  color: white;
	  text-decoration: none;
	  font-weight: bold;
	  transition: background-color 0.3s;
	}

	.top_menu_item > a:hover {
		background-color: rgba(0, 51, 159, 0.84);
	}

	/* Dropdown menu */
	.drop_menu {
		display: none;
		position: absolute;
		background-color: rgba(0, 47, 147, 0.85);
		min-width: 200px;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
		padding-left: 25px;
		padding-bottom: 15px;
		padding-right: 25px;
		padding-top: 5px;
	}

	/* Reveal dropdown on hover */
	.top_menu_item:hover .drop_menu {
	  display: block;
	}

	/* Dropdown list styling */
	.drop_menu li {
	  list-style: none;
	}

	.drop_menu a {
	  display: block;
	  padding: 12px 20px;
	  color: white;
	  text-decoration: none;
	  white-space: nowrap;
	}

	.drop_menu a:hover {
		background-color: rgba(0, 51, 159, 0.84);
	}

	/* Get a Quote button style */
	.get-a-quote {
		padding: 14px 20px;
		font-weight: bold;
		text-decoration: none;
		margin-left: 20px;
		transition: background-color 0.3s;
		height: 20px;
	}


	/* Search icon */
	.search-icon {
		color: white;
		padding: 0 20px;
		width: 30px;
	}
	.logo img {
		width: 125px;
		height: 125px;
		position: absolute;
		top: 15px;
		left: 25px;
		z-index: 101;
	}
	.hero-text {
		font-family: Helvetica, sans-serif;
		color: #fff;
		font-size: 24pt;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 125px;
		z-index: 99;
		font-style: oblique;
		font-weight: 800;
	}
}
/* end-big screen */

img {
	max-width: 100%;
}

.sjp-logo-mobile-menu-closed {
	position: relative;
	height: 35px;
	top: 0px;
	left: 0px;
	transform: unset;
}
.sjp-logo-mobile-menu-open {
	position: absolute;
	height: 40px !important;
	top: 55px;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* start-small screen */
@media not all and (min-width: 1200px) {
	.menu_mobile .sjp-logo {
		height: 75px;
		position: relative;
		z-index: 105;
		top: 20px;
		max-width: unset;
	}

	.hero {
		width: 100%;
		object-fit: cover;
		height: 45%;
	}

	.menu {
		display: none;
	}
	.logo {
		width: 100%;
		text-align: center;
		height: 45px;
		position: absolute;
		top: 10px;
		z-index: 90;
	}
	.logo img {
		width: 75px;
		height: 75px;
		z-index: 101;
	}
	.hero-text {
		font-family: Helvetica, sans-serif;
		color: #fff;
		font-size: 10pt;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 95px;
		z-index: 99;
		font-style: oblique;
		font-weight: 800;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
	}
}
/* end-small screen */
.top-gradient {
	width:100%;
	height: 320px;
	z-index: 99;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.menu_mobile {
	padding-top: env(safe-area-inset-top);
	background-color: rgba(0, 51, 159, 0.76);
	border-bottom: 5px solid #FFD800;
	position: fixed;
	top: 0px;
	width: 100%;
/*	font-family: "PT Sans Narrow", sans-serif; */
	font-family: "Archivo Narrow", sans-serif;

	font-size: 14pt;
	font-weight: 100;
	z-index: 100;
	height: 55px;

	display: flex;
	justify-content: space-between;
}
.menu_mobile a {
	height: 100%;
	width: 64px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_left {
	display: flex;
	align-items: center;
}
.menu_right {
	display: flex;
	align-items: center;

}

.get-a-quote {
	color: #000;
	width: 128px;
	background: #ffd800;
	text-decoration: none;
}
.get-a-quote:hover {
	background-color: #fff;
}

.sj-headline {
	color: #000;
	border-bottom: 4px solid #FFD800;
	display: inline-block;
	margin-bottom: 2px;
}
.sj-text1 {
	color: #1C2272;
}
.content {
	width: 100%;
/*	padding: 25px;*/
	box-sizing: border-box;
}

.nav_mobile {
	display: none;
}

.nav_mobile a:hover {
	background: #000;
}
.nav_mobile ul {
	padding: 0px;
	list-style-type: none;
}
.nav_mobile a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	padding:12px;

}
.nav_mobile {
	display: none;
	position: absolute;
	height: 100%;
	height: calc(100% - 75px);
	background-color: #fff;
	width: 100%;
	z-index: 100;
	top: 60px;
	background-color: rgba(0, 51, 159, 0.76);
	color: #fff;
	z-index: 1200;
	overflow-y: scroll;
}

.drop_menu {
	display: none;
	list-style: none;
	padding-left: 15px;
	background: #000567;
}

footer {
	/* background: url('/images/sj-footer-img.png') no-repeat; */
	background: url('/images/san-juan-pools-water-bubbles.png') no-repeat;
	min-height: 500px;
	width: 100%;
	margin-bottom: 0px;
	background-position: bottom;
	background-size: cover;
	display: flex;
}
.sj-foot a:hover {
	text-decoration: underline;
}
.sj-foot a {
	color: #fff;
	text-decoration: none;
}
.sj-foot {
	background-color: rgba(0, 0, 0, 0.68);
	width: 100%;
	padding: 25px;
	color: #fff;
	align-self: flex-end;
	margin-bottom: 0px;
}
.sjp-group-02 li {
	list-style-type: none;
}

.search_text {
	padding: 12px;
}
.sj-btn-01 img {
	width: 50px;
	height: 50px;

}
a {
	text-decoration: none;
}
a .sj-btn-01 {
	color: #000;
}
.sj-btn-01 {
	cursor: pointer;
	height: 64px;
	width: 84px;
	padding: 12px;
	font-size: 8pt;
	text-align: center;
}
.sjp-group-03 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.sjp-group-02 {
	max-width: min(100%, 550px);
	margin: 12px;
}
.sjp-group-01 {
	width: 100%;
	display: flex;
	min-height: 120px;
	flex-wrap: wrap;
	justify-content: center;
}

.sj-button a:hover {
	color: #000;
	background: #FFD800;
/*	border-bottom: #FFD800 25px solid;*/
}
.sj-button a {
	padding-left: 8px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background: #000567;
	height: 45px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 14pt;
	width: 275px;
	justify-content: center;
	
	border-radius: 25px;
	border: #FFD800 5px solid;
	/* border-radius: 5px;
	border-bottom: #FFD800 5px solid; */
}
.sj-button {
	text-align: center;
}

.menu {
  backdrop-filter: blur(10px);            /* This applies the blur */
  -webkit-backdrop-filter: blur(10px);    /* For Safari support */
}





.sjp-group-link {
  text-decoration: none;
}

.sjp-group-02-hov {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.sjp-group-02-hov img {
  transition: filter 0.3s ease;
}

.sjp-group-02-hov .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* don't block link clicks */
  opacity: 0;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0); /* optional transparent overlay */
}

.sjp-group-02-hov .hover-overlay p {
  color: white;
  font-size: 18pt;
  font-weight: bold;
  margin: 0;
  margin-top: -45px;
}

.sjp-group-02-hov:hover img {
  filter: brightness(40%);
}

.sjp-group-02-hov:hover .hover-overlay {
  opacity: 1;
}


