.site-title {
	font-family: 'Quattrocento', serif;
	font-size: 60px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 0px;
	text-transform: uppercase;
}

.title-area {
    float: none;
    width: 350px;
/*
    border-left: 1px solid #000;
    border-right: 1px solid #000;
*/
  border: none;
    text-align: center;
    padding: 15px;
}

.header-image .site-title a {

    clear: both;
    width: 100%;
    min-height: 135px;
    background-size: contain !important;
    padding: 0;
    margin: 0 auto;
    top: 52px;
    display: block;
    position: relative;

}

.site-container {

/*
    background-color: #fff;
    margin: 0px auto;
    margin: 0rem auto;
    max-width: 1140px;
    overflow: hidden;
    padding-top: 20px;
*/

padding-top:0px;

}