@charset "UTF-8";
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	font-family: Bodoni Moda SC;
	font-size: 200%;
	padding-bottom: 0px;
	min-height: 150px;
}
.MainBox {
	background-color: #FFF;
	height: auto;
	max-width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #333;
	/* [disabled]word-wrap: break-word; */
	word-break: break-strict;
	padding-top: 1px;
	padding-right: 8%;
	padding-bottom: 40px;
	padding-left: 8%;
	font-family: "Times New Roman", Times, serif;
}

.footer {
	position: inherit;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
	color: #665;
	text-align: center;
	font-family: "Bodoni Moda SC";
	margin-top: 20px;
	padding-top: 20px;
}

.topright {
	position: absolute;
	top: 0;
	right: 16px;
    font-family: "Bodoni Moda SC";
	font-size: medium;
}

textarea {
	width: 100%;
	height: 450px;
}

hr {
	margin: auto;
	width: 80%;
	color: #CCC;
}

* {
	box-sizing: border-box;
}

.SmallTextBox {
	padding: 20px;
	height: auto;
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	min-width: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	word-break: break-strict;
}

.boxheader {
	position: inherit;
	left: 0px;
	top: 0;
	width: 100%;
	background-color: #FFF;
	color: #999;
	text-align: center;
	font-family: Bodoni Moda SC;
	font-size: xx-large;
	margin-bottom: 40px;
}

body, td, th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #665;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

h1 {
	font-size: 42px;
	color: #665;
	font-family: "Bodoni Moda SC";
}

h2 {
	font-size: 28px;
	color: #665;
	font-family: "Bodoni Moda SC";
}

h3 {
	font-size: 24px;
	color: #665;
	font-family: "Bodoni Moda SC";
}

ul {
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
}
.GrayText {
	color: #665;
	font-family: "Bodoni Moda SC";
}

.TermsTextBox {
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	padding-right: 2%;
	padding-left: 2%;
	color: #665;
}

.smallText {
	font-size: medium;
	text-justify: auto;
}

.superTxt {
	font-size: xx-small;
	vertical-align: text-top;
	text-height: auto;
	font-variant: normal;
	line-height: 0px;
}

.MegaPhoto {
	background-image: url('../img/p1.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto2 {
	background-image: url('../img/p2.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto3 {
	background-image: url('../img/p3.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}
.MegaPhoto4 {
	background-image: url('../img/p4.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto5 {
	background-image: url('../img/p10.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto6 {
	background-image: url('../img/p6.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto7 {
	background-image: url('../img/p11.jpg');
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.MegaPhoto8 {
	background-image: url(../img/p12.jpg);
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	left: 0px;
}

.navbar {
	color: #333;
	font-family: "Bodoni Moda SC";
	text-align: center;
}

/* Contact */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: darkred;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
	background-color: darkred;
}

.PhotoBoxLeft {
	float: left;
	height: auto;
	width: auto;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: right;
}
/*
.FormBox {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
	padding-right: 1%;
}
*/
/* Xcard */
.redBox {
	background-color: #900;
	height: auto;
	width: 100%;
	color: #FFF;
}
*, *:before, *:after {
	box-sizing: inherit;
}

.Acolumn {
	float: left;
	width: 33.3%;
	margin-bottom: 16px;
	box-sizing: border-box;
	margin-top: 16px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	display: table;
	/*	min-width: 280px;
	max-width: 33.3%;
	
	 [disabled]min-height: 500px; 
	/* [disabled]max-height: 500px; */
}

.Acard {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	font-family: "Bodoni Moda SC";
	color: #665;
	margin: 4px;
	padding-top: 8px;
	border: 1px solid #900;
	max-height: 700px;
	max-width: 300px;
	text-align: center;
}

.Acontainer {
	display: table-cell;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: center;
	max-width: 300px;
}

.Acontainer::after, .Arow::after {
	content: "";
	clear: both;
	display: table;
	min-width: 25%;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: darkred;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #lightgrey;
}

@media screen and (max-width: 800px) {
  .Acolumn {
	width: 100%;
	display: block;
	text-align: center;
  }
}
.TextBox {
	padding: 30px;
	height: auto;
	width: auto;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.BodyText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #665;
	letter-spacing: normal;
	text-align: justify;
	text-justify: inter-word;
	word-spacing: normal;
	white-space: normal;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}

.BodyTextTerms {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #665;
	letter-spacing: normal;
	text-align: justify;
	text-justify: inter-word;
	word-spacing: normal;
	white-space: normal;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.BodyText50 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #665;
	letter-spacing: normal;
	text-align: justify;
	text-justify: inter-word;
	word-spacing: normal;
	white-space: normal;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.SignText {
	/*font-family: "Water Brush";*/
	font-family: "Hurricane";
	/*font-size: 48px;*/
	font-weight: bold;
	color: #C00;
		text-shadow: 1px 4px lightgray;
}
.BIGFONT100 {
	font-size: 100px;
}
.BIGFONT72 {
	font-size: 72px;
	/* [disabled]letter-spacing: normal; */
	/* [disabled]word-spacing: normal; */
	/* [disabled]white-space: normal; */
}
.BIGFONT48 {
	font-size: 50px;
}
.BIGFONT42 {
	font-size: 42px;
}
.BIGFONT30 {
	font-size: 30px;
}
.SmallBoxT {
	margin-right: auto;
	margin-left: auto;
	max-width: 50%;
	padding: 40px;
}
.LineSpace20 {
	line-height: 20%;
}
.LineSpace60 {
	line-height: 60%;
}
.LineSpace80 {
	line-height: 80%;
}
