.navbar-brand {
	padding: 0;
}
.nav-item a.nav-link {
	font-size: 1.3rem;
	color: black;
}
.dark-separator {
	width: 100%;
	background: #00ace6;
	color: #00ace6;
	height: 4px !important;
	opacity: 1.0;
	margin: 0 !important;
}
.nav-item a.nav-link.ac, a.ac {
	color: #00ace6;
}
h2 {
	clear: both;
	margin-top: 30px;
}
main.pg1 {
	background-image: url("../assets/iStock-1500845487.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
main.pg2 {
	background-image: url("../images/istockphoto-1081939158-2048x2048.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
main.pg3 {
	background-image: url("../images/istockphoto-92046255-2048x2048.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
main.pg4 {
	background-image: url("../assets/iStock-92046255.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
main.pg5 {
	background-image: url("../images/istockphoto-154953395-1024x1024.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.navbar img.nav-logo {
    height: 100px;
	transition: all 0.2s;
}
.navbar.navbar-shrink img.nav-logo {
	height: 65px;
	transition: all 0.2s;
}
.navbar.navbar-shrink {
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
	opacity: 0.8;
}
.formbutt {
	background: #00ace6;
	color: black;
	padding: 10px 20px 12px 20px;
	border-radius: 30px;
	margin-top: 20px !important;
	border: 0px;
}
.formbutt:hover  {
	background: #000;
	color: #fff;
}
.has-bg-img:after {
    content:'';
    background: url('../assets/bg.png') repeat center center;
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index: -1;
    opacity: 0.85; 
}
.has-bg-img {
    position: relative;
    padding: 30px;
	z-index: 20;
}
.video-underlay {
  position:relative;
  z-index:0;
  
}
.video-overlay {
	position:absolute;
    top:0px;
    left:0;
	
    z-index:1;
	width: 100%;
}
h2.announce { 
	font-size: 4rem;
}
img.floatlogo {
	width: 500px !important;
	text-align: center;
	margin: 0 auto;
}
img.social {
	width: 30px;
	margin: 5px;
}
img.social.sm {
	width: 20px;
	margin: 5px;
}
.navbar-phone {
	display: none;
}
ul.list li::marker {
  color: #00ace6;
}
ul.col2 {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.vidcontainer {
	margin: 50px 0 0 0;
	background: #00ace6;
}

.post-container {
    margin: 20px 20px 0 0;  
    border: 5px solid #333;
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block;
	width: 200px;
}
.post-content {
    margin-left: 220px
}


.image-gallery {
  /* Mobile first */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.image-item img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .image-gallery {
    flex-direction: row;
  }
}
.clr {
	clear: both;
}

@media only screen and (max-width: 768px) { /* mobile */
	.post-thumb {
		float: none;
		clear: both;
	}
	.post-thumb img {
		display: block;
		width: 200px;
	}
	.post-content {
		margin-left: 0px
	}

	.navbar-phone {
		display: inline-block;
		background: #d3f4ff;
		color: #000;
		margin: 0;
		padding: 3px 15px;
		height: 100;
		font-size: 1.5rem;
		border-radius: 10px;
	}
	h2.announce { 
		font-size: 1.3rem;
	}
    img.floatlogo {
		width: 160px !important;
		text-align: center;
		margin: 0 auto;
	}
	.navbar img.nav-logo {
		height: 65px;
		transition: all 0.2s;
	}
	.navbar.navbar-shrink img.nav-logo {
		height: 65px;
		transition: all 0.2s;
	}
	.video-overlay {
	  position: absolute;
	  top: 50px;
	  left: 0;
	  z-index: 1;
	  width: 100%;
	}
	main.pg3, main.pg2, main.pg1 {
		background-position: 0 100px;
		background-size: 150% auto;
	}
}