@font-face { font-family: neutratextbookalt; src: url( 'NeutraText-BookAlt.woff' ); }
@font-face { font-family: copperplate; src: url( 'Copperplate.ttf' ); }

html, body
{
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana;
}

.LogoContainer,
.SloganContainer
{
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

.LogoContainer
{
	margin-top: 30px;
}

.SloganContainer
{
	margin-top: 10px;
}

.LogoBox,
.SloganBox
{
	position: relative;
	height: 0;
	overflow: hidden;
	margin-left: 10px;
    margin-right: 10px;
}

.LogoBox
{
	padding-bottom: 15.944540727%; /* ratio of image height to width */
}

.SloganBox
{
	padding-bottom: 4.924242424%; /* ratio of image height to width */
}

.LogoImage,
.SloganImage
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
}

.MenuButton
{
	cursor: pointer;
	border: 1px solid gray;
	padding-top: 5px;
	width: 50px;
	height: 40px;
	border-radius: 5px;
	position: absolute;
	right: 15px;
	top: 20px;
	visibility: hidden;
}

.MenuButtonRow
{
	width: 30px;
	height: 5px;
	border-radius: 2px;
	background-color: #B0B0B0;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}

.FlatMenu
{
	font-size: 1.25em;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	max-width: 700px;
}

.FlatMenuItem
{
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
	color: #271f1c;
	font-family: neutratextbookalt, Arial, sans-serif;
}

.PopupMenu
{
	z-index: 101;
	position: absolute;
	right: 12px;
	top: 70px;
	border: 1px solid gray;
}

.PopupMenuItem
{
	cursor: pointer;
	font-size: 1em;
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid gray;
	font-family: neutratextbookalt, Arial, sans-serif;
}

/* ************************************************************************************** */

.ContactForm
{
	margin-top: 40px;
	font-family: neutratextbookalt, Arial, sans-serif;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 100%;
	max-width: 400px;
	color: #404040;
}

.ContactFormHeader
{
	text-align: center;
}

.ContactFormHeaderTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}

.ContactFormLabel
{
	margin-top: 20px;
	margin-bottom: 4px;
}

.ContactFormCheckbox
{
	margin-top: 10px;
	margin-left: 30px;
	cursor: pointer;
}

.ContactFormCheckboxLabel
{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.ContactCheckboxOtherTextContainer
{
}

.ContactName,
.ContactPhoneNumber,
.ContactEmailAddress,
.ContactCheckboxOtherText
{
	width: 100%;
	max-width: 300px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px; /* must be at least 16 to prevent zoom on iOS */
}

.ContactFormHowFoundArea,
.ContactFormInterestArea
{
}

.ContactCheckboxOtherText
{
	margin-top: 4px;
	width: 100%;
	max-width: 500px;
}

.ContactMessage
{
	width: 100%;
	max-width: 400px;
	height: 100px;
	font-size: 16px; /* must be at least 16 to prevent zoom on iOS */
}

.ContactSend
{
	margin-top: 20px;
}

.ContactSendButton
{
	cursor: pointer;
	padding: 5px;
	background-color: green;
	color: white;
	border-radius: 5px;
	font-size: 20px;
}

.ContactSendButton:hover
{
	background-color: darkseagreen;
}

.ContactSending
{
	margin-top: 10px;
	font-weight: bold;
}

.ContactError
{
	margin-left: 10px;
	color: red;
	font-size: 12pt;
}

.ContactResult
{
	margin-top: 20px;
}

.ContactResultSuccess
{
	margin-top: 20px;
	color: darkgreen;
	font-size: 10pt;
	font-weight: bold;
}

.ContactResultFail
{
	margin-top: 20px;
	color: red;
	font-size: 12pt;
}

.ContactResultReturn
{
	margin-top: 20px;
}

/* ************************************************************************************** */

.StaticPageBody
{
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	font-family: neutratextbookalt, Arial, sans-serif;
	color: rgba( 112, 111, 111, 1 );
	line-height: 120%;
}

.StaticPageBodyTitle
{
	margin-top: 20px;
	font-size: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.StaticPageBodyHeader,
.StaticPageBodyHeaderBold
{
	margin-top: 20px;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: normal;
}

.StaticPageBodyHeaderBold
{
	margin-top: 4px;
	font-weight: bold;
}

.StaticPageBodyText
{
	margin-top: 20px;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 21px;
}

.BlogHeader
{
	padding-top: 30px;
	border-top: 5px solid #EEE;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bolder;
}

.StaticPageBodyBlogPicture
{
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 21px;
	text-align: center;
}

.BlogTitle
{
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: normal;
	font-weight: bold;
}

.BlogText
{
	margin-top: 10px;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 21px;
}

.YouTubeVideoContainer
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.YouTubeVideo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.PriceListTitle
{
	margin-top: 24px;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
}

.PriceList
{
	margin-left: 50px;
	line-height: 34px;
	font-size: 20px;
}

.PriceListNote
{
	margin-left: 50px;
	font-size: 20px;
	line-height: normal;
}

.Price
{
	font-weight: bold;
	padding-left: 15px;
}

.AboutNinaPageBody
{
	text-align: center;
}

.AboutNinaImage
{
	max-height: 250px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 1px;
	display: inline-block;
}

.AboutNinaInnerImage
{
	position: relative;
}

.AboutNinaInnerImageCaption
{
	position: absolute;
	background-color: black;
	color: white;
	overflow: hidden;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	opacity: 0.90;
	width: 100%;
}

/* ************************************************************************************** */

.MainImageGallery
{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.MainImageGalleryImage
{
	width: 100%;
}

.MainImageGalleryImageA
{
	z-index: 0;
}

.MainImageGalleryImageB
{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

.MainImageGalleryButtons
{
	width: 100%;
	position: absolute;
	bottom: 5px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}

.MainImageGalleryButton
{
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid gray;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}

.MainImageGalleryButtonInterior
{
	position: relative;
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	background-color: gray;
	border-radius: 50%;
}

.MainPageText
{
	max-width: 800px;
	margin: auto; 
    margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 24px;
	font-family: neutratextbookalt, Arial, sans-serif;
	color: rgba( 112, 111, 111, 1 );
}

.MainPageGraphicBlocks
{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.MainPageGraphicBlocksTable
{
	margin: 0 auto;
}

.MainPageGraphicBlocksTableRow
{
	vertical-align: top;
}

.MainPageThreeColumnBlocks,
.MainPageTwoColumnBlocks,
.MainPageOneColumnBlocks
{
}

.MainPageGraphicBlock
{
	cursor: pointer;
	padding: 10px;
	font-family: neutratextbookalt, Arial, sans-serif;
	color: rgba( 112, 111, 111, 1 );
}

.MainPageGraphicBlockImage
{
	width: 362px;
}

.MainPageGraphicBlockCaptionTitle
{
	font-size: 20px;
	max-width: 300px;
	margin: auto;
}

.MainPageGraphicBlockCaptionText
{
	font-size: 18px;
	max-width: 300px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.BookBodyText
{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 21px;
}

.BookButtonContainer
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.BookButton
{
	background-color: #FF6633;
	color: white;
	height: 40px;
	text-transform: uppercase;
	font-family: 'Square Market','helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 38px;
	padding: 0 28px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

/* ************************************************************************************** */

.MainPageFooterImage
{
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}

.Footer
{
	padding: 10px;
	background-color: #f0f0f0;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 0.75em;
	color: gray;
}

/* ************************************************************************************** */

@media (max-width: 650px)
{
	.MainPageText
	{
		font-size: 20px;
	}
	.FlatMenuItem
	{
		font-size: 20px;
	}
}

@media (max-width: 500px)
{
	.FlatMenuItem
	{
		font-size: 16px;
	}
}

@media (max-width: 400px)
{
	.MainPageText
	{
		font-size: 18px;
	}
}

@media (min-width: 0px)
{
	.MainPageThreeColumnBlocks
	{
		display: none;
	}
	.MainPageTwoColumnBlocks
	{
		display: none;
	}
	.MainPageOneColumnBlocks
	{
		display: block;
	}
}

@media (min-width: 790px)
{
	.MainPageThreeColumnBlocks
	{
		display: none;
	}
	.MainPageTwoColumnBlocks
	{
		display: block;
	}
	.MainPageOneColumnBlocks
	{
		display: none;
	}
}

@media (min-width: 1180px)
{
	.MainPageThreeColumnBlocks
	{
		display: block;
	}
	.MainPageTwoColumnBlocks
	{
		display: none;
	}
	.MainPageOneColumnBlocks
	{
		display: none;
	}
}
