/* ~~~~~~~~ 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;
}

.icon_padding {
	margin-right: 5px;
}

/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
/* Home Page */
section.halfscreen {
	padding-top: 0;
}

.inspiro-slider .slide .container {
	padding-top: 0;
	padding-bottom: 400px;
}

#slide-1-img, #slide-2-img, #slide-3-img, #slide-4-img, #slide-5-img, #slide-6-img {
	background-position: 50% 60%;
}

#slide-1-text, #slide-2-text, #slide-3-text {
	color: #262262;
	font-size: 70px;
	line-height: 1.75em;
	font-weight: 800;
	letter-spacing: -.02em;
}

#slide-1-text {
	color: #262262;
	text-shadow: 1px 1px white;
	margin-top:150px;
}

#slide-2-container {
	padding-bottom: 60px;
	margin-left: 125px;
}

#slide-2-text {
	text-shadow: 3px 3px white;
}

#slide-3-container {
	padding-bottom: 175px;
}

#slide-3-text {
	font-size: 50px;
	text-shadow: 1px 1px white;
}

#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;
}

.loading {
	position: absolute;
	margin: auto;
	width: 450px;
	top: 12vh;
	right: 0;
	left: 0;
	padding: 25px;
	border-radius: 10px;
	background-color: lightgray;
	z-index: 999;
}

.loading_footer {
	position: absolute;
	margin: auto;
	width: 450px;
	top: -50vh;
	right: 0;
	left: 0;
	padding: 25px;
	border-radius: 10px;
	background-color: lightgray;
	z-index: 999;
}

/* Services Page */
#services-container img {
	width: 100%;
}

.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;
}
