@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
html {
  font-family: "Open Sans", sans-serif;
}
h1 {
  padding: 1em;
  box-sizing: border-box;
  font-size: 2em;
  color: white;
  font-weight: 700;
}
nav.radial {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 20px;
/*  top: -2.5rem;
*/  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-color:#FFFFFF;
  border-width:1px;
  border-style:solid;
  border-radius: 2.5rem;
}
nav.radial input {
  display: none;
}
nav.radial > label,
nav.radial > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 0;
  padding-top:1rem;
}
nav.radial label:before,
nav.radial a:before {
  font-size: 1.2rem;
  color: white;
}
nav.radial a {
  color: transparent;
  text-decoration: none;
  box-sizing: border-box;
}
nav.radial label {
  cursor: pointer;
  box-sizing: border-box;
}
nav.radial input:checked ~ label {
  border-bottom-width: 1px;
  box-shadow: none;
}
nav.radial a[href] {
  transition: top 0.1s, left 0.25s, opacity 1s, box-shadow 0.25s;
  border-radius: 2.5rem;
  opacity: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #888;
  box-sizing: border-box;
  border-color:#FFFFFF;
  border-width:1px;
  border-style:solid;
  background-color:rgba(154,186,157,0.5);
}
nav.radial a[href]:hover {
   border-color:#FFFFFF;
  border-width:1px;
  border-style:solid;
 border-bottom-color: #2c7768;
}
nav.radial input:checked ~ a[href] {
  transition: top 1s, left 0.6s, box-shadow 1s, background-color 0.25s, border-bottom-color 0.25s, border-bottom-width 0.25s;
  opacity: 1;
}
nav.radial a[href]:hover {
  border-bottom-width: 0.25rem;
}
nav.radial input:checked ~ a[href]:nth-of-type(1),
nav.radial input:checked ~ a[href]:nth-of-type(5) {
  box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.25);
}
nav.radial input:checked ~ a[href]:nth-of-type(1) {
  left: -4.72707721rem;
  top: 0.83351125rem;
}
nav.radial input:checked ~ a[href]:nth-of-type(2) {
  left: -6.08538055rem;
  top: 5.67701335rem;
}
nav.radial input:checked ~ a[href]:nth-of-type(3) {
  left: 0rem;
  top: 6.8rem;
}
nav.radial input:checked ~ a[href]:nth-of-type(4) {
  left: 6.08538055rem;
  top: 5.67701335rem;
}
nav.radial input:checked ~ a[href]:nth-of-type(5) {
  left: 4.72707721rem;
  top: 0.83351125rem;
}
