/* Copyright 2017 by Sai Kandallu */

body {
  background: #f5f5f5;
  font-size: 1.25em;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
}

article {
  max-width: 560px;
  margin: 0 auto;
  padding: 2em 6em;
  background: #fefefe;
}

h1, h2, h3, h4, p, div, ul, ol, dl, a, a:visited {
  font-weight: normal;
  color: #333;
}
::selection {
  background: #ff0;
  color: #000;
}
::-moz-selection {
  background: #ff0;
  color: #000;
}

header + section {
  margin-top: 2em;
}

section + section {
  margin-top: 1em;
}

h1 {
  font-size: 4em;
  line-height: 75%;
  text-transform: capitalize;
  margin: 0;
}

h2 {
  font-size: 2em;
}

h2 + h3 {
  margin-top: 0em;
}

h3 {
  margin-top: 1em;
  font-size: 1.2em;
}

p {
  margin-top: 0em;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 1em;
}

dl dt {
  text-transform: capitalize;
  font-weight: normal;
}
dl dd {
  margin: 0;
  margin-bottom: 1.2em;
}
dl dt, dl dd {
  margin-bottom: .4em;
}
dl dt {
  float: left;
  clear: left;
  margin-right: 1em;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #3bf;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

@media only screen and (max-width:480px) {
  article {
    padding: 10px;
  }
  body {
    font-size: 1.1em;
  }
  header + section {
    margin-top: 0em;
  }

  h1 {
    font-size: 3em;
    margin-top: .3em;
    margin-bottom: .3em;
  }

}
