body {
/* 	background-color: #faf6f5; */
	background: #e7ecf0 url(../images/papyrus.png);
}

.start h1 {
	margin-left: 20%;
	margin-right: 20%;
	font-weight: bold;
	font-size: 2rem;
}
.start h2 {
  font-size: 4rem;
  font-family: 'Marck Script', cursive;
  text-shadow: 2px 2px 2px grey;
  margin-top: 2%;
  margin-bottom: 2%;
  color: #000;
}

.start {
	padding-top: 5%;
	text-align: center;
}

p {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
}

#project_previews img {
	width: 50%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	overflow: hidden;	
}

#project_previews a { 
  display: block;    
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#project_previews:hover a:hover {
	transform: scale(1.05);
	opacity: 1;
	z-index: 10;
	
}

.project_slideshow p {
	font-weight: bold;
	font-size: 1rem;
}
.project_slideshow a {
	font-size: 2rem;
	font-weight: bold;
	-webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.project_slideshow a:hover {
	background: #dfdfdf;
	border-radius: 10px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}