* {-webkit-tap-highlight-color: transparent;}

body {
  background-color: #1f6aac;
  font-family: "Open Sans";
  margin:0;
  padding: 0;
}

h1 {
  text-align: center;
  font-size: 50pt;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
}

#container {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 30px 0 40px;
  font-size: 20px;
  margin: 0;
}

#links {
  text-align: center;
  margin: 20px auto;
  max-width: 70%;
}

#links ul {
  display: inline-block;
  padding: 0;
}

#links ul li {
  float: left;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  margin: 15px;
  list-style-type: none;
  border-radius: 50%;
  background-color: #fff;
  -o-transition:.7s;
  -ms-transition:.7s;
  -moz-transition:.7s;
  -webkit-transition:.7s;
  transition:.7s;
}

#links ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

#links ul li:hover {
  background-color: #e0e0e0;
  transform: scale(1.15);
}

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

  h1 { font-size: 40px;}
} 
