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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html body {
  background-position: top !important;
  background: url('../img/simple_office_theme.jpg') no-repeat center center fixed;
  background-size: cover;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  line-height: 1.3;
}

#site {
  position: absolute;
  top: 10%;
  right: 10%;
  left: 40%;
  text-align: center;
  box-sizing: border-box;
  padding: 3rem 0;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  padding: .75rem 0;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.socialicons a {
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 .375rem;
  color: #000;
  font-size: .875rem;
}
.socialicons a i {
  vertical-align: bottom;
}


#credits {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: .675rem;
  color: #fff;
  box-sizing: border-box;
  padding: .5rem;
  background: rgba(0,0,0,.1);
  position: fixed;
  bottom: .25rem;
  left: .25rem;
  text-align: center;
}

@media (max-width: 620px) {
  #site {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 10%;
    text-align: center;
    box-sizing: border-box;
    padding: 3rem 0;
  }
}

@media (max-width: 420px) {
  #credits {
    left: 0;
    right: 0;
  }
}
