  body {
	  background-color:color(color(srgb 0.985 0.961 0.849));
	  color:black;
	  font-family: 'Roboto Serif', sans-serif;
	  margin-left: 15px;
	  margin-right: 15px;
	  }
  
  h1   {
	  font-family: 'Roboto Serif', sans-serif;
	  font-size: 2rem;
	  font-weight: 500;
	  margin-bottom: 0;
	  /*text-transform: uppercase;*/
  }
  
  h2    {
	  font-size: 1.1rem;
	  font-weight: 300;
	  margin-top: 0;
	  }
	  
  p {
	  font-size: 1.5rem;
	  font-weight: 300;
  }
  a {
	  font-size: 1.5rem;
	  font-weight: 500;
	  text-decoration: none;
  }
  
  a:link {
		color: #663366;
	  }
	  
	  /* visited link */
	  a:visited {
		color: #663366;
	  }
	  
	  /* mouse over link */
	  a:hover {
		color: #9900FF;
	  }
	  
	  /* selected link */
	  a:active {
		color: blue;
	  }
  }
  .hero img{
	  border-radius: 50%;
	  position: relative;
	  left: 10px;
	  width: 25%;
	  height: auto;
  }
  footer {
	  font-size: .5rem;
	  font-weight: 300;
  }