.header-image {
 background-image: url(../resources/RockMist2.jpg); 
}
.site-title h1 {
font-size :70px;
}
form {
float: right;
margin-left: 10px;
}

.css-table {
	display: table;
	table-layout: fixed; 
	width: 100%
}

.css-table, .css-table * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.css-table .col {
	display: table-cell;
}

.css-table .spacer {
	display: table-cell;
	width: 2%;
}

@media only screen and (max-width: 960px) {

.css-table .col {
	display: block;
}

.css-table .spacer {
	display: block;
	height: 20px;
  }