@charset "utf-8";

body {
	font-family:"DIN Condensed Light";
	font-weight:lighter;
}

a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }

.about p {
    color:#333333;
	font-size: 0.9vw;
	line-height: 0.8;
    letter-spacing: 0em;
}

.container-left {
	width: 50%;
	padding: 0;
	position: fixed;
	top: 0;
	left: 5%;
	height: auto;
	z-index: 5000;
	padding-top: 5%;
}