.site-description {
	display: yes;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.site-title {
	float: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

#columns {
width: 100%;
}

#columns .column {
position: relative;
width: 50%;
padding: 0%;
border: none 1px #000;
}

#columns .left {
float: left;
}

#columns .right {
float: right;
}