/* Denial 3 - The Prophecy Show CSS */


/* 2019 Colors */
.colorPink {color: #f7018e;}
.colorPurple {color: #7901cc;}
.colorBlue {color: #576eff;}
.colorRed {color: #e80125;}


/* Global properties ======================================================== */
* { margin:0; padding:0;}     /* turns off extra spacing around paragraphs*/

html{
height:100%;				/* Force vertical scrollbars in Moz + Opera to prevent 'jumping' */
margin-bottom:1px;
overflow-y:scroll;			/* this line is for IE */
}

body {
	background:#000000;
	background-attachment: scroll;
}

p {
	color: #fff;
 	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none; 
	padding: 0px;
}
a:link, a:visited, a:active {	color: #8e31Fc;}
a:hover {	color: #fff;	}

.copyright {
	color: #2B2B2B;
	font-weight:normal;
}
.copyright a {		font-size: 14px; text-decoration: none; 	font-weight:normal;}
.copyright a:hover {		font-size: 14px; text-decoration: none; color: #5B78FA;}

.fb-like { text-align: center; align-content: center;}

img {border:0px;padding:0px;}

img.center {					/* This is to center an image for all browsers */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Lasers {
	background-image: url(images/LaserNarrowB400.png);
 	background-repeat:none;	
}

.Centered {margin: auto; }
.CenterContents {text-align: center;}
.LeftContents {text-align: left;}
.RightContents {text-align: right;}
.Top {vertical-align: top;}
.Bottom {vertical-align: bottom;}
.CellPadL15 {padding-left: 15px;}


.HeaderTable {
	background-color: #000;
	color: #000;
	text-align: center:
	
}

#BottomBar {
	background-image: url(images/HeaderStripes.png);
 	background-repeat:repeat-x;
}

	
.TourTable {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	display: block;
}
.BodyText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	display: inline;
	text-align: center;
}
.BodySubText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	display: inline;
}

.Title {
    color: #576eff;
    font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	padding-bottom: 5px;
}

h1{
	color: #e80125;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
h2{
	color: #f7018e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
h3{
	color: #FFF;
	font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
h4{
	color: #f7018e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.Link_Body:link, .Link_Body:visited, .Link_Body:active {
	color:#24529a;
	font-weight:bold;
	text-decoration: none;
}
.Link_Body:hover {
	color: #A483F1;
	font-weight:bold;
	text-decoration: none;
}

.FloatR {float: right;}

.PurpleLaser {	color: #5B78FA;}
.RedLaser {	color: #6F1C52;}
.GreenLaser {	color: #3AF743;}
.NavRow {	text-align: center;}
.BlueLaser { color: #1e428c;}

.VertTop {vertical-align: top;}
.percent30 {width: 30%;}

ol, ul {
	margin-top: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

a img {	border: none;}

img.alignleft {	float: left;}
img.alignright {	float: right;}
img.aligncenter {	margin: 0px auto;}

hr {	display: none;}

/** WRAPPER */
#wrapper {
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	background: #000;
	text-align: center;
    max-width: 900px;
    margin: auto;
}

.container {
	max-width: 900px;
	margin: auto;
}

.clearfix {	clear: both;}


/** HEADER */
#header-wrapper {
	overflow: hidden;
	min-height: 90px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DAD8D8;
}


/** LOGO */

#logo {
	position: relative;
	float: left;
	margin-top: 5px;
	text-align: left;
}
#logo h3 {	line-height: 90%;	text-transform: uppercase;}

#content {	float: left;	max-width: 900px;}
#contentWithLinks {	float: left;	max-width: 620px;}

#sidebar {	max-width: 280px;}


/** FOOTER */
#footer {
    display: block;
    clear: both;
	background: #000;
	border-top: 1px solid #DAD8D8;
}
#footer p {
	color:#576eff;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
#footer a {
	color: #576eff;
}
#footer a:hover {
	color: #f7018e;
}

/** BANNER */
#banner {	margin-bottom: 1px;}


.Spotlighted {
	align-content: center;
	text-align: center;
	background-image: url(images/LaserNarrowBlue300.png);
 	background-repeat: none;
	padding-top: 20px;	
}


.SpotlightWide {
	align-content: center;
	text-align: center;
	background-image: url(images/LaserNarrowBlue300.png);
 	background-repeat: repeat-x;
	padding-top: 20px;	
	}

.BottomBorder {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DEDEDE;
}



#NavContainer { float: right; text-align: right; max-width: 200px; }

.fa-bars {color: #576eff; font-size:28px; padding-top: 10px;}

#main-menu-ul li.hidden {display:none;}
#main-menu-ul {display: inline-block;}
    
#main-menu {  display: none;} /* hide at first until Hamburger is hovered */

#NavContainer:hover #main-menu {display: block; position: absolute;}

#main-menu { 
        z-index: 998;
        width: 150px; /* should match .main-menu ul */
    }
#main-menu-ul {
        background-color: black;
          list-style: none;
          margin: 0;
          min-height: 100%;
        position: absolute;
        top: 0;
        padding-top: 10px;
        left: -150px;
        width: 150px;
    }
  
#main-menu-ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0;
    padding: 15px;
    }
#main-menu-ul li a:hover {color: #e80125;}  



/* MOBILE OPTIMIZATION *************************************** */
 img { max-width: 100%; height: auto; } 
.MobileOpt img {max-width: 100%; height: auto;}
.Max900 {max-width: 900px;}
.Max250 {max-width: 250px;}
.TableFixed {table-layout: fixed;}

/* FOR SPECIFIED VIEWPORT */ 
@media all and (max-width: 600px) {
    #header-wrapper {padding-right: 5px; padding-left: 5px;}
    .fa-bars {font-size:28px; padding: 10px;}
    
	a {	font-size:16px; line-height: 25px; 	}
	.BodyText {	font-size: 14px;	line-height: 18px;}
	.BodySubText {	font-size: 14px;	line-height: 18px;}
	.Title {font-size: 22px;	line-height: 24px;}
	h1{	font-size: 20px;	line-height: 30px;}
	h2{	font-size: 14px;	line-height: 18px;}
	h3{	font-size: 18px; 	line-height: 30px;}
	h4{	font-size: 20px;	line-height: 30px;}
	.copyright {	font-size: 14px;}
	.copyright a {	font-size: 14px;}
	ol, ul {font-size: 14px;line-height: 18px;}
	p {	font-size: 16px; line-height: 180%;}
	#sidebar {	font-size: 10px;}
	.3ColumnText a {font-size: 10px; text-align: center;}
	.Spotlighted p { font-size: 12px;	color: #fff;}
	#sidebar {	float: left; margin-top: 5px;}
	.TourTable {font-size:14px;	line-height: 20px; max-width: 100%;}
}
@media all and (max-width: 900px) and (min-width: 601px) {
	a {	font-size:16px; line-height: 25px; 	}
	.BodyText {	font-size: 14px;	line-height: 18px;}
	.BodySubText {	font-size: 14px;	line-height: 18px;}
	.Title {font-size: 26px;	line-height: 38px;}
	h1{	font-size: 20px;	line-height: 30px;}
	h2{	font-size: 14px;	line-height: 18px;}
	h3{	font-size: 18px; 	line-height: 30px;}
	h4{	font-size: 20px;	line-height: 30px;}
	.copyright {	font-size: 14px;}
	.copyright a {	font-size: 14px;}
	ol, ul {font-size: 14px;line-height: 18px;}
	p {	font-size: 16px; line-height: 180%;}
	#sidebar {	font-size: 10px;}
	.3ColumnText a {font-size: 12px; text-align: center;}
	.Spotlighted p { font-size: 12px;	color: #fff;}
	#sidebar {	float: left; margin-top: 5px;}
	.TourTable {font-size:14px;	line-height: 20px; max-width: 100%;}
}
@media all and (min-width: 900px) {
    
	a {	font-size:16px; line-height: 25px; 	}
	.BodyText {	font-size: 14px;	line-height: 18px;}
	.BodySubText {	font-size: 14px;	line-height: 18px;}
	.Title {font-size: 26px;	line-height: 30px;}
	h1{	font-size: 20px;	line-height: 30px;}
	h2{	font-size: 20px;	line-height: 30px;}
	h3{	font-size: 18px; 	line-height: 30px;}
	h4{	font-size: 20px;	line-height: 30px;}
	.copyright {	font-size: 14px;}
	.copyright a {	font-size: 14px;}
	ol, ul {font-size: 14px;line-height: 18px;}
	p {	font-size: 16px; line-height: 180%;}
	#sidebar {	font-size: 9px;}
	.3ColumnText a {font-size: 16px; text-align: center;}
	.Spotlighted p { font-size: 18px;	color: #fff;}
	#sidebar {	float: right;}
	.TourTable {font-size:16px;	line-height: 28px; width: 900px; max-width: 100%;}
}



