@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	font-family: 'Times New Roman', Times, serif;
	height: 100%;
    margin: 0;
	padding: 0;
	cursor: default;
}

body:not(.hd-story) .hd-block {
	display: none;
}

a:active, a:hover, div, img, button, a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.clearfix {
	clear: both;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #006699;
}
a:visited {
	color: #800080;
}

.cover-suggestions {
    margin: 0 auto;
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    overflow-x: scroll;
    -webkit-mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
    scrollbar-width: none;
    z-index: 100;
}

.cover-suggestions::-webkit-scrollbar { 
	display: none;
}

.cover-suggestions ul {
	margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    list-style-type: none;
}

.cover-suggestions ul li {
	margin: 0;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 100px;
	backdrop-filter: blur(4px);
	transition: background-color 0.25s ease-out;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	color: #333;
}

.cover-suggestions ul li.unpublished {
	background-color: rgba(255,255,255,0.5);
	cursor: default;
}

.cover-suggestions ul li.active {
	background-color: rgba(255,255,255,1);
	cursor: default;
}

.cover-suggestions ul li a:hover {
	color: #333 !important;
}

.white .cover-suggestions ul li {
    background-color: rgba(232,232,232,1);
}

.white .cover-suggestions ul li:hover,
.white .cover-suggestions ul li.active,
.white .cover-suggestions ul li.active:hover {
    background-color: rgb(210, 210, 210, 1);
}

@media (prefers-color-scheme: light) {
    .cover-suggestions ul li {
        background-color: rgba(232,232,232,1);
    }

    .cover-suggestions ul li:hover,
    .cover-suggestions ul li.active,
    .cover-suggestions ul li.active:hover {
        background-color: rgb(210, 210, 210, 1);
    }
}

.dark .cover-suggestions ul li {
    background-color: rgba(255,255,255,0.8);
}

.dark .cover-suggestions ul li:hover,
.dark .cover-suggestions ul li.active,
.dark .cover-suggestions ul li.active:hover {
    background-color: rgb(255, 255, 255, 1);
}

@media (prefers-color-scheme: dark) {
    .cover-suggestions ul li {
        background-color: rgba(255,255,255,0.8);
    }

    .cover-suggestions ul li:hover,
    .cover-suggestions ul li.active,
    .cover-suggestions ul li.active:hover {
        background-color: rgb(255, 255, 255, 1);
    }
}

.cover-suggestions ul li:first-child {
	margin-left: 5%;
}

.cover-suggestions ul li:last-child {
	margin-right: 5%;
}

.cover-suggestions ul li a,
.cover-suggestions ul li a:hover,
.cover-suggestions ul li a:visited,
.cover-suggestions ul li span {
	display: inline-block;
	padding: 4px 16px 6px 16px;
	color: #333 !important;
	text-decoration: none;
}

p {
    font-family: 'Times New Roman', Times, serif;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.8;
}

img {
	border: none;
}

.header {
	text-align: center;
    padding-bottom: 50px;
}

h3 {
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}

.logo {
	color: #000000;
	font-size: 26px;
	margin: 51px auto 15px;
	font-family: Georgia;
	line-height: 34px;
	display: inline-block;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}

a.logo {
	text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.logo:hover{
	color: #FF3300;
	text-decoration: none;
}

.content {
	padding: 0 0 68px;
}

.story {
	padding: 0px 0px;
	margin: 40px auto;
}

.story p {
	max-width: 700px;
	width: 94%;
	margin: 35px auto;
	line-height: 1.58;
	font-size: 21px;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.8);
}

.story img,
.story iframe,
.story video {
    display: block;
	margin: 80px auto;
}

.story img + img {
    margin-top: 50px;
}

p + p {
    margin-top: 50px;
}

.story h3 {
	max-width: 700px;
	width: 94%;
	margin: 35px auto -20px auto;
	line-height: 1.58;
	font-size: 42px;
    text-align: center;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.8);
}

.jouele-wrapper {
	max-width: 750px;
	width: 90%;
	margin: 60px auto;
}

.player-box {
	width: 720px; 
	height: 80px; 
	padding: 20px 0px 0px 0;
	margin-left: 20px;
}

.under-player{
	margin: 20px 0 20px 20px;
}

.footer {
	margin: -68px auto 0;
	min-width: 860px;
	height: 68px;
	position: relative;
}

.chayka{
	position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

.chayka img {
	width: 48px;
	height: 48px;
	border-radius: 50px;
}

.read-next {
    position: relative;
	height: 130px;
    width: 94%;
    max-width: 1200px;
    background-color: #F4F4F4;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
    border-radius: var(--roundedCorner);
    transition: background-color 0.25s ease-out;
    background-size: 100px;
}

.read-next:not(.last) {
	cursor: pointer;
}

.read-next:not(.last):hover {
	background-color: #ebebeb;
}

.read-next:not(.last):active {
	background-color: #e2e2e2;
}

.read-next a,
.read-next span {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.read-next a::after {
    content: '';
    display: inline-block;
    background-image: url('/projects/img/arrow-forward@2x.png');
    width: 100px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
	transform: translateY(2px);
}

