body {
  font-family: sans-serif;
  font-size: 14px;
  background: linear-gradient(#51afb5, #0d6b52);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body,
body a {
  color: #443;
}
img {
  border: 0;
}
.links img {
  width: 48px;
  height: 48px;
}
#soflair {
  width: 208px;
  height: 58px;
}
.opener,
.closer {
  text-align: center;
  cursor: pointer;
  color: #114c50;
}
.opener:hover,
.closer:hover {
  color: #ffb591;
}
.opener::before {
  content: '▼';
}
.closer::before {
  content: '▲';
}
section .links a.more {
  display: none;
}
section {
  box-shadow: 0px 6px 10px #666;
  border-radius: 5px;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 12px;
  background: white;
}
section h1 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 4px;
  background: #114c50;
  color: white;
  font-size: 105%;
  font-weight: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section .links {
  display: table;
  width: 100%;
  margin: 0;
}
section .links a {
  display: table-row;
  width: 100%;
  text-decoration: none;
}
section .links a:hover {
  background-color: #ffb591;
}
section .links a img {
  padding: 5px;
  display: table-cell;
}
section .links a img.nomargin {
  padding: 0;
}
section .links a span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 99%;
  padding-left: 2px;
  padding-right: 2px;
}
#contact {
  clear: both;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 90%;
  margin-left: -10px;
  padding: 5px;
}
#contact,
#contact a {
  color: white;
  text-decoration: none;
}
#main > h1 {
  text-align: center;
  color: white;
  font-size: 160%;
  margin-top: 0;
}
@media (max-height: 125px) {
  #contact {
    display: none;
  }
}
@media (max-width: 250px) {
  .opener,
  .closer {
    height: 30px;
    line-height: 35px;
    font-size: 24px;
  }
  section {
    display: none;
  }
  #centerer {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #centerer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .centered {
    display: inline-block;
    vertical-align: middle;
  }
  #main {
    height: 90px;
  }
  #main:after {
    text-align: center;
    content: "What is this ? A browser for ants ?";
  }
  #contact {
    position: fixed;
    bottom: 20px;
  }
}
@media (min-width: 250px) and (max-width: 900px) {
  html,
  body {
    overflow-x: hidden
  		padding: 0;
    margin: 0;
  }
  .opener,
  .closer {
    height: 30px;
    line-height: 35px;
    font-size: 24px;
  }
  #main {
    width: 320px;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .opener,
  .closer {
    height: 18px;
    font-size: 18px;
  }
  #centerer {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px;
  }
  #centerer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .centered {
    display: inline-block;
    vertical-align: middle;
  }
  #main {
    height: 650px;
    width: 840px;
  }
  #c1,
  #c2 {
    width: 49%;
  }
  #c1 {
    float: left;
  }
  #c2 {
    float: right;
  }
}
