@import "amaranth/stylesheet.css";
* {
  margin: 0,padding:0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  background: url('../camo4.jpg');
  background: -webkit-linear-gradient(top, #000000, transparent), url('../camo4.jpg');
  background: -moz-linear-gradient(top, #000000, transparent), url('../camo4.jpg');
}
#wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
a,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
h3 {
  color: rgba(255, 253, 222, 0.9);
  text-align: center;
  font-family: 'LiberationSansBold';
  font-size: 4em;
  line-height: 1em;
  text-shadow: -2px -1px 2px rgba(0, 0, 0, 0.9), 1px 1px 2px rgba(255, 255, 255, 0.9);
  margin: 0;
}
p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25em;
  font-family: 'LiberationSansRegular';
  margin: 0;
  padding: 0;
  margin-left: 8em;
}
#social {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: "horizontal";
  -moz-box-orient: "horizontal";
  box-orient: "horizontal";
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
img {
  margin: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
