html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #e3e3e3;
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
body.admin-menu {
  margin-top: 30px;
}

*:focus {
  outline: 0;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0px 0px 10px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 4px;
}

iframe {
  display: block;
  max-width: 100%;
}

p {
  margin: 10px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul:last-child,
ol:first-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin: 5px 0;
  padding: 0;
  position: relative;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  transition: border-color 0.2s ease;
}
a:hover, a:focus {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  padding: 0 0 35px;
  text-align: center;
}

h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
  margin: 0;
}
h2:first-child {
  padding-top: 0;
}