html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#vis { 
	width: 100%;
	height: 100%;
}

.container {
	height: auto;
	width: 100%;
}

#left {
	width: 33.33%;
	position: absolute;
	top: 0;
    bottom: 0;
	left: 0;
	font-family: 'Crimson Text', serif;
    overflow: hidden;
}

#left h1, #left h2 {
    font-family: 'Crimson Text', serif;
}

#left h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 12px 0;
}

#left h1 {
    font-size: 44px;
    line-height: 40px;
    margin: 20px 0;
}

p {
	font-size: 20px;
}

#right {
	width: 66.66%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

text {
    font-family: "Montserrat";
}

.step {
	margin-top: 0px;
    position: absolute;
    top: 20px;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    visibility: hidden;
}

#textcontent {
	max-width: 800px;
}

.feedback {
	opacity: 0;
}

.center {
	text-align: center;
}
.highlight {
	color: #3f51b5;
	font-weight: bold;
}

#progress {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3f51b5;
    width: 3px;
}

.mdl-button--primary {
    font-family: "Montserrat";
    font-size: 12px;
    border-radius: 0px;
    min-width: 180px;
}

.mdl-button--fab.mdl-button--colored {
    background: #3f51b5;
    color: #ffffff;
}

.mdl-button--fab.mdl-button--colored:hover {
    background: #5767c1;
    color: #ffffff;
}

#credits {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    font-size: 12px;
}

#creditslink {
    color: #3f51b5;
}

#lazybutton1 {
    opacity: 0;
}

#finale {
    background-color: #222;
    color: #fff;
    position: absolute;
    left: 0px;
    padding: 10px;
    z-index: 1000;
}

#finale ul {
    list-style-type: none;
    position: relative;
    left: -12px;
}

#finale a {
    color: #5767c1;
    text-decoration: none;
    font-size: 20px;
    
}