body {
    font-size: 2.65vw;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	background-color: #d8d8d8;
	font-family: 'Sabon';
	max-width: 100%;
    overflow-x: hidden;
    margin-bottom: 60px;
}

@font-face {
    font-family: 'Sabon';
    src: url('fonts/Sabon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#header {
	width: 100vw;
	background-image: url("img/stein.jpg");
	height: 90vh; 
	margin-bottom: 40px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#header p {
	margin-top: 30px;
	padding-left: 5vw;
   	line-height: 1.4em;
   	font-size: 3.65vw;
}

#bodytext {
	text-indent: 5vw;
	line-height: 1.2em;
}

#first {
	text-indent: 0vw;
}


p{
	padding-left: 7vw;
	padding-right: 7vw;
}


span {
	display: black;
	opacity: 1;
}

.punctuation {
	color: #00FF00;
	text-shadow: 0 0 5px white;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey; 
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: lime; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: green; 
}