﻿@import url("https://fonts.googleapis.com/css?family=Raleway:100i,400");



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  7878font: inherit;
  vertical-align: baseline;   
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  	height: 100%;
	}

body {
  	position: relative;
  	font-family: "Raleway";
	font-size: 16px;
	font-weight:400;
  	line-height: 1.467;
  	font-weight: 300;
  	letter-spacing: -0.01em;
  	color: #FFFFFF;
  	background-color: #17151d;
	}

::-webkit-scrollbar {
  width: 1rem;  
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.85);
  background: #0b0d10;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #3f4b5b;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

:hover::-webkit-scrollbar-thumb {
  background: #353f4c;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 	font-weight: bold;
  	margin-top: 0;
  	margin-bottom: 0.5rem;
	}

h1 {
  font-size: 1.3rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.1rem;
  7878line-height: 1.4;
}

h4 {
  font-size: 1rem; 77font-size: 0.9rem;
  777line-height: 1.4; line-height: 1;
}

h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 24px; BORDER: 2PX SOLID YELLOW !IMPORTANT;
}

#author-name {
  	margin-top: 0;
  	margin-bottom: 0.5rem; 
	}





.wrapper {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100%;   
	overflow: hidden; 
	}

.scroll-list {
  	position: relative;
  	width: 100%;
  	max-width: 400px;  
	min-width: 210px;
  	 padding: 0px; 
	}

@media screen and (max-width: 768px) {
  .scroll-list {
    margin-top: 0px; 
  }
}







.scroll-list__wrp {
  	width: 100%;  
  	height: 100vh; 
  	overflow: auto;  /** overflow: hidden; **/
  	padding: 0px !important;
  	margin-bottom: 0px;
	scrollbar-width: thin !IMPORTANT;
	scrollbar-color:  #17151d #17151d; 
	}

.scroll-list__wrp .scrollbar-track {
  	display: none !important;
	}

@media screen and (max-width: 768px) {
  .scroll-list__wrp {
   	padding: 0px;  
  }
}
.scroll-list__item {
	MARGIN: 0 !IMPORTANT;
  	position: relative;
  	display: flex;
  	justify-content: space-between;
  	align-items: stretch;
  	width: 100% !IMPORTANT;
  	HEIGHT: 87PX;
  	padding: 0em !important;
  	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
    	margin-bottom: 10PX !important;                              
  	transition: all 0.35s ease-in-out;
	background: rgba(255, 255, 255, 0.1);
	}








.scroll-list__item:hover {
  	color: #ffff00 !important;
	font-weight: bold;
  	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);  
}
.scroll-list__item .image {
  	height: 100%;
  	flex: 1 0 162px !important;
  	overflow: hidden;     
}
.scroll-list__item .image img {
  width: 100%; 
  height: auto; 
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 480px) {
  .scroll-list__item .image {
    flex-basis: 100%;
    width: 100%;  
  }
}
.scroll-list__item .desc {
  position: relative; 
	width: 100%; 
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  align-self: flex-start;
  font-size: 15px;
  overflow: hidden;   

 



@media screen and (max-width: 480px) {
  .scroll-list__item .desc {
    padding-left: 0;
    padding-top: 12px;   
  }
}
.scroll-list__item.item-hide {
  opacity: 0;
  transform: scale(0.7);   
}
.scroll-list__item.item-focus {
  opacity: 1;
  transform: scale(1);   
}
.scroll-list__item.item-next {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item.item-next + .scroll-list__item {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item:last-child {
  margin-bottom: 80px;  
}
@media screen and (max-width: 768px) {
  .scroll-list__item {
    padding: 12px;   
  }
}
@media screen and (max-width: 480px) {
  .scroll-list__item {
    flex-direction: column;
  }
}


 .scroll-list__item { 
    	DISPLAY: FLEX;
  }






/** DO NOT DELETE OR REMOVE ** customize scrollbar width, as well as thumb and track color INCLUDING FIREFOX **/
------------------------------------------html {
	77scrollbar-width: auto;
	77scrollbar-width: thin;
	scrollbar-width: thin !IMPORTANT;
	scrollbar-color:  #17151d #17151d;
	}

/** END OF DO NOT DELETE OR REMOVE ** customize scrollbar width, as well as thumb and track color INCLUDING FIREFOX **/