@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);

body {
	padding-top: 70px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 300;
	font-size: 2em;
	position: relative;
background: rgba(167,169,172,1);
background: -moz-linear-gradient(top, rgba(167,169,172,1) 0%, rgba(250,250,250,1) 32%, rgba(250,250,250,1) 71%, rgba(167,169,172,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,169,172,1)), color-stop(32%, rgba(250,250,250,1)), color-stop(71%, rgba(250,250,250,1)), color-stop(100%, rgba(167,169,172,1)));
background: -webkit-linear-gradient(top, rgba(167,169,172,1) 0%, rgba(250,250,250,1) 32%, rgba(250,250,250,1) 71%, rgba(167,169,172,1) 100%);
background: -o-linear-gradient(top, rgba(167,169,172,1) 0%, rgba(250,250,250,1) 32%, rgba(250,250,250,1) 71%, rgba(167,169,172,1) 100%);
background: -ms-linear-gradient(top, rgba(167,169,172,1) 0%, rgba(250,250,250,1) 32%, rgba(250,250,250,1) 71%, rgba(167,169,172,1) 100%);
background: linear-gradient(to bottom, rgba(167,169,172,1) 0%, rgba(250,250,250,1) 32%, rgba(250,250,250,1) 71%, rgba(167,169,172,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a9ac', endColorstr='#a7a9ac', GradientType=0 );
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	margin: 0;
}

.navbar {
	border-radius: 0;
	min-height: 60px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a0a0a0+0,d8d8d8+59,f7f7f7+99 */
background: rgb(160,160,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(160,160,160,1) 0%, rgba(216,216,216,1) 59%, rgba(247,247,247,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(216,216,216,1) 59%,rgba(247,247,247,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(160,160,160,1) 0%,rgba(216,216,216,1) 59%,rgba(247,247,247,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.navbar-nav li a {
 line-height: 30px;
}

.nav.navbar-nav.navbar-right li a {
    color: #2952a3;
}

.page {
	padding: 50px 0;
}

.page h2 {
	margin-bottom: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#photoDiv {

}

/** Page -- Bio **/
#bio {
	background-color: #E4D29D;
	background-image: linear-gradient(to bottom, #EEF08A, #819A2D);
	border-top: 20px solid rgba(238, 200, 86, .5);
}

/** Page -- Etsy **/
#etsy {
	background-color: #E4D29D;
	background-image: linear-gradient(to bottom, #E4D29D, #CDAE50);
	border-top: 20px solid rgba(86, 43, 84, .1);
}

/** Page -- Contact **/
#contact p {
	color:grey;
}

h2 {
	font-weight: 600;
	font-size: 1.2em;
	color: #6F4E36;
}

@media (min-width: 768px){
#featured {
    height: 100%;
	}
}
