.widget-title a {
  color: #fff!important; /*this fixes a problem with the RSS feed, where the title text was black on black*/
}


.site-inner {
  clear: both;
  padding-top: 40px;
  max-width: 900px;
}

.site-header .wrap {
  border-bottom: 2px solid #222;
  padding: 30px 0;
  max-width: 900px;
  text-align:center;
}

.genesis-nav-menu {
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: auto!important; 
  text-align:center;
}

.site-title a,  {
  color: #222;
  font-weight: 750;
  letter-spacing: 0px;
  text-shadow: 1px 1px 3px #f1f1f1;
}

.site-title a:hover {
 	color: #469BD1!important; 
}

::selection {
	background-color: #469BD1!important;
  	color: #fff!important; /*this changes the highlighted text colors*/
}

.wpcf7-form input {
  height: 30px; 
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
}

.wpcf7-form .wpcf7-submit {
 height: 30px; 
 color: #fff;
 background-color: #337ab7;
 border-color: #2e6da4;
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: 400;
 line-height: 1.42857143;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 -ms-touch-action: manipulation;
 touch-action: manipulation;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px; 
}
