/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*================== COSTUM CODE ================== */
body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@font-face {
  font-family: 'SignikaRegular';
  src: url('Signika-Regular-webfont.eot');
  src: url('Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Signika-Regular-webfont.woff') format('woff'), url('Signika-Regular-webfont.ttf') format('truetype'), url('Signika-Regular-webfont.svg#SignikaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  background-image: url('./images/background.jpg');
  background-repeat: repeat;
  color: #4088B2;
  text-align: center;
}
html body #wrapper {
  font-family: SignikaRegular, Cambria, Georgia, Times, serif;
  margin: 0 auto;
}
html body #wrapper h1 {
  font-size: 90px;
  margin-top: 20px;
}
html body #wrapper h2 {
  font-size: 30px;
  margin: 20px 0 40px 0;
}
html body #wrapper h2 a {
  text-decoration: none;
  color: #4088B2;
}
html body #wrapper h2 a:visited {
  color: #346d8f;
}
html body #wrapper h3 {
  font-size: 18px;
  font-family: SignikaRegular, "proxima-nova-sc-osf", serif;
  display: block;
  width: 80%;
  margin: 40px auto;
  line-height: 24px;
}
html body #wrapper #social ul li {
  display: inline-block;
  padding-right: 50px;
}
html body #wrapper #social ul li#twitter a {
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -999999px;
  background-image: url('./images/sprite-dg.png');
  background-position: left top;
}
html body #wrapper #social ul li#twitter a:hover {
  background-position: left bottom;
}
html body #wrapper #social ul li#gplus a {
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -999999px;
  background-image: url('./images/sprite-dg.png');
  background-position: -307px 0;
}
html body #wrapper #social ul li#gplus a:hover {
  background-position: -307px bottom;
}
html body #wrapper #social ul li#linkedin a {
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -999999px;
  background-image: url('./images/sprite-dg.png');
  background-position: -384px 0;
}
html body #wrapper #social ul li#linkedin a:hover {
  background-position: -384px bottom;
}
html body #wrapper #social ul li#vimeo a {
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -999999px;
  background-image: url('./images/sprite-dg.png');
  background-position: -460px 0;
}
html body #wrapper #social ul li#vimeo a:hover {
  background-position: -460px bottom;
}
