body {
  font-family: 'Open Sans',sans-serif;
  margin:0;
  padding:0;
}
header {
  background-color: #292929;
  width: 100%;
  height: 8em;
  margin:0;
  padding:0;
  line-height: 8em;
  vertical-align: center;
}

h1 {
  text-align:center;
  margin:0;
  color:white;
}

.arrow-down {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #292929;
  display: block;
  height: 0;
  margin: 0 auto;
  text-align: center;
  width: 0;
}

nav {
  text-align:center;
  margin-top: 5em;
}
nav li {
/*   border: 1px solid #D6D6D6; */
/*  border-radius: 100px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/
  width: 300px;
  display: inline-block;
  text-align:center;
  color: #00A4D9;

}
nav a[href] {
  color: #00A4D9;
  font-size: x-large;
  font-weight: bold;
  text-transform: uppercase;
/*   text-decoration:none; */
}
.icon_box {
  border: 3px solid #00A4D9;
  border-radius: 85px;
  -moz-border-radius: 85px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  vertical-align:center;
  margin: auto;
  margin-bottom: 10px;
}
.icon_box span
{
  line-height: 85px;
  vertical-align:center;
}

footer {
  color: gray;
  font-size:small;
  text-align:center;

  position:absolute;
  bottom:0;
  width: 100%;
  height:60px;   /* Height of the footer */
}
footer a[href] {
  color:gray;
  text-decoration: none;
}