@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);
{
html, h1 # {
  height: 800px;
  width: 960px;
  background: #5f6c6d;
.wrap {
 margin: auto;
  margin-left:auto;
  margin-right:auto;
  

}
}
a {
    text-decoration:none;
    font-family:"Open Sans Semibold", Arial, Helvetica sans-serif;
	font-size: 16px;
    display: inline-block;
	z-index: 1;
	  padding: 14px 10px;   
	margin: -1em;
	
}
	/* unvisited link */
#button-item a:link {
    color: 324e67;
text-decoration: none;
}
    color: #324e67;
	
/* visited link */
a:visited {
    color: #324e67;
}

/* mouse over link */
a:hover {
    color: #2fb8e9;
}

/* selected link */
a:active {
    color: #2fb8e9;
}
}
.title {
  font-size: 3em;
  font-family: "Open Sans Semibold", Arial, Helvetica sans-serif;

 }

.container {
  width: 100%;
margin: auto;

}

.button-item{
	
  background: #fff;
 
  box-shadow: 0 1px 2px #999;
  font-family: "Open Sans Semibold", Arial, Helvetica sans-serif;
  font-size: 28px;
  color: #4b759b
  height: 25px;
  line-height: 30px;
  list-style: none;
   margin: 25px 0 ;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  	-webkit-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0,.4), inset 0 1px rgba(255,255,255,0.3);
	   -moz-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        	border: 0px solid #000000;

  width: 90%;

}
.button-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  
 
}

