@font-face { font-family: 'Montserrat-Regular';
             src: url('Fonts/Montserrat-web/Montserrat-Regular.eot') src: local('Montserrat-Regular') format('truetype');
             src: url('Fonts/Montserrat-web/Montserrat-Regular.woff') format('truetype');
              }


html { 
  background: url(images/arne.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body{
	font-family: helvetica;
	color: #333;
	width: 60%;
	margin:0px auto;
	margin-top: 10em;
	padding:8em 8em 8em 8em;
	background-color: #FFF3E2;
	font-weight: 200;
	opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-;
}

svg {
	margin-bottom: 3em;
  fill: #333; 
  height: 60%;
  width: 60%;
}

h3 {
	font-weight: 300;
	font-size: 2em;
}

p{	
	font-family: Montserrat-Regular, helvetica;
	margin-bottom: 1em;
	font-size: 1.2em;
}