	h1 {
	  font-size: calc(0.65em + 1vw); 
	  font-family: helvetica, arial, sans-serif;
	}
	
	p,li {
	  font-size: calc(0.7em + 0.5vw); 
	  font-family: helvetica, arial, sans-serif;
	  line-height: 150%;
      height:auto;
	}
	
	#page-wrap {
    width: 75vw;
    margin: auto;
	}

   .group:before,
   .group:after {
      content: "";
      display: table;
  	}
   .group:after {
      clear: both;
  	}
   .group {
      clear: both;
      *zoom: 1;
  	}
 
	#picture{
		height: auto;
		max-width: 100%;
		float: right;
		margin-top:2%;
		margin-bottom:2%;
		margin-left:5%;
		display: block;
	}
	
	#name p{ 
	  font-size: calc(1.25em + 1vw); 
	  line-height: 100%;
	}

	#title{
		text-align:justify;
	}
	
	#about{
	  text-align:justify;
	}
	
	a:link{
	  color: #0066FF;
	  text-decoration:none;
	}

	a:visited{
	  color: purple;
      text-decoration:none;
	}

	a:hover{
      color:red;
	  text-decoration:none;
	}
   }