@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto Slab', serif;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

a {
	color: #2E3192;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

header {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 3px solid #C78A31;
}

.text-center {
	text-align: center;
}

article {
	font-size: 8px;
}

header a, header a:visited {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	 -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}

.btn-primary {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	letter-spacing: 1px;
	padding: 6px 40px 0 40px;
	color: #fff;
	display: block;
	margin: 10px auto;
}

.btn-primary:hover {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	text-decoration: none;
	background: rgba(255,255,255,.1);
}

.btn-secondary {
	background-color: #2E3192;
	border: none;
	margin-top: 10px;
}

.btn-center {
	display: block;
	margin: 40px auto;
}

.logo {
	max-width: 10%;
	margin: 30px;
	left: 5px;
	position: absolute;
}

.logo img {
	background-color: #2E3192;
	margin-top: 5px;
}

.callout {
	background-color: #C78A31;
	color: #2E3192;
	font-size: 12px;
	padding-bottom: 2px;
}

nav {
	background-color: #2E3192;
	z-index: 9999;
}

nav ul {
	display: block;
	margin: 0 auto;
}

nav li {
	padding: 15px;
}

nav .contact {
	border: 2px solid #C78A31;
}

.dropdown-menu {
	background-color: #000;
	border-radius: 0;
	border: 1px solid #d1a352;
	box-shadow: 5px 5px 10px #000;
}

.dropdown-item {
	color: #fff;
	font-size: 0.9em;
	text-transform: capitalize;
	margin: 10px 0;
	padding: 6px 40px;
}

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	background-color: #d1a352;
	border-radius: 0;
}

#myCarousel {
	margin-top: -200px;
	position: fixed;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 320px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h1 {
	font-size: 64px !important;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.page-header{margin-top: -150px; position: fixed;}

.mycontent { 
       position: relative; 
       padding-top: 10px;
}


.responsive-video {
  width: 100% !important;
  height: auto !important;
  min-height: 600px;
  margin-top: 20px;
}

.mycontent-secondary {
	position: relative;
	padding-top: 0;
}

.navbar-dark .navbar-toggler {
	border: 1px solid #fff;
	border-radius: 0;
}

.hide-md-up {
	display: none;
}

.reviews article {
	padding: 20px 10px 10px 10px;
	font-weight: 100;
	font-size: 0.9em;
}

.section-header {
	padding-bottom: 25px;
	letter-spacing: 1px;
}

.header-padding {
	padding: 20px 0 10px 0;
}

.packages .col-md-4 {
	margin: 10px 0;
}

.packages h4 {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #2E3192;
}

.text-sm {
	font-size: 0.9em;
}

.custom-experience img {
	padding: 10px 0 30px 0;
}

/* form styles */

form {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

form p {
	color: #2E3192;
	font-style: italic;
	text-align: left;
}

form span {
	font-style: italic;
	font-size: 0.75em;
}

form .col-md-6 {
	margin-bottom: 20px;
	text-align: left;
}

form .col-md-3, form .col-md-4, form .col-md-10 {
	text-align: left;
}

form label {
	font-size: 0.9em;
	width: 100%;
	text-align: left;
}

form input {
	border: 2px solid #2E3192;
	width: 100%;
}

.submit-button {
	background-color: #2E3192;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px; 
}

.submit-button:hover {
	background-color: #000;
	border: 2px solid #000; 
}

form textarea {
	border: 2px solid #2E3192;
	width: 100%;
}

/*form input[type=radio] {
	margin-left: 50px;
	}*/


form input[type=checkbox] {
	margin-top: 10px;
	}
	
form input[type=date] {
	font-size: 0.7em;
	padding: 0 2px;
	}
	
	.accordion-container .content {
		padding: 20px 0;
	}
	
	.calendar-img {
		padding: 10px 0;
	}

/* form styles */

/* footer styles */

footer {
	color: #fff;
	background-color: #2E3192;
	padding: 40px;
	border-bottom: 3px solid #C78A31;
	font-size: 10px;
}

footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
}

footer a:hover {
	color: #C78A31;
}

footer hr {
	border-top: 1px solid #fff;
	margin: 40px auto;
}

	.arrow {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 140px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.fa-angle-down {
	  color: #fff;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media screen and (max-width: 1230px) {
	.carousel-caption {
    bottom: 200px;
}
	}
	
	@media screen and (max-width: 1170px) {
.arrow {
	bottom: 2%;
}
.carousel-caption h1 {
	font-size: 50px !important;
}
nav li {
	padding: 10px;
	font-size: 0.9em;
}
}

@media screen and (max-width: 970px) {
	#myCarousel {
	margin-top: -3px;
	position: fixed;
	}
	nav li {
	padding: 5px;
	font-size: 0.6em;
}
	}
	
	@media screen and (max-width: 765px) {
		nav {
			font-size: 1em;
		}
		.navbar-collapse {
			margin-top: 20px;
		}

		.navbar-collapse li:not(:last-child) {
			border-bottom: 1px solid #fff;
			padding: 5px 0;
		}
		nav .contact {
			border: none;
		}
		nav li {
	padding: 5px;
	font-size: 1em;
}
		.hide-md-up {
			display: block;
		}
		.logo {
			max-width: 20%;
			margin: 0;
			position: inherit;
		}
		.arrow {
			display: none;
			}
			.carousel-caption {
    bottom: 40%;
}
			.carousel-caption h1 {
	font-size: 24px !important;
}
		.mobile-reservations {
			display: none;
		}
		.mycontent-secondary {
			position: relative;
			padding-top: 90px;
		}
		footer .col-sm-6 {
			width: 50%;
		}
		footer p {
			font-size: 0.8em;
		}
		.btn-primary {
			font-size: 20px !important;
		}
		.responsive-video {
  width: 100% !important;
  height: auto !important;
  min-height: 250px;
  margin-top: 20px;
}
/*form input[type=radio] {
	margin-left: 0;
	}*/
	.experience .col-6, .row-bg .col-6, .row-bg .col-4 {
		background-color: #f5f5f5;
		border: 1px solid #ddd;
	}
	.accordion-container span {
		font-size: 10px;
	}
		}
		
		@media screen and (max-width: 575px) {
			.accordion-container span {
		font-size: 8px;
	}
			}
	
