
body, h1 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	/*font-size: 15px;*/
	line-height: 1.8;
}
body, html {
	height: 100%;
	font-family: "Quicksand", Arial, sans-serif;
}
#wrapper{
	max-width: 80%;
	margin: 0 auto;
	/*height: auto;*/
}
h2#name {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: .5em;
}
.heading, .about{
	text-shadow: 0px 3px 3px gray;
}
p.desc {
	text-shadow: 0px 3px 3px #b6b6b6;
}
p#nav {
 	font-family: "Quicksand", Arial, sans-serif;
	line-height: 1.8;
	color: gray;
}
nav.nav {
	position: fixed;
	/*padding-top: 10px;*/
}
ul#nav {
	list-style-type: none;
	padding-top: 9px;
 	font-size: 14px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	text-align: center;
	line-height: 2.4;
	padding-right: 23px;
	margin-bottom: 100%;
}
img.circle {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
div.col-md-7 div {
	height: 250px;
	font-size: 28px;
}

/* older work */
.bgimg {
    background-image: url("");
    min-height: 100%;
    /*width: 150px;
    height: 100px;
    */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.container {
	max-width: 50em;
	margin:0 auto;

	align-self: center;
}
.container ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

img.center {
	display: block;
	margin: 0 auto;
}
