html,body {
	height: 100%!important;
	width: 100% !important;
}

body {
	padding-top: 78px!important;
	color: black;
	
}

/* Universal Nav Styles */
nav {
	height: 70px!important;
	background: rgb(213,210,210); /* Old browsers */
	background: -moz-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: -webkit-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(213,210,210,1)), color-stop(0.41, rgba(255,255,255,1)), color-stop(0.69, rgba(244,244,244,1)), to(rgba(213,210,210,1)));
	background: -o-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d2d2', endColorstr='#d5d2d2',GradientType=0 ); /* IE6-9 */
 }
.navbar-collapse {
	margin: 8px -16px;
}
.navbar-collapse.show {
	max-height: calc(100vh - 70px);
}
@media (min-width: 489px) {
	.navbar-collapse {
		max-width: 320px;
	}
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-left: 25px;
}

.nav-link {
	border-top: 1px solid #efefef;
	height: 45px;
	line-height: 25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
}
.dropdown-menu {
	font-size: 14px;
	background-color: #efefef;
	border: none;
	border-radius: 0;
}
#navMenu {
	overflow-y: auto;
}

.navbar-toggler, navbar-toggler-right {
	border: none;
}
.navbar-toggler:hover, navbar-toggler-right:hover {
	background-color: rgba(191, 191, 191, 0.3)
}
.nav-link, .nav-item {
		font-family: 'Catamaran', sans-serif;

}
@media (max-width: 480px) {
	#navMenu.ml-auto {
		margin-left: -16px !important;
	}
}
/* Logo Icon Styles*/ 
img#navbar-brand-square {
	display: none;
}

@media(max-width: 480px) {
img#fullLogo {
	display: none;
}
img#navbar-brand-square {
	display: block;
	height: 45px;
}
.dropdown-menu {
	color: #fff;
	}
}
.card-img-top {
	width: 100%;
	height: 100% !important;
}
.card>a {
	height: 100% !important;
}

/*Full Screen Styles
DO NOT EDIT MIN-WIDTH*/
@media(min-width: 1200px) {

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.dropdown-item {
	color: #fff;
	padding-left: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  padding-left: 5px;
}
.nav-link {
	font-size: 0.92rem;
	margin: 0 4px;
	line-height: 40px;
	height: 61px;
	border-top: 0px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Catamaran', sans-serif;
	}
.nav-link:hover, .nav-link:focus {
	border: none;
	color: #fff;
}
.navbar-collapse {
	max-width: none;
}
#navMenu {
	overflow-y: visible;
	height: auto;
}
.dropdown-menu {
		border: none;
		margin: 0 0 0 4px;
		font-family: 'Catamaran', sans-serif;
	  font-weight:  500;
	}
.dropdown-menu-right {
		margin-right: 4px;
	}
.navbar-nav > .show a:hover {
	color: #fff;
	}
}
.jumbotron {
	background-image: url(../img/Textures/BubblesBackground.png);
}



/* Footer Styles */

footer {
    margin: 25px 0;
	padding: 0;
}

.social {
	font-size: 50px;
	text-align: center;
}

.social a i {
	padding: 2px;
}

i.fa-facebook-f, i.fa-facebook {
	color: #3b5998;	
}

i.fa-twitter-square, i.fa-twitter {
	color: #00aced;	
}

i.fa-instagram {
	color: #d92c74;
}
i.fa-pinterest, i.fa-pinterest-p {
	color: #cb2027;
}
i.fa-google-plus-square {
	color: #dd4b39;
}
i.fa-snapchat {
	color: #fffc00;
}

i.fa-yelp {
	color: #d32323;
}
i.fa-tripadvisor {
	color: #00af87;
}
i.fa-google {
	color: #4285f4;
}
i.fa-linkedin {
	color:  #007bb5;
}
i.fa-youtube {
	color: #ff0000; 
}

/* Text Styles */

.h1,h1 {
	font-weight: 600;
	font-size: 40px;
}
         
.h2,h2{
	font-size:36px;
	}
          
.h3,h3{
	font-size:32px;
	}

.h4,h4 {
	font-size: 20px;
	color: #707070;
	text-align: left;
	line-height: 24px;
	font-weight: 500;
}

.h5,h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 19px;
}

.h6,h6{
	font-size:16px;
	}
                              
p {
	margin:0 0 10px 0;
	}
p a.btn {
	margin: 10px 0;
}

.h1,.h2,.h3,h1,h2,h3 {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding: 10px 0;
}

.h4,.h5,.h6,h4,h5,h6 {
	font-family: 'Catamaran', sans-serif;
	margin-top: 5px;
}
/* Card Styles */

/* Miscellaneous Styles */


.error-404 {
    font-size: 100px;
}

@media(max-width: 768px ){
.img-portfolio {
    margin-bottom: 15px;
    }
 header.carousel .carousel {
    height: 70%;
    }
}

#hoursCol p {
	margin-bottom: 0;
}
#hoursCol h5 {
	margin: 0 auto;
}
#hoursCol h4 {
	margin-bottom: 0;
	margin-top: 25px;
}
#menuPanels h5 {
	margin-bottom: 0;
}

/* CalendarWiz Styles */

@media (min-width: 675px) {
    *[id*='cwwrapper_'] {display:none !important;}
    *[id*='cwucelist_'] {display:none !important;}
}
@media (max-width: 675px)  {
    .full-calendar {display: none;}
    *[id*='cwucelist_'] {position:relative !important;}
}

/* Fixes Menu Placement Between Tablet and Full Menu Styles */
@media (min-width: 481px) and (max-width: 1199px) {
	.navbar-collapse {
		top: 63px;
    position: absolute;
    right: 0;
    width: 100%;
	}
}
/*Overlay Nav Styles*/
@media (min-width: 481px) {
	.overlay {
		max-width: 250px;
	}
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 50;
    top: 0;
    left: -15px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
	padding-top: 85px;
	background-image: url(../img/Textures/padded-light.png);
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
}

a#overlayExit.btn {
	float: right;
	font-size: 30px;
	color: grey;
	right: 0;
}

.goldBox {
	box-shadow: 0px 0px 7px rgba(157,157,157,0.5);
	-webkit-box-shadow:0px 0px 7px rgba(157,157,157,0.5);
}
.carousel-indicators {
	z-index: 5;
}

.carousel-caption h4 {
	font-family: 'Catamaran', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
}

form button.btn, form button.btn-primary {
	margin: 10px 0;
}
/*Image Styles */

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.jumbotron {
	margin: 2rem 0;
	padding: 2rem;
}
@media (max-width: 576px) {
#winnerHeader.display-4 {
	font-size: 45px;
}
}
.icon-bar {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
	z-index: 20;
}

.side-links a {
    display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    font-size: 22px;
	color: #A09C9C;
}
.side-links a:hover {
	cursor: pointer;
	background-color: #e9ecef;
}
#searchWindow {
	width: 100%;
}
.anchor::before {
	display: block;
	content: " ";
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
	padding-bottom: 0;
}

.img-header {
  height: 35vh;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hoverNoLine:hover {
	text-decoration: none;
}
.card {
	margin-bottom: 1rem;
	overflow: hidden;
}
.card-body, #accordion .collapse {
	overflow: hidden;
}
.card-header {
	padding: 0.75rem 1rem 0.25rem 1rem;
	border-bottom: 0;
	background-color: #e9ecef;
}
#accordion > .card {
	margin-bottom: 0.5rem;
}
.ot-dtp-picker {
	width: 100%;
}
#emailSubscribe .modal-content {
	background: rgba(255, 255, 255, 0.9);
}
.noWrap {
	flex-wrap: nowrap;
}
a.carousel-control-prev {
	background: linear-gradient(-90deg, transparent, black);
}
a.carousel-control-next {
	background: linear-gradient(90deg, transparent, black);
}
.list-group-item-action:hover {
	color: #fff;
}
.card .list-group-item {
	border-left: none;
	border-right: none;
	border-radius: none;
}
.card .list-group-item:last-child {
	border-bottom: none;
}
.card .list-group-item:first-child {
	border-radius: 0;
}
a.btn-primary.dropdown-toggle {
	color: white;
}
a .show > .btn-primary.dropdown-toggle {
	color: white;
}
a:not([href]):not([tabindex]):hover {
	color: white;
}
.btn-dropdown {
	background-color: #efefef !important;
	margin-left: 0.5rem;
}
.btn-dropdown a.dropdown-item {
	color: #212529 !important; 
}
label {
	margin-bottom: 0;
	color: #656565;
}
.form-group {
	margin-bottom: 0.5rem;
}
.goldBox a img {
	display: block;
	background-color: white;
}
/* Custom Datepicker Styles */
.ui-widget-header {
	background: rgb(213,210,210); /* Old browsers */
	background: -moz-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: -webkit-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(213,210,210,1)), color-stop(0.41, rgba(255,255,255,1)), color-stop(0.69, rgba(244,244,244,1)), to(rgba(213,210,210,1)));
	background: -o-linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	background: linear-gradient(rgba(213,210,210,1) 0%, rgba(255,255,255,1) 41%, rgba(244,244,244,1) 69%, rgba(213,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d2d2', endColorstr='#d5d2d2',GradientType=0 ); /* IE6-9 */
}
.ui-widget-content {
	color: #727b84;
}
.ui-state-default {
	border-radius: 3px;
	background: white;
	border: none;
}
.ui-state-active {
	background-color: #727b84 !important;
	color: white !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background-color: #e9ecef;
	border: none;
}
.ui-button {
	background-color: #727b84;
	color: white;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #454545;
	background-color: lightgrey;
}
.ui-datepicker-month, .ui-datepicker-year {
	text-align: center;
}
.ui-datepicker-div {
	box-shadow: 0px 0px 7px rgba(157,157,157,0.5);
	-webkit-box-shadow:0px 0px 7px rgba(157,157,157,0.5);
}

/* icons in input */
input.hasDatepicker {
  background-image: url(../imgf/calendar.png);
  background-repeat: no-repeat;
  background-position: 99% center;
}

input.hasDropDown {
  background-image: url(../imgf/dropdown.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.form-check, .form-check-inline {
	margin-top: 1rem;
}
.bkg-no-repeat {
	background-repeat: none;
}
.bkg-center-center {
	background-position: center center;
}
.bkg-top-center {
	background-position: top center;
}
.bkg-bottom-center {
	background-position: bottom center;
}
.bkg-top-left {
	background-position: top left;
}
.bkg-top-right {
	background-position: top right;
}
.bkg-bottom-left {
	background-position: bottom left;
}
.bkg-bottom-right {
	background-position: bottom right;
}
.bkg-center-left {
	background-position: center left;
}
.bkg-center-right {
	background-position: center right;
}
.bkg-size-cover {
	background-size: cover;
}
.bkg-size-contain {
	background-size: contain;
}
.bkg-black {
	background-color: black;
}
/* Added 02.24.2020 */
.form-control {
	height: inherit;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	width:auto;
}
.error {
	color:#ff0000;
}
/* Added 02.25.2020 */
.carousel-item-250 {
  height: 35vh;
  min-height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-450 {
  height: 45vh;
  max-height: 450px;
}