﻿@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: 0 auto;
    min-width: 100%;
    min-height: 100%;
    background-color: #4f4e4e;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 0;
}

.mainTitle {
    /*Navigation Bar + Background Space*/
    float: left;
    width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
    background: transparent;
    position: fixed;
    z-index: 10;
    left: 0px;
}

#Silhouette_Logo {
    height: 14vw;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: calc(100vw - 14vw);
}

html {
    position: relative;
    z-index: -1000;
    background: #4f4e4e;
}

body {
    /*General Page Stuff*/
    margin: 0 auto;
    width: 100%;
    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: scr;
    font-family: orbitron-regular;
    user-select: all;
    -moz-user-select: all;
    -webkit-user-select: text;
    -ms-user-select: text;
}

span {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.4rem;
    letter-spacing: 0.001em;
    font-size: 2.2rem;
}

:target {
    /*Javascript Scolling Animation Offset*/
    padding-top: 40px;
}

.slick-slider
/*Gallery CSS Overwrite*/

{
    position: relative;
    width: 100vw !important;
    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;
}

.slick-list {
    position: relative;
    height: 100% !important;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    width: 100vw !important;
}

.slick-prev
/*Gallery Arrow Stuff*/

{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none !important;
    width: 70px;
    height: 70%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 4;
}

.slick-next
/*Gallery Arrow Stuff*/

{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none !important;
    width: 70px;
    height: 70%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 4;
}

.Image_Gallery {
    /*Desktop Gallery Stuff*/
    display: block;
}

aside {
    background: #333333;
}

.socialMediaStuff {
    display: none;
}

#dropShadow {
    margin-top: 150px;
}

.subTitle {
    max-width: 100vw !important;
    font-size: 8vw !important;
}

.subSubTitle {
    max-width: 100vw !important;
    font-size: 4vw !important;
}

.tARight {
    text-align: right;
}

.text {
    max-width: 80vw;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-top: 25px;
    color: #FCFCFC;
    font-size: 2vw;
}

.tALeft {
    text-align: left;
}

.tACenter {
    text-align: center;
}

.vAMiddle {
    vertical-align: middle;
}

.dropdownButton {
    background-color: transparent;
    color: white;
    padding: 6vw;
    padding-top: 25px;
    font-size: 0px;
    cursor: pointer;
    border: none;
    background-image: url(../IMG/hamburger-menu-icon-light-blue.png);
    background-position: center;
    background-size: contain;
}

.dropdown {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 0px;
}

.dropdownContent {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 40vw;
}

.slick-track {
    left: 0%;
}

.dropdownContent a {
    color: white;
    padding: 15px 15px;
    display: block;
    background-color: var(--dark-blue);
    border-bottom: 1px black solid;
}

.dropdownContent a:hover {
    background-color: var(--mimic-red-opacity);
}

.horizontalLine {
    width: 200px;
    height: 2px;
    background-color: #39CDF5;
    /*Hot Pink*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.posRelative {
    position: relative;
}

#dropShadowBTT {
    width: 100vw;
    height: 480px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.responsive-container {
    position: relative;
    height: 54vw;
    min-width: 100vw;
    background-color: black;
}

.dummy {
    padding-top: 100%;
    /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* Align center inline elements */
    font: 0/0 a;
}

.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.mobileImageLandscape {
    width: 101vw;
    height: auto;
    background-image: url(../IMG/ArtGallery_Image3.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 114vw;
    height: 48vw;
}

.fadeOutImage {
    display: none;
    position: absolute;
    top: calc(100vh - 480px);
    opacity: 1;
    transition: opacity .25s ease-in-out;
    font-size: 5vw;
    position: absolute;
    left: 0;
    top: 94vh;
    color: #949494;
}

.fadeChanged {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.facebookLikeShareButtons {
    position: fixed;
    left: 50vw;
    bottom: 0;
    margin-left: -69px;
}

#DownArrow {
    width: 100vw;
    height: 480px;
    position: absolute;
    left: 0px;
    top: -25vh;
    pointer-events: none;
}

.imageContainer {}

.imageCenterer {}

.imageCenterer img {}

.desktopOnly {
    display: none !important;
}

.galleryVideo {
    width: 400px;
    margin-left: 0px;
}

.split-left {
    display: inline-block;
    max-width: 48vw;
}

.split-right {
    display: inline-block;
    max-width: 48vw;
    float: right;
}

.charImage {
    width: 100vw;
}

.show {
    display: block !important;
}

.noshow {
    display: none !important;
}

.mobileLogImage {
    position: absolute;
    top: 44vw;
    left: 19vw;
    max-width: 67vw;
}

.mobileLogMainText {
    position: absolute;
    top: 121vw;
    left: 20.5vw;
    max-width: 59vw;
    color: #39CDF5;
    font-size: 2.6vw;
    line-height: 3vw;
    text-align: center;
}

.mobileLogSender {
    position: absolute;
    top: 35vw;
    left: 37vw;
    max-width: 73vw;
    color: white;
    font-size: 2vw;
    color: #39CDF5;
    line-height: 2vw;
}

.mobileLogTitle {
    position: absolute;
    top: -3vw;
    left: 12vw;
    max-width: 100vw;
    color: white;
    font-size: 7.8vw;
    color: #fafafa;
}

.mobileLogAccount {
    position: relative;
    top: 40vw;
    left: 37vw;
    max-width: 73vw;
    color: white;
    font-size: 3vw;
    color: #39CDF5;
    line-height: 5vw;
}

tab {
    padding-left: 1em;
}

.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: 45vw;
    top: 20vh;
}

.buttonImage {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

.websiteBackground {
	position: absolute;
	top: 27vw;
	left: 0;
	z-index: 0;
	width: 100vw;
    pointer-events: none;
}

.websiteBackgroundPicture {
    left: -175%;
    right: -100%;
    margin: auto;
    position: absolute;
    top: 30.8vw;
    z-index: 0;
    width: 175vw;
}

.gallerySeparator {
	position: absolute;
	top: 27.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;
    margin-top: 4vw;
    margin-bottom: 4vw;
    pointer-events: all;
}

.gallerySeparator div {
	margin-top: 1.5vw;
	font-size: 3vw;
	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;
}

.dropdownText {
    display: inline-block;
    font-size: 4vw;
}

.social {
    width: calc(1px + 4.5vw); 
    height: calc(1px + 4.5vw); 
    padding-left: 1vw; 
    top: 0.3vw; 
    position: relative;
}

.socialin {
    width: calc(4px + 4.5vw); 
    height: calc(1px + 4.5vw); 
    padding-left: 1vw; 
    top: 0.3vw; 
    position: relative;
}

.contactUs {
    color: white;
    font-size: 3.6vw;
    position: fixed;
    bottom: 0;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    width: 100vw;
    background-color: rgba(0, 0, 0, .7);
    height: 20vw;
}

.contactUsText {
    top: 2vw;
    position: relative;
}