/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../font/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Gotham-Medium.otf') format('opentype'), url('../font/Gotham-Medium.woff') format('woff'), url('../font/Gotham-Medium.ttf') format('truetype'), url('../font/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 1.6rem;
    font-family: 'Gotham-Medium', "Open Sans", sans-serif;
    color: #ffffff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
/* -------------------------------- 

Main Components 

-------------------------------- */

  


.cd-section {
    height: 100vh;
}
.cd-section h2 {
    line-height: 100vh;
    text-align: center;
    font-size: 2.4rem;
}
.cd-section h2 ul {
    line-height: 3rem;
    text-align: center;
    font-size: 2rem;
    display: inline-block;
}
.cd-section h2 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 100px;
}
.cd-section div {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cd-section:first-of-type > div {
    background-image: url("../img/REVOLUTIO1.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cd-section:first-of-type > div::before {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    z-index: 2;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #6a7083;
}
.cd-section:nth-of-type(2) > div {
    background-image: url("../img/REVOLUTIO2.jpg");
	  background-position: center top ;
}
.cd-section:nth-of-type(3) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
	
}
.cd-section:nth-of-type(4) > div {
    background-image: url("../img/01-THE-DAWN-INNER-LIGHT.jpg");
}
.cd-section:nth-of-type(5) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
.cd-section:nth-of-type(6) > div {
    background-image: url("../img/02-GLOWING-LIGHT.jpg");
}
.cd-section:nth-of-type(7) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
.cd-section:nth-of-type(8) > div {
    background-image: url("../img/03-DAZZLING-LIGHT.jpg");
}
.cd-section:nth-of-type(9) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
.cd-section:nth-of-type(10) > div {
    background-image: url("../img/04-FADING-LIGHT.jpg");
}
.cd-section:nth-of-type(11) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
.cd-section:nth-of-type(12) > div {
    background-image: url("../img/05-SPARSE-LIGHT.jpg");
}
.cd-section:nth-of-type(13) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
.cd-section:nth-of-type(14) > div {
    background-image: url("../img/06-DARKNESS-THE-DAWN.jpg");
}
[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
    background-image: url("../img/REVOLUTIO1.jpg");
	  background-position: center bottom;
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
    background-image: url("../img/REVOLUTIO2.jpg");
	  background-position: center top;
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
	
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
    background-image: url("../img/01-THE-DAWN-INNER-LIGHT.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(6) > div, [data-animation="fixed"] .cd-section:nth-of-type(6) > div, [data-animation="opacity"] .cd-section:nth-of-type(6) > div {
    background-image: url("../img/02-GLOWING-LIGHT.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(7) > div, [data-animation="fixed"] .cd-section:nth-of-type(7) > div, [data-animation="opacity"] .cd-section:nth-of-type(7) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(8) > div, [data-animation="fixed"] .cd-section:nth-of-type(8) > div, [data-animation="opacity"] .cd-section:nth-of-type(8) > div {
    background-image: url("../img/03-DAZZLING-LIGHT.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(9) > div, [data-animation="fixed"] .cd-section:nth-of-type(9) > div, [data-animation="opacity"] .cd-section:nth-of-type(9) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(10) > div, [data-animation="fixed"] .cd-section:nth-of-type(10) > div, [data-animation="opacity"] .cd-section:nth-of-type(10) > div {
    background-image: url("../img/04-FADING-LIGHT.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(11) > div, [data-animation="fixed"] .cd-section:nth-of-type(11) > div, [data-animation="opacity"] .cd-section:nth-of-type(11) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(12) > div, [data-animation="fixed"] .cd-section:nth-of-type(12) > div, [data-animation="opacity"] .cd-section:nth-of-type(12) > div {
    background-image: url("../img/05-SPARSE-LIGHT.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(13) > div, [data-animation="fixed"] .cd-section:nth-of-type(13) > div, [data-animation="opacity"] .cd-section:nth-of-type(13) > div {
    background-image: url("../img/REVOLUTIO_default.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(14) > div, [data-animation="fixed"] .cd-section:nth-of-type(14) > div, [data-animation="opacity"] .cd-section:nth-of-type(14) > div {
    background-image: url("../img/06-DARKNESS-THE-DAWN.jpg");
}
.cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
}
[data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
[data-hijacking="on"] .cd-section > div {
    visibility: visible;
}
[data-hijacking="off"] .cd-section > div {
    opacity: 0;
}
[data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
}
[data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
}
[data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
}
[data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
}
.cd-section:first-of-type > div::before {
    display: none;
}
.cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
[data-hijacking="on"] .cd-section > div {
    position: absolute;
}
[data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}
.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-vertical-nav {
    display: block;
}
.cd-section h2 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 200px;
    max-width: 1400px;
}
.cd-section h2 ul li i {
    font-size: 40px;
    margin: 10px 20px;
}
.cd-section h2 {
    background: rgba(0, 0, 0, 0.3);
}
.logo {
    width: 400px;
    max-width: 70%
}
.title {
    font-size: 30px;
    text-transform: uppercase;
}
.credit {
    font-size: 12px;
    font-style: italic;
}
/*nav*/
.navigation {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 20px;
}
/*footer*/
footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: 10px;
    z-index: 2;
}
footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin: 0;
    padding: 5px;
}


@media only screen and (max-width: 600px) {
.navigation {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: 000;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    font-size: 1rem;
    line-height: 0, 5rem;
}
.navigation ul li {
    padding: 5px;
}
.title {
    font-size: 2rem;
    line-height: 1.8rem;
}
footer {
    width: 100%;
    margin: 0 auto;
    padding:  0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: relative;
    bottom: 0;
    z-index: 2;
	
}
.cd-section h2 ul {
    text-align: center;
    font-size: 1rem;
    display: inline-block;
}
.cd-section h2 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    line-height: 1.3rem;
}
.credit {
    font-size: 12px;
    font-size: 0.9rem;
}
.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    display: none;
}
}

@media only screen and (min-width: 601px)and (max-width: 1200px) {
.title {
    font-size: 2rem;
    line-height: 1.8rem;
}
footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: '5px';
    z-index: 2;
}
.cd-section h2 ul {
    text-align: center;
    font-size: 1rem;
    display: inline-block;
}
.cd-section h2 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    line-height: 1.3rem;
}
.credit {
    font-size: 12px;
    font-size: 0.9rem;
}
.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    display: none;
}
	

	
}



.song {
	width: 100%;
	margin: 10px auto;
	display: block;
	
	
}

.track {
	width: 58%;
	margin: 0 ;
	padding: 0;
	display: inline-block;
	font-size: 15px;
	text-align: left;
	
	
}
.time {
	width: 20%;
	margin: 0 ;
	padding: 0;
	display: inline-block;
	font-size: 15px;
	text-align: right;
}



@media only screen and (max-width: 1200px) {
	

.track {
	width: 88%;
	margin: 0 ;
	padding: 0;
	display: inline-block;
	font-size: 15px;
	text-align: left;
	
	
}
.time {
	width: 10%;
	margin: 0 ;
	padding: 0;
	display: inline-block;
	font-size: 15px;
	text-align: right;
}

	
	
}

