/*
.home-section-1 {
	padding: 0;
}


#text-2 .widgettitle {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}


.bg-container {
	width:100%;
	height: 100%;
	padding: 190px 0 200px;
	background: url(http://www.peoplebehindthescience.com/wp-content/uploads/2014/08/pbts-header-bg.jpg) center center no-repeat;
}

@media only screen and (min-width: 1140px) {
    .title-area {
        width: 500px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1139px) {
    .title-area {width: 350px; }
    .site-title { font-size: 20px; }
}

@media only screen and (min-width: 1023px) {
    .header-full-width .title-area {
        width: 100%;
    }

    .site-header .widget-area {
        width: 600px;
    }

    .genesis-nav-menu a {
        font-family: Open Sans, sans-serif;
        padding: 27px 10px;
    }
}

*/