/* ~~~~~~~~ General ~~~~~~~~ */
section {
	padding: 25px 0;
}

.container {
	max-width: 1300px;
}

.card .card-header {
	padding: 1rem 2rem; 
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
	background-color: #f1592a;
    border-color: #f1592a;
}

.btn:not(.close):not(.mfp-close):hover {
	background-color: #262262;
	border-color: #262262; 
}

.click_link {
	font-weight: 600;
	text-decoration: underline;
}

/* ~~~~~~~~ Page Layout ~~~~~~~~ */
/* NAV */
#header .header-inner {
	height: 100px;
	border-bottom: 2px solid #262262;
}

#nav-logo {
	height: 100px;
	position: absolute;
	top: 0;
}

#mainMenu nav {
	margin-top: 10px;
}


#mainMenu nav > ul > li > a {
	font-size: 18px;
	padding: 25px 5px;
}

#mainMenu nav > ul > li:hover,
#mainMenu nav > ul > li > a:hover {
	color: #f1592a;
}

/* Footer */
footer {
	background-image: url("../images/water.jpg");
	background-size: cover;
	background-position: 100% 78%;
}

#footer .footer-content {
	padding: 20px 0;
}

#footer-logo {
	height: 215px;
	margin-left: -50px;
}

#footer a:not(.btn) {
	font-weight: 600;
}

#footer-contact-info {
	margin-top: 30px;
}

#footer #contact-card {
	border: 2px solid #e6e8eb;
}

/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
/* Home Page */
section.halfscreen {
	padding-top: 0;
	min-height: 800px;
}

#slider.inspiro-slider {
	min-height: 800px;
}

#slide-1-img, #slide-2-img, #slide-3-img, #slide-4-img, #slide-5-img, #slide-6-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 800px;
}

.inspiro-slider .slide {
	position: relative;
	overflow: hidden;
	min-height: 800px;
}

.inspiro-slider .slide .container {
	padding-top: 0;
	padding-bottom: 400px;
	position: relative;
	z-index: 3;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	section.halfscreen {
		min-height: 400px;
	}
	
	#slider.inspiro-slider {
		min-height: 400px;
	}
	
	#slide-1-img, #slide-2-img, #slide-3-img, #slide-4-img, #slide-5-img, #slide-6-img {
		min-height: 400px;
	}
	
	.inspiro-slider .slide {
		min-height: 400px;
	}
	
	.inspiro-slider .slide .container {
		padding-bottom: 200px;
	}
	
	#slide-1-text, #slide-2-text, #slide-3-text {
		font-size: 40px;
	}
	
	#slide-3-text {
		font-size: 30px;
	}
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: block !important;
}

.slide.is-selected .slide-overlay {
	display: block !important;
}

.slide-captions {
	position: relative;
	z-index: 10 !important;
}

#slide-1-text, #slide-2-text, #slide-3-text {
	color: #ffffff;
	font-size: 70px;
	line-height: 1.75em;
	font-weight: 800;
	letter-spacing: -.02em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#slide-1-text {
	margin-top:150px;
}

#slide-2-container {
	padding-bottom: 60px;
	margin-left: 125px;
}

#slide-2-text {
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}

#slide-3-container {
	padding-bottom: 175px;
}

#slide-3-text {
	font-size: 50px;
}

#home-bottom .card-body p {
	margin-top: 5px;
}

#home-bottom img {
	width: 100%;
	max-height: 185px;
}

/* About Page */
#about-section hr {
	margin-top: 0;
}

#about-section h3:not(:last-child) {
	margin: 15px 0;
}

#testimonials-carousel .flickity-page-dots {
	bottom: 5px;
	height: 20px;
}

#selfie-img, #fishing-img, #dog-img {
	height: 350px;
}

#speedboat-img, #facebook-ad-img {
	height: 275px;
}

/* Services Page */
.services_row h3 {
	color: #f1592a;
}

#code-academy-request-form .guardian_row {
	display: none;
}

/* Booking Page */
#calendar-section .container {
	max-width: 1500px;
}

#calendar table tbody .fc-scroller {
	height: 100%!important;
}

#calendar .fc-time-grid .fc-slats td {
	height: 3rem;
}

#portal-contents .card-body {
	overflow-y: auto;
	height: 67vh;
}

#calendar-portal {
	padding: 3px;
	background-color: rgba(148, 148, 148, 0.7);
	position: absolute;
	width: 80%;
	height: 80vh;
	border: 3px solid black;
	margin: auto;
	top: 25px;
	right: 0;
	left: 0;
	z-index: 999;
	border-radius: 8px;
	display: none;
}

.modal_header {
	display: inline;
}

#calendar-portal .card {
	margin: 20px;
}


/* JDR */

#admin-content-row{
	width:98%;
	margin-left:1%;
	padding:10px 25px;
}

.swal2-select{
	width:65%!important;
}

/* Admin */
#admin-portal {
	padding: 3px;
	background-color: rgba(148, 148, 148, 0.7);
	position: absolute;
	width: 80%;
	border: 3px solid black;
	margin: auto;
	top: 25px;
	right: 0;
	left: 0;
	z-index: 999;
	border-radius: 8px;
	display: none;
}

.modal_header {
	display: inline;
}

#admin-portal .card {
	margin: 20px;
}
