/*-------------------------------
screen sizes and important widths
--------------------------------*/
/*-------------------------------
colors, etc
---------------------------------*/
/*-------------------------------
screen sizes and important widths
--------------------------------*/
/*-------------------------------
colors, etc
---------------------------------*/
/*--------------------------------------
default/general styles
---------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  font-family: arial;
}

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;
}

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

body {
  line-height: 1.5;
}

ul {
  list-style: none;
}

ol {
  margin-left: 25px;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: #404040;
  transition: color .5s;
}

a:hover {
  transition: color .5s;
  color: #121212;
}

.headerWrapper {
  width: calc(100% - 10px);
  margin: 0 auto;
}

header {
  background-color: #404040;
  width: 100%;
}

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

header h2,
header h2 a {
  color: #b8b8b8;
  font-size: 1.25em;
}

header h1 a,
header h2 a {
  text-decoration: none;
}

header .title a,
header .title {
  color: white;
  font-size: 1.5em;
}

header nav ul {
  width: 100%;
  list-style: none;
}

header nav ul li,
header nav ul li a {
  width: 100%;
  display: block;
  line-height: 2.5em;
  text-align: center;
  background-color: black;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

header nav a:hover {
  transition: background-color .5s;
  background-color: #b8b8b8;
  color: black;
}

header .ads {
  top: 0;
  position: absolute;
  left: calc( 100% - 200px);
  width: 200px;
  visibility: hidden;
}

header .ads img {
  width: 60px;
  max-height: 60px;
  float: right;
}

body {
  background-image: url(https://sharpeningmadeeasy.com/longerbg.png);
  background-size: 100%;
  background-attachment: fixed;
}

p {
  margin-bottom: 15px;
}

.small {
  font-size: .8em;
}

.-separate {
  text-align: right;
}

.bulleted {
  list-style: disc;
  margin-left: 45px;
}

.top-featured {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
  margin: 0 auto;
  margin: 15px;
  padding-bottom: 40px;
}

.featured-item {
  background-color: rgba(255, 255, 255, 0.4);
  with: 100%;
  margin: 25px -25px;
  margin-bottom: -40px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.featured-item h2,
.featured-item p,
.feautured-item ul {
  margin: 25px 25px;
}

.searchbar {
  float: right;
  margin-bottom: 15px;
  height: 1.5em;
}

.searchbar:after {
  content: "";
  display: table;
  clear: both;
}

.text-field {
  width: 200px;
  max-width: 100%;
  font-size: 1.25em;
}

.button {
  cursor: pointer;
  font-size: 1.25em;
  height: 35px;
  font-weight: bolder;
}

.content > h2 {
  padding: 10px 25px;
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 50px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}

.content > p,
.content > p > a {
  color: black;
}

.content > p > a:hover {
  color: #111111;
  transition: color .1s;
  font-weight: bolder;
}

.tile-wrapper .row {
  width: 100%;
}

.tile {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 15px;
  padding: 15px;
}

.tile img {
  padding: 15px;
  max-width: 100%;
  margin-right: 15px;
}

.tile p {
  margin-top: 15px;
}

.shopping {
  font-size: 1.5em;
  margin-left: 25px;
  margin-right: 25px;
}

.shopping li,
.shoppiing li a {
  width: calc(100% - 25px);
}

.shopping a {
  margin: 25px 0;
  color: gray;
  text-decoration: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}

.shopping a:hover {
  transition: background-color .5s;
  background-color: #dcfed8;
}

footer {
  background-color: #9f9f9f;
}

footer ul {
  width: 100%;
  text-align: center;
  list-style: none;
}

footer ul li,
footer ul li a {
  width: 100%;
  text-decoration: none;
  color: #121212;
  font-size: 1.2em;
}

footer ul li :hover,
footer ul li a :hover {
  transition: color .5s;
  color: #525252;
}

footer .ads {
  width: 200px;
  margin: 0 auto;
}

footer .ads img {
  width: 100px;
  height: 100px;
  float: right;
}

@media screen and (min-width: 600px) {
  footer ul li {
    float: left;
    width: auto;
    text-align: center;
    margin: 3px 5px;
  }
  footer ul li:after {
    content: " |";
  }
  footer ul {
    max-width: 600px;
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (min-width: 850px) {
  header nav ul li a {
    width: auto;
    line-height: 1.25em;
    display: block;
    float: left;
    margin: 10px;
    margin-right: 0px;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
  }
  header nav ul li {
    display: inline;
  }
  header nav ul {
    width: auto;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
  }
  body .content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .tile {
    margin: 25px;
    width: calc(50% - 0px);
    float: left;
  }
  .tile.-full-width {
    width: calc(100% - 75px);
    float: none;
  }
  .row {
    display: flex;
  }
  .row.-full-width {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */

/*
     FILE ARCHIVED ON 10:05:42 Sep 24, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:15:07 Nov 03, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 307.247
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.101
  RedisCDXSource: 159.847
  esindex: 0.025
  LoadShardBlock: 130.949 (3)
  PetaboxLoader3.datanode: 220.582 (5)
  CDXLines.iter: 14.171 (3)
  load_resource: 957.209
  PetaboxLoader3.resolve: 790.112
  loaddict: 157.511
*/