/* ── Reset ── */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q::before,
q::after {
  content: '';
}

/* ── Main ── */

html,
body {
  font: 12px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  color: #020202;
}

body {
  line-height: 20px;
}

::selection {
  color: white;
  background-color: #020202;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
}

#container {
  min-width: 320px;
  max-width: 640px;
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #fbc52d;
}

@media only screen and (min-device-width: 640px) {
  #container {
    margin-top: 40px;
  }
}

#header {
  margin-right: 40px;
  margin-bottom: 60px;
  margin-left: 40px;
  color: white;
}

#header h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

#header h1 a {
  color: white;
}

#header .tagline {
  font: italic 16px Georgia, 'Times New Roman', Times, serif;
}

#results {
  margin-bottom: 60px;
  text-align: center;
}

#results .information a {
  color: black;
  text-decoration: underline;
}

#results .shutter_count {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 80px;
  color: white;
}

#results .model {
  margin-bottom: 20px;
}

.next {
  margin-top: 20px;
}

.next a {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

#cameras,
#upload,
#results {
  padding-right: 40px;
  padding-left: 40px;
}

#cameras {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  color: white;
  background-color: #020202;
}

.supported {
  font-size: 10px;
  color: green;
  text-transform: uppercase;
}

.ebay_link {
  padding-top: 30px;
  padding-bottom: 10px;
}

.ebay_link a {
  padding: 9px;
  color: white;
  text-decoration: none;
  background-color: #287e29;
  border-radius: 5px;
}

.ebay_link a:hover {
  background-color: #085c12;
}

.ebay_affiliate_disclosure {
  margin-bottom: 30px;
}

.digitalphotogallery {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}

.digitalphotogallery a {
  display: block;
  width: 221px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("/digitalphotogallery.png");
  background-size: 221px 28px;
}

@media (min-resolution: 2dppx) {
  .digitalphotogallery a {
    background-image: url("/digitalphotogallery@2x.png");
  }
}

#footer {
  font: 10px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  text-align: right;
  text-transform: none;
  background-color: white;
}

#footer p {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#footer a {
  color: #000;
}
