html { 
	background-image: url("images/splitcolor-30.jpg");
	background-size: 50%;
	background-attachment: fixed;
}

body {
	margin: 50px 100px 20px 100px;
	padding: 20px;
	font-family: 'Raleway', sans-serif;
	box-shadow: -1px 0px 4px 3px rgba(0,0,0,0.3);
	background-color: white;
	border: double 1px #ff5402;
}
h1{
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	font-size: 2.1em;
}
p{
	color: #3c3c3c;
	font-weight: bolder;
}

h2 {
	font-size: 1.15em;
}
nav {
	font-size: 1em;
}
footer {
	text-align: center;
	font-size: x-small;
}

a:link {
  color: #8b0074;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ac2962;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: darkorange;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ffdb00;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 1px 1px 1px goldenrod;
}


