@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font-family: 'webfontregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
	-webkit-transition-duration: 0.4s;
	margin: 0;
}

body{
	margin-top: 3%;
}

@font-face {
    font-family: 'webfontregular';
    src: url('../type/foliobt-light-webfont.woff2') format('woff2'),
         url('../type/foliobt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.text_color{	
	color: white;	
}

.body_color{	
	background-color: black;	
	-webkit-transition-duration: 0.4s;
}


a{
	cursor: pointer;
	color: #000000;
	text-decoration:underline;	
}

a:hover{
	text-decoration: none;	
}


.header_container{
	position: fixed;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	z-index:5;
}

.header_text{
	text-align: center;
}

.text_block {
	position: relative;
	margin-left: 3%;
	width: 85%;
}


.img_size{
	padding-top: 4%;
	height: 60vmin;
}

/* Mobile ----------- */


@media (max-width: 850px) {

.img_size{
	padding-top: 10vh;
	height: 90vmin;
}
		
}	