@charset "utf-8";
/* Dom Karin's Main CSS */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background-color:#121212;
	background-attachment: fixed;
	background-image: linear-gradient(#050101, #2E1518);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	}
#container {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	background-attachment: fixed;
	background-image: url(../images/cage0136.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	/* min-width: 800px; */
}
#leftColumn {
	width: 15%;
	max-width: 418px;
	height: 100vh;
	display: table-cell;
}
#leftColumn #imgHold {
	width: auto;
	height: 100vh;
	margin-left: 0px;
	margin-right: 0px;
}
#rightColumn {
	display: table-cell;
	/*width: 70%; */
	text-align: left;
	vertical-align: top;
}
/* Content */
#content {
	position: relative;
	background-color:#FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #666666;
}
/* Header */
#header {
	margin-top: 25px;
}
#header img {
	max-width: 98%;
	height: auto;
	margin: auto;
	display: block;		
}
/* Content */
#contentInfo {
	position: relative;
	background-color:#FFFFFF;
	width: 85%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
}
#content img {
	max-width: 98%;
	height: auto;		
}	
h1 {
	text-align: center;
	}
h3 {
	color: #CC0000; font-size: 18px;
	}
p {
	font-size: 14px;
	}
img {
	border: 0;
	}
.red {
	color: #C21075;
	font-size: 18px;
	font-weight: bolder;
}
.green {
	color: #009900;
	font-size: 18px;
	font-weight: bolder;
}
.orange {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bolder;
}
.purple {
	color: #B43EBD;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
}
.blue {
	color: #000066;
	font-weight: bolder;
	font-size: 16px;
}

hr {text-align: center;}

/* Navbar */
#navbar {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: auto;
	text-align: center;
	padding: 0; 
	margin: 0px auto 0px auto;
	background-color: #C21075;
	background-image: linear-gradient(#C21075, #A0085E, #940657);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	}
#button{
	position: relative;
	border-right: 0px solid #000000;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	line-height: 20px;
	width: 100%;
	z-index: 100;
	}
#button ul {
	position: absolute;
	top: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: none;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	}
	
#button li{
	border-bottom: 1px solid #000000;
	}

	
html>body #button li a {
	width: 100%;
	}
		
#button li a {
	display: block;
	padding: 10px 0px;
	border-left: 0px solid #333333;
	background-color: #C21075;
	/* background-image: linear-gradient(#e03897, #C21075); */
	background-image: linear-gradient(#C21075, #A0085E, #940657);
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	}
#button .hiLite a {
	background-color: #000000;
	background-image: linear-gradient(#333333, #000000);
}
#button .hiLite{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	}

#button .memLite a {
	background-color: #434343;
	background-image: linear-gradient(#656565, #434343);
	color: #FFFFFF;
}
#button .memLite{
	border-bottom: 1px solid #FFFFFF;
	}
#button .memLite2 a {
	background-color: #FFFFFF;
	color: #8F041F;
}
#button .memLite2{
	border-bottom: 1px solid #000000;
	}	
#button li a:visited {
	color: #FFFFFF;
	}
	
#button li a:hover {
	border-left: 10px solid #333333;
	color: #000000;
	background-color: #999999;
	background-image: linear-gradient(#BBBBBB, #999999);
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
#closeMenu {
	padding: 10px 0px;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
	background-image: linear-gradient(#333333, #000000);
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
	}
.menuBreak{
	height: 20px;
	background-color: rgba(0,0,0,0.5);
	}
.hiLite{
	background-color: #000000;
}
.personalLinks{
	background-color: #640316;
}


/*  Footer */
#clearfooter {
	clear: both;
	margin-bottom: 20px;
	}
#footer {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
	}
#footer p {
	color:#666666;
	text-align: center;
	font-size: 12px;
	}
#mLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 48px;
	text-align:center;
	display: block;
	width: 90px;
	margin: auto;
	line-height: 50px;
	cursor: pointer;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: 73% center;
}
#mLink:hover {
	background-image: url(../images/menu-link-black.png);
	color: #000000;
}
#social {
	width: 100%;
	text-align: center;
	display: block;
}
#socialBottom {
	width: 100%;
	text-align:center;
	display: block;
	}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
.picCenter {
	text-align: center;
}

#preview, #photos{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 76%;
}
#movieclips td {
	width: 250px;
}
#movieclips img {
	float: left;
	padding: 5px 2px;
	margin: 5px 2px;
}
.none {
	visibility: hidden;
	color: white;
}
#movieclips p {
	line-height: 200%;
	text-indent: 0px;
	text-align: left;
}
.bookContainer {
	position: relative;
	width: 96%;
	max-width: 860px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 12px 12px;
}
.bookLeft {
	position: relative;
	width: 56%;
	display: table-cell;
	vertical-align: top;
}
.bookLeft div {
	text-align: right;
}
.bookRight {
	position: relative;
	width: 44%;
	display: table-cell;
	vertical-align: top;
}
.bannerContainer {
	position: relative;
	width: 96%;
	max-width: 960px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 12px 12px;
}

.bannerLeft {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.bannerLeft div {
	text-align: right;
}
.bannerRight {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.bannerLeft img, .bannerRight img {
	max-width: 100%;
	margin: auto;
	height: auto;
}
.headingText {
	font-family: 'caviar_dreamsbold', sans-serif;
	font-size:2.5vw;
	color: #CFD8AF;
	line-height: 100%;
	text-transform: uppercase;
	margin: -50px auto 25px auto;
	letter-spacing: .3em;
	text-align: center;
	display: none;
}
.headingText a {
	color: #CFD8AF;
	text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	.headingText {
	font-family: 'caviar_dreamsbold', sans-serif;
	font-size:30px;
	}
	body {
	background-image: none;
	}
	#mLink {
	display: block;
	margin: auto;
	}
	#button{
	position: absolute;
	border-right: 0px solid #000000;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	line-height: 20px;
	width: 100%;
	}
	#button ul {
	display: none;
	position: absolute;
	width: 100%;
	}
	#button ul li {
	width: 100%;
	font-size: 18px;
	line-height: 44px;
	}
	#button li a:hover {
	border-left: 0px solid #333333;
	}
	.menuBreak{
	margin-top: 0px;
	}
	#content {
	text-align: left;
	padding-top: auto; margin-top: auto;
	padding-left: 0px; margin-left: 0px;
	}
	#footer {
	margin-left: 0px; padding-left: 0px;
	height: 20px;
	}
	#social {
	display: none;
	}
	#socialBottom {
	display: block;
	}
	#container {
	display: block;
	background-image: none;
	/* min-width: 800px; */
	}
	#content {
	background-image: none;
	}
	#leftColumn {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	z-index: 0;
	}
	#leftColumn #imgHold {
	display: none;
	}
	#rightColumn {
	width: 100%;
	height: 100vh;
	display: block;
	}
	#closeMenu {
	display: block;
	}
	#preview, #photos {
	width: 96%;
	}
	#movieclips img {
	float: none;
	margin: 5px auto;
	display: block;
	}
	.bannerContainer {
	display: block;
	}
	.bannerLeft, .bannerRight {
	width: 100%;
	display: block;
	margin: 8px auto;
	}
	.bannerLeft img, .bannerRight img {
	margin: auto;
	display: block;
	}
	.headingText {
	font-size:36px;
	}
}

@media only screen and (max-width: 700px) {
	.headingText {
	font-size:30px;
	}
}

@media only screen and (max-width: 600px) {
	.bookContainer {
	display: block;
	}
	.bookLeft, .bookRight {
	width: 100%;
	display: block;
	margin: 8px auto;
	}
	.bookLeft div {
	text-align: center;
	}
	.bookLeft img, .bookRight img {
	margin: auto;
	display: block;
	}
	.headingText {
	font-size:28px;
	letter-spacing: .2em;
	}
}

@media only screen and (max-width: 500px) {
	.headingText {
	font-size:24px;
	letter-spacing: .1em;
	}
}