@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0px;
	background:url('../img/symphony.png') repeat;
	/* Background image from http://subtlepatterns.com/ */
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	color:dimgray;
}
h1{
	color:#ff6347;
}
h2 {
	color:#fa8072;
}
a.email{
	color:DarkSeaGreen;
	text-decoration:none;
}
h1.name{
	margin-bottom:0px;
	border:10px solid #ff6347;
	padding:30px;
	display:inline;
}
#wrapper{
	margin-top:150px;
}
h2.title{
	margin-top: 40px;
    padding: 30px;
}
.phone-number{
	color:DarkSeaGreen;
}
/* -------------- Quote Styles ------------*/
.inspirational-quote{
	font-style:italic;
	font-size:20px;
	margin-top:50px;
	line-height:30px;
}
.line-break{
	border: 1px solid grey;
    margin: 30px auto;
    width: 50%;
}
