/*
COLORS:
- Light Purple: #91479B
- Dark Indigo: #301F57
- Gray: #A6A7AA
- White: #E2E3E4
*/

@font-face {
  font-family: Cocogoose;
  src: url('/files/fonts/cocogoose.ttf');
}
@font-face {
  font-family: TradeGothic;
  src: url('/files/fonts/tradegothic.otf');
}
@font-face {
  font-family: TradeGothicBold;
  src: url('/files/fonts/tradegothicBold.otf');
}

body {
	font-family: TradeGothic,'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 18px;
/*	letter-spacing: 1.1px;*/
	
	color: #e2e3e4;
	text-align: justify;
	background-color: black;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .7) ), url('/images/background.jpg');
/*	background-image:url('/images/background.jpg');*/
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
/*	line-height: 1.5;*/
}

.container {
	width: 1300px;

	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	z-index: 1000;
}

.header {
	width:100%;
	height:80px;
	background-color:#1F292D; 
	border-bottom:1px solid #301F57;
	z-index:99999;
	
/*	position: fixed;
	top:0;
	z-index: 9999;*/
}

a.headerButton {
	display: inline-block;
	color: #a6a7aa;
	font-family: TradeGothic;
	font-size: 15px;
/*	text-transform:uppercase;*/
	width: 80px;
	text-align:center;
    line-height: 80px;
	transition: all .1s ease-in-out;
	cursor: pointer;
}

a.headerButton:hover {
	color: #e2e3e4;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

.headerBanner {
	width: 100%;
	height: 500px;
	display:block;
	margin-left:auto;
	margin-right:auto;
/*	background-image:url('/images/banner_purpleStars.jpg');*/
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) ), url('/images/banner_purpleStars.jpg');
	background-repeat:no-repeat;
	background-size: 100% 500px;
	vertical-align:center;
	margin-bottom:30px;
	position:relative;
}

.headerTitle {
	position:absolute;
	top:190px;
	width:100%;

	font-family: Cocogoose;
	font-size: 60px;
	letter-spacing: 10px;

	text-align:center;
	text-transform:uppercase;
	text-shadow: 0px 0px 10px black, -1px -1px 1px #91479B, 1px 1px 1px #91479B, 1px -1px 1px #91479B, -1px 1px 1px #91479B;
}

p {
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
}

ul {
	margin:0px;
	padding-left:30px;
	text-shadow: 1px 1px 1px #000000;
}

td {
	vertical-align:top
}

.bannerScroller {
	background-color: #000000;
	
	height: 500px;
	width: 100%;
	text-align: center;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	position:relative;
	z-index:900;
}

.projectScroller {
	background-color: #000000;
	
	height: 400px;
	width: 100%;
	text-align: center;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	position:relative;
	z-index:900;
	
	border-radius:20px;
	overflow:hidden;
}

.slick-slide {
	opacity: 0.5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.slick-current {
	opacity: 1.0;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.slick-prev {
    left: calc((100% - 1400px)/2);
	z-index: 1;
}

.slick-next {
    right: calc((100% - 1400px)/2);
	z-index: 1;
}

.wordBox { 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	
	padding: 15px;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: Cocogoose;
	
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

a.boxLink { 
	background-color:#91479B;
	font-family:Cocogoose;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	padding:10px;
	font-size:18px;
	text-align:center;
/*	margin-top:20px;*/
	margin-bottom:10px;
/*	letter-spacing: 1px;*/
	color: #e2e3e4;
	cursor: pointer;
	border-radius: 5px;
	
	transition: all .1s ease-in-out;
}

a.boxLink:hover {
	background-color:#a450af;
	color: #ffffff;
	
	transition: all .1s ease-in-out;
}

h1 {
	margin: 0px;
	margin-top: 50px;
	font-family: TradeGothic;
	font-size: 34px;
	font-weight: bold;
	letter-spacing:1px;
	text-align:left;
}

h2 {
	margin: 0px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing:1px;
	text-align:left;
}

h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:1px;
	color: #a6a7aa;
	text-align:left;
}

a {
	color: rgb(148, 76, 164);
	font-weight: bold;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

a:hover {
	color: #e2e3e4;
	transition: all .1s ease-in-out;
}

.productBox {
	display: inline-block;
	width: 400px;
	height: 400px; 
	margin: 30px;
}

.aboutBox {
	display: inline-block;
	width: 25%;
	margin: 30px;
}

.hidden {
	opacity: 0;
	background-color: rgba(0,0,0,0.67);
	
	transition: all .4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.hidden:hover, .hidden:active {
	opacity: 1;
	
/*	transition: all .1s ease-in-out;*/
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.infoOverlay {
	position:absolute;
	width:100%;
	height:100%;
	left:0; 
	top:0; 
	vertical-align:middle; 
	display:table;
}

.infoText {
	display:table-cell; 
	vertical-align:middle; 
	line-height:1.5; 
	padding:20px;
	text-shadow: 1px 1px 1px #000000;
}

div.footertext {
	display:block;
	margin-left:auto;
	margin-right:auto;
	
	font-weight:bold;
	text-align: center;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	font-size:10px;
}

img.grayed {
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
}

img.grayed:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
}

img.glow {
	filter: drop-shadow(0px 0px 0px #ffffff);
	transition: filter 0.25s;
}

img.glow:hover {
	filter: drop-shadow(0px 0px 5px #ffffff);
	transition: filter 0.25s;
}

img.zoom {
	transition: all .1s ease-in-out;
}

img.zoom:hover {
	transform: scale(1.10);
}

.tableRow {
	background-color: rgb(145, 71, 155, 0.3);
	border:1.5px solid #91479B;
	border-radius:5px;
	display:block; 
	text-decoration:none; 
	color:inherit; 
	font-weight:inherit; 
	text-align:inherit; 
	margin:0;
	padding:15px
}

.tableRow:hover {
	background-color: rgb(145, 71, 155, 0.5);
}

.youtubeHolder {
	width: 720px;
	height: 405px;
	display: block;
	position: absolute;
	top: 60px;
	left: calc((100% - 720px)/2);
	z-index:9999;
}

.youtubeFrame {
	width:830px;
	position:absolute;
	position: absolute;
	left: calc((100% - 830px)/2);
}

input[type=text],
textarea {
	display:block;
	width:100%;
	margin-bottom:30px;
	padding:10px;
	
	background-color: rgb(255, 255, 255, 0.3);
	border:1px solid rgb(255, 255, 255, 0.5);
	border-radius:5px;
	
	color: white;
	font-size:16px;
}

input[type=submit] {
	background-color:#91479B;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:200px;
}

a.footerLink {
	color: #aaaaaa;
	text-transform: uppercase;
}

a.footerLink:hover {
	color: white;
	text-transform: uppercase;
}

.bgRight {
	position:fixed; 
	z-index:9999; 
	top:0; 
	left:calc(((100% - 1440px)/2) + 1440px); 
	width:calc((100% - 1440px)/2); 
	height:100%;
	
	background: transparent;
	background: linear-gradient(90deg, rgba(33,42,45,0) 0%, rgba(18,21,22,1) 100%);
	opacity: 0.5;
}

.bgLeft {
	position:fixed; 
	z-index:9999; 
	top:0; 
	left:0; 
	width:calc((100% - 1440px)/2); 
	height:100%;
	
	background: transparent;
	background: linear-gradient(90deg, rgba(18,21,22,1) 0%, rgba(33,42,45,0) 100%);
	opacity: 0.5;
}