.customDiv{
	left-margin: 3px;
	top-margin: 3px;
	min-height: 40px;
	font-color: #ffffff;
	background-color: #C7A8E6;
	text-align:left;
	font-size: 1.25rem;
  	font-weight: 300;
}
.customRow3{
	left-margin: 3px;
	top-margin: 3px;
	min-height: 40px;
	font-color: #ffffff;
	background-color: #000000;
	text-align:center;
	font-size: 1.25rem;
  	font-weight: 300;
}
.customRow4{
	left-margin: 3px;
	top-margin: 3px;
	min-height: 40px;
	font-color: #000000;
	background-color: ##d6d8d9;
	text-align:center;
	font-size: 1.25rem;
  	font-weight: 300;
}
.headN{
	font-color: #4cadd8;
}
.customDiv2{
	bg-transparent
}

.black1 { 
	background: black;
}

.p:first-child:first-letter {
	color: #C7A8E6;
	font-size: 100px;
	padding-right; 8px;
	float: left;
}

.blue1 {
	font-color: #ffffff;

}
 .gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
    display: grid;
    position: absolute;
    bottom: 0;
    left: 1px;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}

/* Video Overlay */

#overlay {
background-color:rgba(0,0,0,.65);
height:100%;
left:0;
position:relative;
top:0;
transition:background-color 300ms ease;
width:100%;
}

.fade { background-color:rgba(0,0,0,.85) !important; }


/* Hero Video + Fallback */

#hero-vid {
backface-visibility:hidden;
background:url("images/top_image.jpg" class="image-fluid") no-repeat scroll 0 0 #000;
background-size:cover;
bottom:0;
height:auto;
min-height:100%;
min-width:100%;
perspective:1000;
position:fixed;
right:0;
width:auto;
z-index:-1;
}

#hero-pic {
display:block;
height:auto;
width:100%;
}

#state {
bottom:0;
cursor:pointer;
font-size:2.25rem;
left:0;
line-height:1;
padding:2rem 2.5rem 1.65rem;
position:absolute;
}

.style6 {
    color: #E82FEF;
    font-weight: normal;
    font-size: 17px;
    font-family: inherit;
}
	.stylebb {
		border-color: #E82FEF;
	}
.a:link {
    color: #C7A8E6;
    text-decoration: none;
}
.a:visited {
    color: #847099;
    text-decoration: none;
}
.a:hover {
    color: #847099;
    text-decoration: none;
}
.a:active {
    color: #847099;
    text-decoration: none;
}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #C5EB2D; }
.style61 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #3F3F3F; }
.style61 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {	font-size: 40px;
	color: #6633CC;
	font-style: italic;
	font-weight: bold;
}
.style65 {
    font-size: 16px;
    font-weight: bold;
    color: #847099;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.style68 {
    font-size: 14px;
    color: #666666;
}
.style69 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.style70 {font-size: 10px}
.style75 {font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style42 {color: #0097B9}
.style47 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style50 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style51 {color: #244EB9}
.style52 {color: #12547B}
.style53 {
	font-size: 12px;
	color: #333333;
	text-align: left;}
.purple1 {color: #C7A8E6}
.purple2 {color: #9d4ae8
}

.bgpurple1 {
    background-color: #847099;
}