﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
/*	font-family: Corbel;
*/font-family: 'Raleway', Arial , Helvetica, sans-serif; /*	font-family: Raleway;
*//*	font-family: Arial , Helvetica, sans-serif;
*/;
	overflow: auto;
	background-image: url('../images/beach_photo_2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	visibility: hidden; /* hide until image loads */

/*background: -webkit-linear-gradient(#fff1d0, #7e6946);
	background: -o-linear-gradient(#fff1d0, #7e6946);
	background: -moz-linear-gradient(#fff1d0, #7e6946);
	background: linear-gradient(#fff1d0, #7e6946);
*/	/*#C09F80
	#76323F
	#565656
	#D7CEC7
*/
}
img {
	height: auto;
	max-width: 100%;
	/*width: 100%;
  height: 100%;
  object-fit: contain;*/
}
#image_center {
	margin: 5px;
	display: flex;
	justify-content: center;
}
h1 {
	color: #2b325c;
	font-weight: bold;
	font-size: x-large;
}
h2 {
	color: #2b325c;
	font-weight: bold;
	font-size: large;
}
a:visited {
	color: #2b325c;
	text-decoration: underline;
}
a:link {
	color: #2b325c;
	text-decoration: underline;
}
a:active {
	color: #2b325c;
	text-decoration: underline;
}
a:hover {
	color: #2b325c;
	text-decoration: underline;
	font-size: 100%;
}
li {
	padding: 3px;
}
#top {
	padding: 0px;
	object-fit: cover;
	width: auto;
	max-width: 990px;
	max-height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
	
/*	background-color: #2b325c;
*/	/*
	background-image: url('../images/logo_10.png');
	background-size: contain
*/
}
#top img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
@media only screen and (min-width: 768px) {
#logo-1 {
	display: block;
}
#logo-2 {
	display: none;
}
#logo-3 {
	display: block;
	max-width: 300px; /* Image will never exceed 500px wide */;
	width: 100%; /* Shrinks to fit smaller screens */;
	height: auto;
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
#logo-1 {
	display: block;
}
#logo-2 {
	display: none;
}
}
@media only screen and (max-width: 500px) {
#logo-1 {
	display: none;
}
#logo-2 {
	display: block;
}
}
#menu_bar {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
	top: 6px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent; /*	position: relative;
*/;
	box-shadow: 6px 6px 12px #000000;
}
@media (max-width: 809px) {
  #menu_bar {
    background-color: #dddddd;
      }
}
#heading_bar {
	padding: 4px;
	text-align: center;
	border-radius: 12px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dde0f5; /*	position: relative;
*/;
	box-shadow: 6px 6px 12px #000000;
}
#color_bar {
	padding: 6px;
	border-radius: 12px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b325c; /*	position: relative;
*/;
	box-shadow: 6px 6px 12px #000000;
}
#current {
	padding: 10px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	vertical-align: top;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
/*background-color: #CDB76C;
*/background: linear-gradient(#EEEEEE, bisque);
	background: -webkit-linear-gradient(#FFFFFF, bisque);
	background: -o-linear-gradient(#FFFFFF, bisque);
	background: -moz-linear-gradient(#FFFFFF, bisque);
}
#current_2 {
	padding: 10px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
/*background-color: #CDB76C;
*/background: linear-gradient(#EEEEEE,bisque);
	background: -webkit-linear-gradient(#FFFFFF,bisque);
	background: -o-linear-gradient(#FFFFFF,bisque);
	background: -moz-linear-gradient(#FFFFFF,bisque);
}
#main {
	padding: 10px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto; /*	text-align:center;
*/;
	position: relative;
	vertical-align: top;
	overflow: hidden;
/*	background-color: #f3f3ff;
*//*background-color: #EBE5DB;*/ /*background-image: url('../images/triangle-mosaic.png');
	background-image:url('../images/background_2.png')
*/ /*background: linear-gradient(#fff9e1, #fff9e1);
	background: -webkit-linear-gradient(#fff9e1, #fff9e1);
	background: -o-linear-gradient(#fff9e1, #fff9e1);
	background: -moz-linear-gradient(#fff9e1, #fff9e1);*/;
}
#main_group {
	border: 2px solid #333;
	border-radius: 8px;
}
#main img {
	object-fit: contain;
}
#slider {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: top;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
/*background-color: #CDB76C;
*/background: linear-gradient(#EEEEEE, #CDB76C);
	background: -webkit-linear-gradient(#FFFFFF, #CDB76C);
	background: -o-linear-gradient(#FFFFFF, #CDB76C);
	background: -moz-linear-gradient(#FFFFFF, #CDB76C);
}
#gallery {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: top;
	text-align: center;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
/*background-color: #CDB76C;
*/background: linear-gradient(#EEEEEE, #CDB76C);
	background: -webkit-linear-gradient(#FFFFFF, #CDB76C);
	background: -o-linear-gradient(#FFFFFF, #CDB76C);
	background: -moz-linear-gradient(#FFFFFF, #CDB76C);
}
/* TWO COLUMN FLEXBOX */
.two-column {
	display: flex;
	flex-direction: row;
}
/* TWO COLUMN FLEXBOX */
.two-column div1 {
	border: 0px solid blue;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.two-column div2 {
	border: 0px solid blue;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.two-column div3 {
	border: 0px solid blue;
	padding: 8px;
	flex: 1 40%;
	display: flex;
	justify-content: left;
	align-items: left;
	text-align: left;
}
@media (max-width:600px){
.two-column div2 {
	display: none;
	width: 100%;
	float: none;
	clear: both;
}
}
/* MULTI COLUMN FLEXBOX */
.multi-column {
	display: flex;
	flex-direction: row;
	padding: 4px;
}
@media (max-width:600px){
.multi-column {
	flex-direction: column;
}
}
/* MULTI COLUMN FLEXBOX */
.multi-column div {
	border: 0px solid blue;
	flex: 50%;
	display: flex;
	justify-content: left;
	align-items: top;
	text-align: left;
	padding: 4px;
}
#twin_block {
	background-color: transparent;
	border: 0px #7DACB5 solid;
	overflow: hidden;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
twin {
	padding: 2px;
	width: 49%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	float: left;
}
@media (max-width:480px){
twin {
	width: 100%;
	float: none;
	clear: both;
}
}
#twin-child {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	padding: 5px;
	width: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	position: relative;
	text-align: center;
	font-size: small;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
	background-color: transparent;
	/*background: linear-gradient(#EEEEEE, #7DACB5);
	background: -webkit-linear-gradient(#FFFFFF, #7DACB5);
	background: -o-linear-gradient(#FFFFFF, #7DACB5);
	background: -moz-linear-gradient(#FFFFFF, #7DACB5);
*/
}
#button {
	padding: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	position: relative;
	text-align: center;
	font-size: medium;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
	background-color: #848ec1;
}
.maroon {
	color: #2b325c;
}
.maroonbold {
	color: #2b325c;
	font-weight: bold;
	font-size: medium;
}
.maroonbold-italic {
	color: #2b325c;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}
.large {
	font-size: large;
}
.maroonx-largebold {
	/*color: #2b325c;*/
	color: FF00FF;
	font-weight: bold;
	font-size: x-large;
}
.maroonlargebold {
	color: #2b325c;
	font-weight: bold;
	font-size: large;
}
.orange {
	color: #e68a5b;
}
.orangebold {
	color: #e68a5b;
	font-weight: bold;
	font-size: medium;
}
.orangebold-italic {
	color: #e68a5b;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}
.large {
	font-size: large;
}
.orangex-largebold {
	color: #e68a5b;
	font-weight: bold;
	font-size: x-large;
}
.orangelargebold {
	color: #e68a5b;
	font-weight: bold;
	font-size: large;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
.whitelargebold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
}
.white-largebold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
}
