﻿@charset "utf-8";
@font-face {
    font-family: raleway-light;
    src: url('../FONTS/Raleway-Light.ttf');
}

@font-face {
    font-family: raleway-regular;
    src: url('../FONTS/Raleway-Regular.ttf');
}

@font-face {
    font-family: orbitron-regular;
    src: url('../FONTS/Orbitron-Regular.ttf');
}

:root {
    --mimic-red: #d10101;
    --mimic-red-opacity: rgba(209, 1, 1, 0.6);
    --dark-blue: rgba(13, 51, 94, 0.85);
    --transparent-white: rgba(230, 233, 233, 0.40);
    --mimic-blue: #03a9d9;
    --mimic-blue-opacity: rgba(3, 169, 217, 0.6);
}

.container {
    margin: auto;
    display: block;
}

.mainTitle {
    /*Navigation Bar + Background Space*/
    float: left;
    width: 100%;
    height: 4.5vw;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
}

#Silhouette_Logo {
    height: 3.1vw;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
}

html {
    position: relative;
    min-width: 1024px;
    height: 0%;
    z-index: -1000;
}

body {
    /*General Page Stuff*/
    margin-left: -0px;
    width: 102%;
    alignment-adjust: central;
    height: 100%;
    background: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: orbitron-regular;
    user-select: all;
    -moz-user-select: all;
    -webkit-user-select: text;
    -ms-user-select: text;
    margin-top: 0px;
}

span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8rem;
    letter-spacing: 0.001em;
    font-size: 1.2rem;
}

:target {
    /*Javascript Scolling Animation Offset*/
    padding-top: 40px;
}

.slick-slider
/*Gallery CSS Overwrite*/

{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    height: 101vh;
}

.slick-track {
    left: -3vh;
    height: 101vh;
}

.slick-prev
/*Gallery Arrow Stuff*/

{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40vh;
    display: none;
    width: 0px;
    height: 70%;
    padding: 0;
    padding-right: 2vw;
    margin-left: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-image: url(../IMG/LeftArrow.png);
    background-repeat: no-repeat;
    background-size: 2vw;
    background-position: center;
    z-index: 1;
}

.slick-prev:visited {
    text-decoration: none;
}

.slick-prev:focus {
    text-decoration: none;
}

.slick-prev:hover {
    text-decoration: none;
}

.slick-prev:active {
    text-decoration: none;
}

.slick-prev:hover {
    text-decoration: none;
}

.slick-next
/*Gallery Arrow Stuff*/

{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40vh;
    display: none;
    width: 0px;
    height: 70%;
    padding: 0;
    padding-right: 2vw;
    margin-right: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-image: url(../IMG/RightArrow.png);
    background-repeat: no-repeat;
    background-size: 2vw;
    background-position: center;
    z-index: 1;
}

.slick-next:visited {
    text-decoration: none;
}

.slick-next:focus {
    text-decoration: none;
}

.slick-next:hover {
    text-decoration: none;
}

.slick-next:active {
    text-decoration: none;
}

.slick-next:hover {
    text-decoration: none;
}

.Image_Gallery {
    /*Desktop Gallery Stuff*/
    margin-top: 3.3vw;
}

.News_Gallery {
    /*Desktop Gallery Stuff*/
    margin-top: 3.3vw;
}

aside {
    background: #333333;
}

.socialMediaStuff {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: calc(100vw - 115px);
    height: 50px !important;
}

.tARight {
    text-align: right;
}

.text {
    max-width: 86%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    color: #fafafa;
    font-size: 1.2vw;
    margin-right: 20px;
    margin-left: 20px;
}

.horizontalLine {
    width: 200px;
    height: 1px;
    background-color: #39CDF5;
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.tALeft {
    text-align: left;
}

.tACenter {
    text-align: center;
}

.vAMiddle {
    vertical-align: middle;
}

.bACenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dropdownButton {
    background-color: transparent;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background-image: url(../IMG/hamburger-menu-icon-light-blue.png);
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    padding-left: 0;
    padding-right: 0;
    margin-left: 31px;
}

.dropdown {
    position: absolute;
    display: inline-block;
    left: calc(100vw - 7vw);
    top: 10px;
    direction: rtl;
    left: 93vw;
}

.dropdownContent {
    position: absolute;
    display: none;
    background-color: transparent;
    width: 20vw;
    top: 4.1vw;
    border-right: .12vw solid #39CDF5;
    left: -16.09vw;
}

.dropdownContent a {
    color: white;
    padding: 4px 15px;
    padding: .4vw .4vw;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-bottom: 1.3vw;
    margin-top: 1.3vw;
    background-color: var(--dark-blue);
    font-size: 1.2vw;
    padding-right: 1vw;
}

.dropdownContent a:hover {
    background-color: var(--mimic-red-opacity);
}

.show {
    display: block !important;
}

.noshow {
    display: none !important;
}

.dropdownBorder {
    border: 1px solid transparent;
}

.facebookLikeShareButtons {
    position: fixed;
    left: 0.5vw;
    top: calc(100vh - 25px);
    text-decoration: none;
}

.socialMediaStuff a:visited {
    text-decoration: none;
}

.socialMediaStuff a:focus {
    text-decoration: none;
}

.socialMediaStuff a:hover {
    text-decoration: none;
}

.socialMediaStuff a:active {
    text-decoration: none;
}

.slideOutImage {
    position: absolute;
    top: calc(100vh);
    left: 0px;
    margin: 0;
    width: 100vw;
    transition: width .5s ease-in-out;
}

.fadeOutImage {
    position: absolute;
    left: 0px;
    margin: 0;
    width: 96vw;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.slideChanged {
    width: 0vw;
    transition: width .5s ease-in-out;
}

.fadeChanged {
    width: 0vw;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.posRelative {
    position: relative;
}

#dropShadowBTT {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    pointer-events: none;
}

#DownArrow {
    width: 100vw;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 85vh;
    pointer-events: none;
}

.responsive-container {
    display: none;
}

.subTitle {
    max-width: 60vw !important;
    font-size: 4vw;
}

.charImage {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mobileImage {
    width: 100vw;
}

.mobileImageLandscape {
    width: auto;
    height: 92vh;
    background-image: url(../IMG/ArtGallery_Image3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 48vw;
    /*min-width: 100vw;*/
}

.imageContainer {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.imageCenterer {
    width: 2001vw;
    position: absolute;
    left: calc(-950vw - 1vh);
}

.imageCenterer img {
    display: block;
    margin: 0 auto;
}

.splits {
    display: inline-block;
	color: white;
}

.splitIMG {
    width: 90%;
}

.split-left {
    display: inline-block;
    width: 48vw;
	font-size: 1.2vw;
	margin-top: 0.1vw;
}

.split-right {
    display: inline-block;
    width: 48vw;
    float: right;
    margin-right: 2.5vw;
}

.split-left-footer {
    display: inline-block;
    max-width: 49vw;
	font-size: 1.1vw;
	margin-top: 0.1vw;
	margin-left: 10vw;
}

.split-right-footer {
    display: inline-block;
    max-width: 49vw;
    float: right;
	font-size: 1vw;
	margin-top: 0.1vw;
    margin-right: 1.6vw;
}

.menu-right {
    display: inline-block;
    width: 40px;
    height: 39px;
    float: right;
    margin-right: 2.5vw;
    position: absolute;
    top: calc(4.5vw - 0.15vw);
    right: 0.3vw;
    left: auto;
}

.menu-left {
    display: inline-block;
    position: relative;
    top: 4.5vw;
    left: 0;
    height: 2px;
}

.logImage {
    position: absolute;
    top: 10.4vw;
    left: 20.8vw;
    width: 15vw;
}

.logMainText {
    position: absolute;
    top: 7.1vw;
    left: 42.5vw;
    max-width: 680px;
    color: #39CDF5;
    font-size: 1.2vw;
    line-height: .6vw;
}

.logSideText {
    position: absolute;
    top: 7.1vw;
    left: 20vw;
    max-width: 10vw;
    color: white;
    color: #39CDF5;
	font-size: 1.2vw;
    line-height: 0.7vw;
}

.logTitle {
    position: absolute;
    top: 1.6vw;
    left: 23vw;
    max-width: 100vw;
    color: white;
    font-size: 1vw;
    color: #fafafa;
}

.logAccount {
    position: absolute;
    top: 31.1vw;
    left: 42.5vw;
    max-width: 25vw;
    color: white;
    font-size: 1vw;
    color: #39CDF5;
}

.logAccountRight {
    position: absolute;
    top: 31.1vw;
    left: 66vw;
    max-width: 25vw;
    color: white;
    font-size: 1vw;
    color: #39CDF5;
}

.mobileOnly {
    display: none !important;
}

.galleryVideo {
    width: 400px;
}

.greenLight {
    background-image: url(../IMG/greenLight.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

.greenLight:visited {
    text-decoration: none;
}

.greenLight:focus {
    text-decoration: none;
}

.greenLight:hover, a:active {
    text-decoration: none;
}

.greenLight:hover {
    background-image: url(../IMG/GreenLightPressed.png);
    background-size: initial;
    text-decoration: none;
}

.galleryPositioningFix {
    margin-top: 3vw !important;
}

.backgroundFade {
    background: rgba(0, 0, 0, .8);
    transition: background .5s ease-out;
}

.backgroundFadeChanged {
    background: rgba(0, 0, 0, 0);
    transition: background .5s ease-out;
}

.spawnLocation {
    height: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
}

.spawnedVideo {
    width: 1280px;
    height: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoButton {
    margin-top: 36vh;
}

.spawnedCloseButton {
    display: none;
    position: absolute;
    left: 78vw;
    top: 224px;
}

.buttonImage {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

.newsLinks:visited {
    text-decoration: none;
}

.newsLinks:focus {
    text-decoration: none;
}

.newsLinks:hover {
    text-decoration: none;
}

.newsLinks:active {
    text-decoration: none;
}

/* Style the tab buttons */
.tabButton {
    background-image: url(../IMG/MainMenuButton.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color: transparent;
    color: white;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: calc(16vw);
	margin-left: 2vw;
	margin-right: 2vw;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabButton div {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Change background color of buttons on hover */
.tabButton:hover {
    background-image: url(../IMG/MainMenuButtonHover.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color: transparent;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabContainer {
	width: 100vw;
	text-align: center;
	display: inline-flex;
	height: 6vw;
	text-align: center;
	justify-content: center;
}

.fixedDivCollapseFix {
	position: static;
	display: block;
	height: 101vh;
	visibility:hidden;
}

.posFix {
	position: fixed;
}

.websiteBackground {
	position: absolute;
	top: 24vw;
	left: 0;
	z-index: 1;
	width: 100vw;
    pointer-events: none;
}

.websiteBackgroundPicture {
    left: -100%;
    right: -100%;
    margin: auto;
	position: absolute;
    top: 24.8vw;
	z-index: 1;
	width: 100vw;
}

.gallerySeparator {
	position: absolute;
	top: calc(26.2vw - 4.6vw);
	left: -.5vw;
	z-index: 1;
	width: 100vw;
	height: 3.24vw;
	background-image: url(../IMG/GallerySeparator.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color: transparent;
	color: white;
	text-align: center;
	cursor: pointer;
    pointer-events: all;
}

.gallerySeparator div {
	margin-top: 1vw;
	font-size: 1vw;
	letter-spacing: .65vw;
	color: #39CDF5;
	user-select: none;
}

.gallerySeparator:hover {
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 3.24vw;
	background-image: url(../IMG/GallerySeparatorHover.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color: transparent;
}

.contentPositionFix {
	position: absolute;
	top: 50vw;
	left: 0;
	z-index: 2;
}

.footer {
	background-color: #131313;
	height: 1.7vw;
	margin-top: 220px;
}

.dropdownText {
    display: inline-block;
    font-size: 1.4vw;
    right: 3vw;
    position: absolute;
}

.social {
    width: calc(1px + 1.5vw); 
    height: calc(1px + 1.5vw); 
    padding-left: 1vw; 
    top: 0.1vw; 
    position: relative;
}

.socialin {
    width: calc(4px + 1.5vw); 
    height: calc(1px + 1.5vw); 
    padding-left: 1vw; 
    top: 0.1vw; 
    position: relative;
}

.contactUs {
    color: white;
    font-size: 1.45vw;
    position: absolute;
    bottom: 4vw;
    left: 38vw;
    align-content: center;
    text-align: center;
}

.contactUsText {
    top: 2vw;
    position: relative;
}