*:focus {
  outline: none;
}

html,
body,
* {
  -webkit-appearance: none;
  -moz-appearance: none;

  text-rendering: optimizeLegibility;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
}

@-webkit-viewport { width: device-width }
@-moz-viewport    { width: device-width }
@-ms-viewport     { width: device-width }
@-o-viewport      { width: device-width }
@viewport         { width: device-width }




html,
body {
  margin: 0;
  padding: 0;
}


body {
  background: #1a1919;
  color: #fffffe;
  font-family: "futura-pt", Futura, Futura-Medium, "Futura Medium", 'Open Sans', "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 1501px) {
  body {
    font-size: 35px;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 33px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
}


.sidebar {
  background: #fffffe;
  color: #1a1919;
}


h1 {
  font-weight: 500;
  font-size: 3.3em;
  margin: 0;
}
h2 {
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
h3 {
  font-weight: 700;
  font-size: 0.97em;
  margin: 0;
}
h4 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
}


#tags {
  margin: 5em 0;
  text-align: center;
  width: 80%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#tags h4 {
  display: inline-block;
  padding: 1px 5px;
}

h5 {
  font-size: 0.6em;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

p {
  font-size: 0.87em;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}



.main-box {
  width: 300px;
  margin: 0 auto;
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  width: auto;
}


.sidebar #tags {
  margin-top: 0;
}

h1, h2, h3 {
  text-align: center;
}

h3 {
  margin: 4em 0;
}


a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #eee;
  text-decoration: underline;
}






.contact-box-outer {
  top: 0;
  left: 0;
  width: 100%;
}