@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');
a {
    text-decoration: underline;
    color: #fff;
    outline: none;
}
a:hover{
	color: #00ff4e;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection { /* Code for Firefox */
  color: white; 
  background: #00ff23;
}

::selection {
  color: white; 
  background: #00ff23;
}
span.type1{
    font-family: 'IBM Plex Mono', monospace;
    font-size: 2em;
}
span.type2 {
    line-height: 12px;
    font-size: 12px;
    display: block;
    padding: 2px;
}
#ifrm{
	display: none !important;
}
.fixed-frame {
	z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
}
.center-right {
    right: -65px;
    top: calc(50vh - 5px);
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    width: 170px;
    height: 23px;
}
html{
	height: 100% !important;
	width: 100% !important;
	overflow-x: hidden !important;
}
body{
	background-color: #000;
	color: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
}
.main-world {
    display: block;
    height: 100%;
}
section{
    height: 100vh;
}
section.auto{
	height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.centered {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.centered .row{
	display: table-cell;
	vertical-align: middle;
}
.slide__title{
	font-family: 'IBM Plex Sans', sans-serif;
	z-index: 100;
	margin-top: 40px;
	margin-left: -225px;
	font-size: 80px;
	text-align: center;
	width: 450px;
	font-weight: 900;
}
.slide__desc {
    bottom: 30px;
    position: absolute;
    right: -150px;
    text-align: center;
    width: 300px;
}
span.slide__title-xxx.first{
    position: relative;
    top: 13px;
}    
span.slide__title-xxx {
    font-size: 30px;
    line-height: 0px;
    margin-top: 5px;
    display: block;
}
.left-title {
    margin-top: calc(50vh + 5.5px);
    width: 130px;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    transform-origin: 50% -50%;
    left: -65px;
    text-align: center;
}
.slide {
    max-width: 660px;
}
.slideshow {
    padding: 5rem 0 0 0;
    height: 100vh;
    justify-content: center;
    grid-template-rows: calc(100vh - 10rem) 5rem;
}
.slide__image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  	.slide {
	    width: 80vw;
    }
    .slide__title {
	    font-family: 'IBM Plex Sans', sans-serif;
	    z-index: 100;
	    margin-top: 40px;
	    margin-left: -20px;
	    font-size: 30px;
	    text-align: left;
	    width: 450px;
	    font-weight: 900;
	}
	.slide__desc {
	    bottom: 30px;
	    position: absolute;
	    right: 0px;
	    text-align: center;
	    width: 80vw;
	}
	span.slide__title-xxx.first {
	    position: relative;
	    top: -5px;
	}
	span.type1 {
	    font-family: 'IBM Plex Mono', monospace;
	    font-size: 16px;
		width: 90%;
		display: block;
	}
}
.deco {
    opacity: 0 !important;
    z-index: -1000;
}