@charset "UTF-8";
body {
	background-color: white;
	background-image: url("images/photos/background-texture.png");
	width: 100%;
	margin: -1rem;
}
.indexbackground {
	background-color: white;
	background-image: url("images/photos/images_index.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, top;
    background-attachment: fixed;
}
header {
	margin:0;
}
content {
	display: block;
	margin: 2rem 13% 2rem 8%;
	width: 85%;
	animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}

h1 {
  	text-decoration: underline;
	text-underline-offset: 11px;
	text-decoration-thickness: 7px;
	text-decoration-style: solid;
	text-decoration-color: orange;
	text-align: left;
	color: #0f1c28;
	font-family: 'Open Sans', sans-serif;
	font-size: 32pt;
	font-weight: 700;
	padding: .5rem 0rem .5rem 0rem;
	margin: 1.5rem 0 1.5rem 0;
	letter-spacing: 0pt;
}
.contacth1 {
	color: white;
}
.indexh1 {
	text-decoration: none;
	text-align: center;
	font-size: 60pt;
	color: white;
	font-weight: 800;
	margin: 5rem 0 2rem 0;
}
h2 {
	text-decoration: none;
	text-align: left;
	color: #0f1c28;
	font-family: 'Open Sans', sans-serif; 
	font-size: 26pt;
	font-weight: 700;
	padding: .5rem 0rem .5rem 0rem;
	margin: 2rem 0 1rem 0;
}
.indexh2 {
	text-align: center;
}
h3 {
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #0f1c28;
	font-family:'Open Sans', sans-serif; 
	font-size: 20pt;
	font-weight: 700;
	padding: 0rem 0rem 0rem 0rem;
	margin: .25rem 0 .125rem 0;
}
h4 {
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: steelblue;
	font-family:'Open Sans', sans-serif; 
	font-weight: 600;
	font-size: 15pt;
	font-style: italic;
	padding: 0rem 0rem .5rem 0rem;
	margin: 0rem 0 0rem 0;
}
h5 {
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #0f1c28;
	font-family:'Open Sans', sans-serif; 
	font-size: 14pt;
	font-weight: 400;
	padding: .5rem 1rem .5rem 1rem;
	margin: .25rem 0 .25rem 0;
}
h6 {
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #0f1c28;
	font-family:'Open Sans', sans-serif; 
	font-size: 12pt;
	font-weight: 400;
	padding: .5rem 1rem .5rem 1rem;
	margin: .25rem 0 .25rem 0;
}
p {
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #293b4a;
  	font-family: "Gelasio", serif;
	font-size: 14pt; 
	font-weight: 100;
	line-height: 20pt;
	letter-spacing: .25pt;
	padding: 0rem 0rem 0rem 0rem;
	margin: .5rem 0rem 2rem 0rem;
}
.contactp {
	color: white;
}
.indexp {
	color: white;
	text-align: center;
	font-size: 18pt;
	line-height: 26pt;
}
.tilep {
	color: #747474;
	font-size: 12pt;
	text-align: center;
	margin: .25rem 0 .25rem 0rem;
}
a {	
	text-decoration: none;
}
.p-blocks {
	margin: 5rem 18rem 5rem 18rem;
}
.p-blocksindex {
	background-attachment: scroll;
	background-color: white;
	background-image: url("images/photos/background-texture.png");	
	border-radius: .2rem;
	margin: .5rem 4rem 2rem 4rem;
	padding: 2rem;
	box-shadow: 0rem 0rem 4rem -2rem #0f1c28;
}
.headshot img{
	display:flex;
	margin: 0rem 2rem 0rem 0;
	width: 90px;
	border-radius: 100%;
	transition: .3s;
	float: left;
}
.nav-bar {
	background-attachment: scroll;
	background-color: white;
	background-image: url("images/photos/background-texture.png");
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
	margin: -1rem -1rem 0 -1rem;
	z-index: -1;
	transition: .6s;
	border-bottom: .25rem #0f1c28 solid;
}
.logo {
	width: 11rem;
	margin: 1.5rem 1rem .5rem 3rem;
	padding: .65rem;
	border-radius: .2rem;
	transition: 0.6s;
}
.logo:hover {
}
.icon {
	margin: 0 1.5rem -.25rem 0;
	height: 6rem;
}
.p-blocksindex p{
	font-family:'Open Sans', sans-serif; 
	font-weight: 700;
}
.icononsub {
	margin: 0 1.5rem -.25rem 0;
	height: 5rem;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 3rem;
	margin-right: 2rem;
	z-index: 99;
	list-style-type: none;
}
.nav-item { 
	padding: 0 1rem 0 1rem;
}
	
.nav-button {
	text-decoration: none;
	color: #0f1c28;
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	font-weight: 700;
	transition: 0.3s;
}
.nav-button:hover {
	color: steelblue;
}
.nav-button-active {
	text-decoration: underline;
	text-underline-offset: 7px;
	text-decoration-thickness: 4px;
	text-decoration-style: solid;
	text-decoration-color: orange;
	color: #0f1c28;
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	font-weight: 700;
	transition: 0.3s;
}
.nav-button-phone {
	text-decoration: none;
	color: darkorange;
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	font-weight: 700;
	transition: 0.3s;
}
.nav-button-phone:hover {
	color:crimson;
}
.hamburger {
    display: none;
}
.indexbutton {
	margin: 3rem auto 3rem auto;
	font-size: 24pt;
	height: 4rem;
	border-radius: .2rem;
}
.indexbutton:hover {
	
}
.thankyoubutton {
	margin: 2rem auto 2rem auto;
	font-size: 32pt;
	height: 4.5rem;
	border-radius: .2rem;
	box-shadow: 0rem .5rem 3rem 1rem white; 
}
.heroimg {
  	width: 102%;
  	height: 375px;
 	overflow: hidden;
}
.heroimg img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
	z-index: -1;
}
.fullbodyimg {
	display: block;
	margin: 1.5rem 0 1rem 0;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	justify-content: center;
	border-radius: .2rem;
}
.bodyimg {
	display: block;
	margin: 2rem auto 2.5rem auto;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	justify-content: center;
	border-radius: .2rem;
}
.smallbodyimg {
	display: block;
	margin: 1.5rem auto 1rem auto;
	width: 50%;
	object-fit: cover;
	z-index: -1;
	justify-content: center;
	border-radius: .2rem;
}
.gifs {
	border-radius: .125rem;
	margin: 4rem 0 1rem 0;
}
.myslides {
	display: none;
}
.slidebutton {
	display:inline-block;
	font-size: 12pt;
	margin: -.5rem .5rem .5rem 0rem;
	overflow:hidden;
	cursor:pointer;
	white-space:nowrap;
	background-color: darkgray;
}
.slidebutton:hover {
	background-color: gray;
}
.comment {
	text-align: center;
	padding: 1rem 1rem 1rem 1rem;
	background-color: lightgray;
	border-radius: .5rem;
}
.commentsource {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	color: darkgray;
}
.itemlist {
	-webkit-column-count: 3;
 	-moz-column-count: 3;
  	column-count: 3;
	margin: 0rem 0 2rem 0;
}
.itemlist p {
	text-align: left;
	margin: .5rem 0 .25rem 0;
}
.icon-container {
    display: flex; /* Enables Flexbox layout */
    justify-content: center; /* Horizontally centers the items within the container */
    gap: 2rem; /* Optional: Adds space between icons */
	margin: 3rem 0rem 2rem 0rem;
}
.icon-container img{
	height: 6rem;
	margin: 1rem 0rem 1rem 0rem;
}
.icon-container p{
	text-align: center;
	font-weight: 600;
}
.infoicon {
	text-align: center;
	width: 20rem;
}
.tiles {
	border-radius: .35rem;
	transition: .6s;
	background-color: gray;
	opacity: 75%;
}
.rowproduct {
	display:inline-flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding-bottom: 2rem;
}
.columnproduct {
	flex: 20%;
	max-width: 40%;
	text-align: center;
	margin: 4rem 0 0 0;
}
.columnproduct img {
  	vertical-align: middle;
 	width: 80%;
}
.product {
	text-align: center;
	background-color: transparent;
	color: gray;
	font-size: 12pt;
	margin: 1rem 0 1.5rem 0;
}
.video {
	margin: 2rem auto 2rem auto;
	text-align:center;
}
.video iframe{
	width: 62%;
	height: 25rem;
	border-radius: .2rem;
}
.video2 {
	margin: 2rem auto 1rem auto;
	width: 100%;
	text-align:center;
	border-radius: .35rem;
}
.video3 {
	margin: 0rem auto 1rem auto;
	width: 85%;
	text-align:center;
	border-radius: .35rem;
}
.gotostore {
	color:white;
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	background-color:orange;
	padding: .75rem;
	width: 100%;
	transition: 0.3s;
}
.gotostore:hover {
	background-color:orangered;
}
.eventcontainer {
	text-align: center;
	margin: 1rem 2rem 1rem 2rem;
	background-color: lightgray;
	border-radius: .35rem;
}
.eventdateandtime {
	text-decoration: none;
	text-align: center;
	letter-spacing: 1pt;
	background-color: lightgray;
	color: black;
	font-size: 30pt;
	padding: 1rem 0 1rem 0;
	transition: 0.3s;
}
.eventdateandtime:hover {
	background-color: white;
}
.eventlocation {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: white;
	font-size: 16.5pt;
	padding: 0 0 1rem 0;
	margin: 0rem 0 1rem 0;
}
.incopylink {
	color: steelblue;
	font-weight: 400;
	transition: 0.3s;
}
.incopylinkindex {
	color: white;
	font-weight: 300;
	transition: 0.3s;
	text-decoration: underline;
}
.incopylink:hover {
	color: orangered;
}
.calendar {
	background-color: white;
	margin: 0 auto 0 auto;
	display: block;
	padding: 2rem;
	width: 93%;
	height: 40rem;
}
.homebutton {
	margin: 3rem auto -.5rem auto;
	padding: .75rem;
	width: 150px;
	border-radius: .125rem;
	transition: 0.6s;
}
.homebutton:hover {
}
.contacttype {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1pt;
	color: white;
	font-size: 10pt;
	font-weight: 400;
	transition: 0.3s;
	padding: 0 .5rem 0 .5rem;
}
.contacttype:hover {
}
.soc-link{
	margin: 0 .35rem 0 .35rem;
}
.socnav {
	height: 1.5rem;
	border-radius: .2rem;
	transition: 0.3s;
}
.socnav:hover {
	border-radius: 0rem; 
	opacity: 75%;
}
#contact {
	padding-top: 2.5rem;
	font-size: 8pt;
	width: 98%;
	margin: 3rem auto 1rem auto;
}
#soc {
	display: block;
	margin: 4rem auto 6rem auto;
	width: 60%;
	padding: 0 1rem 0 1rem;
}
.copywrite {
	font-size: 9pt;
	text-align: center;
	color: whitesmoke;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	border-top: 1.5px whitesmoke solid;
	width: 100%;
	padding: 1rem 0 2rem 0;
	margin: 1rem auto 1rem auto;
}
.form {
	margin: 2rem auto 2rem auto;
	display: block;
	width: 100%;
	background-color: whitesmoke;
	border-radius: .2rem;
	box-shadow: 0rem 0rem 4rem -2rem #0f1c28;
}
div.elem-group {
  	margin: 2rem 0;
}
label {
	margin: 10px auto 5px auto;
  	display: block;
	width: 94%;
	font-family:'Open Sans', sans-serif;
	color: dimgray;
  	padding: 1.5rem 0 0 1.5rem;
  	font-size: 11pt;
}
input, select, textarea {
	margin: 10px auto -20px auto;
	display: block;
  	font-size:12pt;
	font-family:'Open Sans', sans-serif;
	font-weight: 200;
  	padding: .5rem;
	width: 92%;
	background-color: white;
	border: none;
	border-radius: .35rem;
}
textarea {
  	height: 120px;
}
button {
  	height: 3rem;
  	background-color:darkorange;
  	color: white;
	padding: .5rem 1rem .5rem 1rem;
	margin: 2rem auto 2rem auto;
	border: none;
	text-transform: uppercase;
  	font-size: 16pt;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0pt;
  	cursor: pointer;
	display: block;
	border-radius: .2rem;
	transition: .6s;
}
button:hover {
	background-color: crimson;
	border-radius: .2rem;
}
footer {
	margin: 0;
}
.footer{
	display: block;
	text-align: center;
	line-height: 20pt;
	background-color: #20313F;
	margin: 0 -3rem -1rem -1rem;
	transition: .6s;
	border-top: .25rem #0f1c28 solid;
}
@media (max-width: 1500px){
	header {
		margin:0;
	}
	content {
		display: block;
		margin: 2rem 5% 2rem 6.5%;
		width: 90%;
	}
	h1 {
		font-size: 28pt;
	}
	.indexh1 {
	text-align: center;
	font-size: 55pt;
	color: white;
	}
	h2 {
		font-size: 22pt;
	}
	h3 {
		font-size: 18pt;
		margin: 0rem 0rem 0rem 0;
	}
	p {
		margin: 1rem .25rem 2rem .25rem;
	}
	.p-blocks {
	margin: 0 8rem 0 8rem;
	}
	.nav-bar {
	border-bottom: .3rem #0f1c28 solid;
	}
	.nav-button {
		font-size: 14pt;
		padding: 0 4px 0 4px;
	}
	.nav-button-phone {
		font-size: 14pt;
		padding: 0 4px 0 4px;
	}
	.logo {
		width: 10rem;
		margin: 2rem 1rem 1rem 3.5rem;
	}
	.icon-container img{
		height: 5rem;
	}
	.itemlist {
		-webkit-column-count: 2;
 		-moz-column-count: 2;
  		column-count: 2;
		margin: 2rem 0 2rem 0;
	}
	.itemlist p {
		margin: .5rem 0 0 .25rem;
	}
	.indexbutton {
		margin: 2rem auto 2rem auto;
		font-size: 20pt;
		height: 3.5rem;
	}
	.smallbodyimg {
		width: 50%;
	}
	.video iframe{
	width: 80%;
	}
	#contact {
		padding-top: 4rem;
		text-align: center;
	}
	footer {
		margin: 0;
	}
}
@media (max-width: 1000px) {
	.indexbackground {
		background-attachment: cover;
	}
	header {
		margin:0;
	}
	content {
		display: block;
		margin: 2rem 5% 2rem 7.5%;
		width: 90%;
	}
	h1 {
		font-size: 50pt;
		font-weight: 700;
	}
	.indexh1 {
	text-align: center;
	font-size: 70pt;
	line-height: 80pt;
	color: white;
	margin: 6rem 4rem 4rem 4rem;
	}
	h2 {
		font-size: 40pt;
	}
	h3 {
		font-size: 35pt;
		margin: 1rem 0rem .5rem 0rem;
	}
	h4 {
		font-size: 32pt;
	}
	p {
		font-size: 32pt;
		line-height: 45pt;
		margin: 2rem 0rem 2.5rem 0rem;
		text-align: left;
	}
	.tilep {
		font-size: 22pt;
	}
	.indexp {
		font-size: 40pt;
		line-height: 58pt;
	}
	.p-blocks {
	margin: 0 0rem 0 0rem;
	}
	.p-blocks {
	margin: 0 4rem 0 4rem;
	}
	.nav-bar {
		margin: 0rem -2rem 0rem 0rem;
		border-bottom: .5rem #0f1c28 solid;
	}
	.logo {
		width: 17rem;
		margin: 3rem 3rem 1rem 4rem;
	}
    .nav-menu {
    	position: fixed; 
    	left: -150%;
    	top: 7rem;
		display: block;
		background-color: white;
    	width: 60%;
		padding-top: 2rem;
		padding-bottom: 500rem;
    	transition: 0.5s;
		box-shadow: 0 1rem 3rem 0rem rgba(61,61,61,0.25);
    }
    .nav-menu.active {
    	left: -5%;
    }
    .nav-item {
    	margin: 1.5rem 0 1rem 1rem;
    }
	.nav-button {
		color: #20313F;
		font-size: 45pt;
		font-weight: 700;
		padding: 0rem 3rem 0rem 3rem;
		transition: .3s;
	}
	.nav-button:hover {
		color: steelblue;
	}
	.nav-button-active {
		text-decoration: underline;
		text-underline-offset: 11px;
		text-decoration-thickness: 8px;
		text-decoration-style: solid;
		text-decoration-color: orange;
		color: #20313F;
		font-size: 45pt;
		font-weight: 700;
		padding: 0rem 3rem 0rem 3rem;
		transition: .3s;
	}
	.nav-button-phone {
		color: darkorange;
		font-size: 45pt;
		font-weight: 700;
		padding: 0rem 3rem 0rem 3rem;
		transition: .3s;
	}
	.bar {
    	display: block;
    	width: 48px;
    	height: 7px;
    	margin: 10px auto;
    	-webkit-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
    	background-color: #0f1c28;
	}
    .hamburger {
    	display: block;
    	cursor: pointer;
		margin: 3.25rem 3rem 0 0;
		width: 3rem;
    }
    .hamburger.active .bar:nth-child(1) {
    	transform: translateY(17px) rotate(45deg);
		background-color: steelblue;
    }
	.hamburger.active .bar:nth-child(2) {
    	opacity: 0;
    }
    .hamburger.active .bar:nth-child(3) {
    	transform: translateY(-17px) rotate(-45deg);
		background-color: steelblue;
    }
	.icon-container {
		display: flex;
        flex-direction: column; /* Stacks items vertically */
        align-items: center; /* Centers items horizontally */
	}
	.icon-container img {
		height: 10rem;
	}
	.infoicon {
	width: 100%;
	}
	.icononsub{
	padding: 0 40rem 1rem 0;
	height: 8rem; 
	}
	.rowlogo {
	display:inline-flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding: 0 0 3rem 0;
	}
	.columnlogo {
	flex: 40%;
	max-width: 50%;
	text-align: center;
	margin: 4rem 0 0rem 0;
	}
	.columnlogo img {
  	vertical-align: middle;
 	width: 86%;
	}
	.indexbutton {
		padding: 1rem 2rem 1rem 2rem; 
		margin: 5rem auto 6rem auto;
		font-size: 42pt;
		height: 8rem;
	}
	.heroimg {
 		width: 104%;
  		height: 325px;
  		overflow: hidden;
	}
	.headshot img {
	width: 175px;
	margin: 0rem 2rem 0rem 0rem;
	}
	.smallbodyimg {
		width: 70%;
	}
	.video iframe{
	width: 86%;
	}
	.itemlist {
		-webkit-column-count: 1;
 		-moz-column-count: 1;
  		column-count: 2;
		margin: 1rem 0 1rem 0;
	}
	.itemlist p {
		margin: .5rem 0 0 .25rem;
	}
	.slidebutton {
		height: 3rem;
	}
	.form {
		margin: 4rem auto 10rem auto;
	}
	div.elem-group {
  		margin: 2rem 0;
	}
	label {
		margin: 2rem auto 1rem auto;
		width: 94%;
  		padding: 2rem 0 0 2rem;
  		font-size: 30pt;
	}
	input, select, textarea {
		margin: 10px auto -20px auto;
		display: block;
		border: none;
  		font-size: 14pt;
		font-family:'Open Sans', sans-serif;		
		font-weight: 200;
  		padding: 1rem;
		width: 92%;
		height: 4rem;
		background-color: white;
	}
	textarea {
  		height: 15rem;
	}
	button {
  		height: 8rem;
		padding: .5rem 2rem .5rem 2rem;
		margin: 0 auto 0 auto;
  		font-size: 35pt;
	}
	#contact {
		padding-top: 3rem;
		text-align: center;
	}
	label {
		width: 90%;
	}
	input, select, textarea {
  		font-size: 1em;
		width: 85%;
		}
	.homebutton {
		margin: 4rem auto .5rem auto;
		padding: .75rem;
		width: 15.25rem;
	}
	.contacttype {
		text-decoration: none;
		font-family:'Open Sans', sans-serif;		
		letter-spacing: 1.5pt;
		color: white;
		font-size: 14pt;
		font-weight: 400;
	}
	.copywrite {
		font-size: 12pt; 
	}
	.soc-link{
		margin: 0 .65rem 0 .65rem;
	}
	.socnav {
		height: 2.5rem;
		border-radius: .35rem;
	}
	#contact {
	padding-top: 2.5rem;
	width: 98%;
	margin: 3rem auto 1rem auto;
	}
	#soc {
		display: block;
		margin: 2rem auto 6rem auto;
		width: 60%;
		padding: 0 1rem 0 1rem;
	}
	.footer{
		margin: 0rem -2rem 0rem 0rem;
		border-top: .5rem #0f1c28 solid;
	}
}

