@charset "UTF-8";
/* CSS Document */


/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

body {
	background-color: #000;
}
.content-box {
	padding-top: 80px /* Needed for if nav bar fixed-top */;
	padding-bottom: 40px;
}

/* Amelia */

.amelia-v2-booking #amelia-container.am-fs__wrapper {
	margin: 0 auto !important;
}

/* Text */

.entry-title {
	padding-bottom: 0;
	border-bottom: none;
	text-align: center;
}

/* Buttons */

.btn, .wp-block-button__link, 
input[type="submit"], input[type="button"], 
.a-previous a, .a-next a, button, .button,
.logon a {
	border: none;
	text-decoration: none;
	border-radius: 50px;
}
.wp-block-button__link,
.btn-primary, input[type="submit"], input[type="button"], button, .button,
.logon a {
  background-color: #000;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus,
.wp-block-button__link:hover, .wp-block-button__link:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="button"]:hover, input[type="button"]:focus,
button:hover, .button:hover, button:focus, .button:focus,
.logon a:hover, .logon a:focus {
  background-color: #444;
}
#scrollup {
    background: url('img/scroll-up.svg') no-repeat 50% 50% #000;
}

/* Links */

a {
	color: #007bff;
}
a:hover, a:focus,
.footer a:hover, .footer a:focus {
	color: #ccc;
}

/* Navbar */

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #007bff;
  color: #fff;
}

/* Menu icon */

.navbar .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid #eaeaf0;
	border-radius: .25rem;
	position: relative;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #000;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #000;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #000;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #000;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #000;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	text-align: center;
	transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #007bff;
}

/* Small only (phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/* Small up (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium only (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/* Medium up (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large only (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Large up (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large up (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
