/* CSS Document */

body {
	font-family: 'Assistant', sans-serif!important;
	color:black;
	min-width: 550px;
	background-color: #98C4E3!important;
	background-image: url("../images/tropical.jpg");
	background-size: cover!important;       /* Make it cover the whole page */
      background-position: center!important;  /* Center the image */
      background-repeat: no-repeat; /* Prevent tiling */
      background-attachment: fixed!important; /* Keep it fixed when scrolling */
      min-height: 100vh!important;            /* Ensure full height */
	
}
h1, h2, h3, h4 {
	
}
footer {
	
}

.text-shadow {
	text-shadow: 1px 1px 2px #766EAC;
}
.dontshow {
	display: none;
}
.brand {
	margin-top:-9px;
}
.clear {
	clear: both;
}
.watermark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: -1;
	opacity: 0.4
		;
}
.bcp-banner {
	font-family: 'Trade Winds';
	font-size: 4rem;
	color: #0C005C;
	text-shadow: 2px 2px 5px #766EAC;
	z-index: 99;
}
.page-area {
	position: relative;
	background-image: url("../images/tropical.jpg");
	background-position: centerleft;
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px!important;
    width: 100%!important;
	
}
.btn-event {
	background-color: rgba(36,46,82,1.00)!important;
	color: white!important;
}
.btn-event:hover {
	background-color: rgba(111,129,192,0.79)!important;
	color: black!important
}
.btn-event {
	background-color: rgba(36,46,82,1.00)!important;
	color: white!important;
}
.btn-primary {
	background-color: rgba(36,46,82,1.00)!important;
	color: white!important;
}
.bg-none { background-color: transparent!important;}
.page-area h1, .page-area h2 { text-shadow: 1px 1px 2px #ccc; }


.tag-cloud { display:none;}
.tag-cloud a.nav-item.nav-link {
	font-size: 70%!important;
	font-weight: 200!important;
	color:grey!important;
	display:block;
	line-height: 0.8rem;
}

.vtext { 
	display: inline-block;
	text-align: center;
	text-orientation: upright;
	writing-mode: vertical-lr; 
	letter-spacing: 0.05em;
	word-wrap: break-word;
	
}




