@import 'https://fonts.googleapis.com/css?family=Sintony';
 * {
	 box-sizing: border-box;
}



.parallaxImg {
    width: 100%;
}

.hideScrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.hideScrollbar {
    -ms-overflow-style: none; /* Internet Explorer and Edge */
    scrollbar-width: none; /* Firefox */
}

 .section {
	 position: absolute;
	 width: 100%;
	 height: 100vh;
	 overflow: hidden;
	 clip: rect(0, auto, auto, 0);
}
 .section .fixed {
	 overflow: hidden;
	 position: fixed;
	 top: 50%;
	 left: 50%;
     
}
 .section .white {
	 color: #fff;
}
 .section:nth-child(1) {
	 background-color: #120020;
	 color: #fff;
	 top: 0;
	 z-index: 1;
}
 .section:nth-child(1) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(2) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /*top: 100vh;*/
	 z-index: 2;
}
 .section:nth-child(2) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(3) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 200vh; */
	 z-index: 3;
}
 .section:nth-child(3) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(4) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 300vh; */
	 z-index: 4;
}
 .section:nth-child(4) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(5) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 400vh; */
	 z-index: 5;
}
 .section:nth-child(5) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(6) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 500vh; */
	 z-index: 6;
}
 .section:nth-child(6) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(7) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 600vh; */
	 z-index: 7;
}
 .section:nth-child(7) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(8) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 700vh; */
	 z-index: 8;
}
 .section:nth-child(8) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(9) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #120020;
	 color: #fff;
	 /* top: 800vh; */
	 z-index: 9;
}
 .section:nth-child(9) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(10) {
	 background-color: #120020;
	 color: #fff;
	 /* top: 900vh; */
	 z-index: 10;
}
 .section:nth-child(10) .fixed {
	 transform: translate(-50%, -50%);
}



