@charset "utf-8";
/* CSS Document */

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    
}

html, body {
	width: 100%;
	overflow-x: hidden;
   	background: linear-gradient(to bottom, #000000 50%, #6C0052 100%);
    color: #FFFFFF;
    font-family: 'Open Sans';
	background-attachment: fixed;
   
    
}


@keyframes rainbow {
		100%,0%{color: rgb(0, 156, 255);}
		50%{color: rgb(214,0,243);}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-6px);
		-ms-transform:     translateY(-6px);
		transform:         translateY(-6px)
	}
	60% {
		-webkit-transform: translateY(-3px);
		-ms-transform:     translateY(-3px);
		transform:         translateY(-3px)
	}
}

/********************

CORE STRUCTURE

********************/


.bar-gray {
	width: 100%;
	background: rgb(51,51,51);
	background: -webkit-linear-gradient(left, rgba(51,51,51,0.8) 0%, rgba(51,51,51,0.3) 100%);
	background: -o-linear-gradient(left, rgba(51,51,51,0.8) 0%, rgba(51,51,51,0.3) 100%);
	background: linear-gradient(to right, rgba(51,51,51,0.8) 0%, rgba(51,51,51,0.3) 100%);
}

.bar-white {
	width: 100%;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.2) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.2) 100%);
}

.section {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
	scroll-margin-top: 50px;
	
}

	#section1 {
		margin-top: 50px;

	}

    .section:first-of-type {
        padding: 10px 0px 10px 0px;
}

.left {
    width: 100%;
}

.right {
    width: 100%;
}


audio {
	display: table;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
}

/********************

TEXT STYLES

********************/

@font-face {
  font-family: 'BAHNSCHRIFT';
  src: local('BAHNSCHRIFT'), url('BAHNSCHRIFT.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  
}

h1 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
	font-family: 'BAHNSCHRIFT', sans-serif;
    font-size: 24px;
    font-weight: 700;
	animation: rainbow 20.0s linear;
	animation-iteration-count: infinite;
	
}

	.main-header {
		margin-top: 80px;
		margin-bottom: 30px;
		padding-bottom: 0px;
		border-bottom: none;
		font-family: 'BAHNSCHRIFT', sans-serif;
		text-transform: none;
		font-size: 36px;
		line-height: 48px;
		letter-spacing: -1px;
		font-weight: 400;
		animation: none;
		text-transform: uppercase;
	}

h2 {
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

h3 {
	margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
	text-align: center;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75em;
	font-style: italic;
	margin: 0px 0px;
}

h5 {
	font-family: 'BAHNSCHRIFT', sans-serif;
    font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
}


p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

	p a:hover, .more-info a:hover {
		animation: rainbow 10.0s linear;
		animation-iteration-count: infinite;
	}

sup {
	vertical-align: top;
	font-size: 0.5em;
	position: relative;
	top: -4px;
}


/********************

IMAGE STYLES

********************/

img {
    
}

.right img {
	width: 100%;
	max-width: 150px;
	max-height: 150px;
    margin-bottom: 30px;
    cursor: zoom-in;
}

.right p {
	text-align: left;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
}

.carousel p {
	text-align: left;
	font-size: 12px;
	padding: 0px 0px 20px 0px;
}

.carousel div {
	padding: 0px 5px 5px 0px;
	display: inline-block;
}

.inline-image {
	float: none;
	margin-bottom: 20px;
}


/********************

BRAND MENU

********************/

.more-info-button {
	display: none !important;
	}

.more-info {
	display: none !important;
}

.overlay {
	display: none !important;
}

#watermark {
	display: none !important;
}

#watermark img{
	display: none !important;
}

#ic-logo {
	display: none;
}

/********************

SCREEN AND MOBILE MENU

********************/

.menu-screen {display: none !important;}

.menu-mobile{
	width: 100%;
	position: fixed;
	z-index: 9999;
}
	
	.menu-mobile a {
		display: block;
		width: 100%;
		text-align: center;
		background-color: #000000;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-size: 1em;
		
		box-sizing: border-box;
		padding: 10px;
			
	}

.menu-screen p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25em;
	margin-bottom: 20px;
	text-decoration: none;
}

.menu-screen a {
	text-decoration: none;
}

/******************** 

FOOTER

********************/

.footer {
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 20px 0px 20px 0px;
}

	.footer a {
		text-decoration: none;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		display: block;
		padding: 5px 0px 5px 0px;
		animation: rainbow 10.0s linear;
		animation-iteration-count: infinite;
	}

/********************

HEADER

********************/

.header{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	padding: 0px 0px 0px 0px;
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
	
}

#header{
	background: #ED008C;
	width:100%;
}


/******************** 

ANIMATION 

********************/


#bm { 
	width: 100%;
	margin: 100px auto 0px auto;
}