@charset "utf-8";

/* Menu*/
.mainMenu {
	/*font-family: Lucida Handwriting, Comic Sans MS, Myriad Pro, Verdana;*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: xx-large
}

/* Home page contents */
.homePage {
	margin-left: 3%;
	width: 94%;
	font-family: "Lucida Calligraphy", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: large;
	font-weight: 600
}

/* sub-items like bullet lists */
.subItems {
	font-family: "Lucida Calligraphy", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: small
}

/* inserts */
.insertText {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: black;
	font-size: normal;
	padding: 5%
}

/* frame with drop shaddow */
.dShaddow {
	border-style:solid;
	border-width:1px;
	box-shadow: 4px 4px 3px black
}

/* Bio formats */
.bioPhoto{
	float:left;
	width:30%;
	margin-right: 5%;
	margin-bottom:2%
}
.bioSummary{
	float:left;
	width:60%
	/*margin-left:185px*/
}
.bioMain{
	clear: both;
	font-size: medium;
	width: 78%;
	margin-top: 2%;
	margin-left: 5%;
	font-weight: normal;
}

/* background images */
.backgroundBorder{
	border-style: solid;
	border-width: thin;
	border-radius: 5px
}
.backgroundHome {
	/*margin-left: 1%;*/
     margin-left: auto; margin-right: auto;
	width:94%;
	height: 600px;
	/*background: url("../Graphics/Background 1aS.jpg");*/
     /*background: url("../Graphics/Marina Sail Boats 1 S.jpg");*/
     background: url("../Graphics/Home Page 1.jpg");
	background-origin: content-box;
	/*background-size: cover;*/
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.background360VR{
	width:94%;
	margin-left: auto; margin-right: auto;
	height: 600px;
	background-color: black;
	/*background-origin: content-box;
	background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll*/
}
.backgroundAerial{
	margin-left: 1%;
	width:94%;
	height: 600px;
	background: url("../Graphics/Clouds 0.jpg");
	background-origin: content-box;
	/*background-size: cover;*/
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.backgroundVTour{
	margin-left: 1%;
	width:94%;
	height: 600px;
	background: url("../Graphics/Globe 0.jpg");
	background-origin: content-box;
	/*background-size: cover;*/
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.backgroundFPlan{
	margin-left: 1%;
	width:94%;
	height: 600px;
	background: url("../Graphics/GR 0a.jpg");
	background-origin: content-box;
	/*background-size: cover;*/
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.backgroundVideo{
	margin-left: 1%;
	width:94%;
	height: 600px;
	background: url("../Graphics/Video BG 2b.jpg");
	background-origin: content-box;
	background-size: cover;	
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.backgroundPhoto{
	margin-left: 1%;
	width:94%;
	height: 600px;
	background: url("../Graphics/MBR 0.jpg");
	background-origin: content-box;
	background-size: cover;
	/*background-size: contain;*/
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.backgroundPlain{
	min-height: 500px;
	margin-left: 1%;
	width: 92%;
	border-style: solid;
	border-width: medium;
	border-color: firebrick;
	padding: 2%;
	border-radius: 15px
}
.backgroundAbout{
	
	margin-left: 1%;
	width: 92%;
	border-style: solid;
	border-width: medium;
	border-color: firebrick;
	padding: 2%;
	border-radius: 15px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: darkblue;
	font-size: medium;
	font-weight: 200
}

/*
.backgroundPrice {
	background: url("../Graphics/Pricing 00.jpg");
	background-origin: content-box;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed
}
*/

/* classes for the home page cartouche */

.cartouche{
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: medium;
	border-radius: 25px;
	width: 150px;
	height: 175px;
	float: left;
	margin-left: 5%;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: small;
	color:darkblue;
	text-align: center
}

.cartoucheInsert{
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: medium;
	border-radius: 25px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: medium;
	font-weight: 200;
	color: darkblue
}


.cartoucheFlat{
	background-color: lightgrey;
	border-color: lightgrey;
	border-style: solid;
	border-width: medium;
	border-radius: 25px;
	width: 245px;
	height: 55px;
	float: left;
	margin-left: 5%;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: small;
	color: darkblue;
	text-align: center
}

.cartoucheImage{
	margin-left: 3%;
	width: 75%
}

.cartoucheText{
     font-size: 1.2em
}

/* Copyright notice */
.crNotice{
	font-size: 12px;
}

/* Sample pix */

.samplePic{
	float: left;
	margin-left: 4%;
	width: 20%;
	border-style: solid;
	border-width: thin;
	border-color: olive
}
.samplePic:hover{
	position: relative;
	left: 20px;
	top: 30px;
	transform: scale(2.0)
}


/* Old ------------------------*/
/* Aerial left element */
.aerialLeft{
	clear: both;		
	width:40%;
	padding-top: 10px;
	font-size: medium;
	float:left
}

.aerialRight{
	width:40%;
	float: left
}
.aerialPic{
	padding-left: 15%;
	width: 50%
}

.artPix{
     display:block;
     margin-left: auto;
     margin-right: auto;
     width: 50%;
     margin-bottom: 8px;
     border-style: solid;
     border-width: thin;
     border-color: black;
}

