html {
  /* scroll-behavior: smooth; */
  scroll-padding-top: 76px;
}

/* Move down content because we have a fixed navbar that is 76px tall */
body {
  padding-top: 76px; /*3.5rem;*/
  font-family: arial;
}
h1, h2, h3, h4 {
	font-family: Georgia;
}
.jumbotron {
	background-color: #fff;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
}

.jumbotron li {
  padding-top: 1em;
}
.header-img {
  width:100%;
  margin-top: 25px;
}
.jumbotron.text-center {
	background-image: url(../images/howellpoint-bg.jpg);
  background-position: center 25%;
	background-repeat: no-repeat;
  background-size: cover;
  /*height: 800px;*/
  height: 90vh;
  color: #ffffff;
}

.jumbotron.text-center .container {
  display:table;
  /*min-height: 600px;*/
  height: 600px;
}	
.jumbotron.text-center .container .container { 
	display:table-cell;
	vertical-align: middle;
}
.navbar-brand {
	background-image: url(../images/howellpoint-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center; */
  height: auto;
  min-height: 60px;
  width: 40%;
  background-position:center;
}
#navContainer, nav{
	background-color: #2699FB;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}

.navbar .offcanvas {
  background-color: #2699FB;
}

.navbar .offcanvas .offcanvas-header {
  color: #fff;
}

.navbar .offcanvas .offcanvas-header .btn-close{
  --bs-btn-close-bg : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill='%23FFF' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
  ;
}

.navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .nav-item.dropdown .dropdown-menu {
  background-color: #2699FB;
  .dropdown-item {
    color: #fff;
  }
  .dropdown-item:hover{
    color: #2699FB
  }
  .dropdown-item:active{
    background-color: #2699FB;
    color: #fff;
  }
}

.warning {
  color: #212529;
  background-color: #ffc107;
  padding:20px; 
  font-size:20px;
}
nav a {
	color:#fff;
  font-size: 1.4rem !important;
}

@media (min-width: 768px) and (max-width: 1023px){
  .navbar-brand{
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav a {
    font-size: 1rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width: 1025px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: .5rem;
  }
}

/* Footer */
footer{
  height: 60px;
  line-height: 60px;
  background-color: #2699FB;
  color: #fff;
}


footer .b2t {
  margin: 40px auto;
}
footer .b2t .scrollToTopBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  cursor: pointer;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d2c46;
  right: 0px;
  bottom: 0px;
  font-size: 1.5rem;
  width: 100%;
  height: 50px;
  z-index: 8;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  padding: 0.5em 1em;
  border-radius: 0;
}
footer .b2t .scrollToTopBtn .fa {
  color: #fff;
}
footer .b2t .scrollToTopBtn.showScrollBtn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.8;
}
footer .b2t .scrollToTopBtn .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer .b2t .scrollToTopBtn:hover {
  background-color: #0d2c46;
  opacity: 1;
  color: #ffffff;
}
@media (min-width: 813px) {
  footer .b2t {
    margin: 0 auto;
  }
  footer .b2t .scrollToTopBtn {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}

/* Slideshow */
.howell-slideshow{
  position: relative;
}

.howell-slideshow .main-banner{
  position: absolute;
  right: 5%;
  left: 5%;
  z-index: 10;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  color: #fff;
  text-align: center;
  bottom: 0%;
}

.howell-slideshow .main-banner .display-3{
  text-shadow: 2px 2px 5px #000;
  font-size: 3.4rem;
  margin-bottom: 0;
}

 .howell-slideshow .main-banner .headline-btns{
  display: flex;
  align-items: center;
  justify-content: center; /*space-between;*/
  gap: 5px;
  flex-wrap: wrap;
}

.howell-slideshow .main-banner .headline-btns p{
  margin-bottom: .5rem;
}

.howell-slideshow .main-banner .headline-btns p.read-more{
  display: none;
}

.howell-slideshow .main-banner .headline-btns p a{
  padding: .5rem .5rem;
}

.swiper-container {
  width: 100%;
  height: 500px; 
}

.swiper-slide{
  height: 500px;
  position: relative;
  overflow: hidden;
}

.swiper-slide img{
    width: unset !important;
    max-width: unset;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.swiper-slide.move-img img{
  left: 0%;
}

.swiper-pagination{
  display: none;
}

.swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active{
  background: #007bff !important;
}

@media all  and (min-width: 576px) {
  .swiper-slide.move-img img{
    left: 40%;
  }
}

@media all and (min-width: 768px) {
  .howell-slideshow .main-banner{
    bottom: 10px;
    right: unset;
    left: 2%;
  }
   .howell-slideshow .main-banner .display-3{
    text-shadow: 2px 2px 5px #000;
    /* font-size: 4.5rem; */
    margin-bottom: .5rem;
  }
  .howell-slideshow .main-banner .headline-btns{
    justify-content: center;
  }
  .howell-slideshow .main-banner .headline-btns p{
    margin-bottom: 0;
  }
  .howell-slideshow .main-banner .headline-btns a{
    padding: .5rem 1rem;
  }
  .swiper-pagination{
    display: block;
    text-align: right !important;
    right: 2%;
    left: unset !important;
  }
}

@media all and (min-width: 992px) {
  .swiper-container {
    height: 600px;
  }

  .swiper-slide{
    height: 600px;
  }

  .swiper-slide img{
      height: 600px;
  }

  .swiper-slide.move-img img{
    left: 50%;
  }
}

@media all and (min-width: 1024px) {
  .howell-slideshow .main-banner .headline-btns{
    justify-content: space-between;
    gap: 30px;
  }

  .howell-slideshow .main-banner .headline-btns p.read-more{
    display: block;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
}

@media all and (min-width: 1200px) {
  .swiper-container {
    height: 570px; 
  }

  .swiper-slide{
    height: 570px;
  }

  .swiper-slide img{
      width: 100% !important;
      max-width: 100%;
      height: 570px;
  }
}

@media all and (min-width: 1400px) {
  .swiper-container {
    height: 700px; 
  }

  .swiper-slide{
    height: 700px;
  }

  .swiper-slide img{
      height: 700px;
  }
}

/* Calendar */
#park-events{
  margin: 40px auto;
}

#park-events .events-container{
  margin-top: 20px;
}

#park-events .events-container .event{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#park-events .events-container .event .date{
  background-color: #0C2C46;
  text-align: center;
  padding: 20px;
  color: #fff;
  border-right: 5px solid #2699FB;
  width: 76px;
}

#park-events .events-container .event .date span{
  font-weight: bold;
}

#park-events .events-container .event .info{
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: 20px;
  flex: 2 auto;
}
 /* Important Mesage Block */
:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(38, 153, 251, 1);
	--c2: rgba(0, 0, 0, 0.5);
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}


.box {
	font-size: 1.5rem;
	margin: 50px auto;
	border: 0.5rem solid;
	padding: 0;
	border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), var(--c1), var(--c1) 10%, var(--c2) 40%) 30;
	animation: borderRadial var(--d) linear infinite forwards;
  text-align: center;
}
.box a{
  background: #0C2C46;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/** Important Links on index page **/
#parkImportantLinks{
  margin: 40px auto;
}
.pdf-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  /* background-color: #f7f7f7; */
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 20px;
}

.pdf-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

.pdf-list li:last-child {
  margin-bottom: 0;
}

.pdf-list li:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #555;
}

.pdf-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  color: #2699FB;
}

.pdf-list li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  color: #0C2C46;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}

.pdf-list li:hover a:before {
  color: #555;
}

.links-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 20px;
}

/* .links-container div a{
  width: 100%;
} */

/* Accordion Styles */
.accordion-button:not(.collapsed) {
  background-color: #0C2C46;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}