@import url("https://fonts.googleapis.com/css?family=Play");

body {
  display: block;
  margin: 0 auto;
}

h1,
h2 {
  color: #2c2c42;
  text-align: center;
  font-family: "Play", sans-serif;
}

h3,
h4 {
  color: #2c2c42;
  text-align: center;
  font-family: "Play", sans-serif;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: #3370ff;
  font-weight: bold;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

#ads h1, p {
  color: white;
  text-align: center;
}

nav {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 3;
}

#nav ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
  background-color: #e15e5b;
}

#nav li {
  float: left;
  margin: 0 auto;
  /* border: 1px solid #355c7d; */
  /* background-color: #355c7d; */
  /* border-radius: 4px; */
  padding: 0px;
}

#nav-details {
  float: left;
  margin: 0 auto;
  /* border: 1px solid #355c7d; */
  background-color: #2c2c42;
  border-radius: 25px 0px 20px 6px;
  padding-left: 3%;
  padding-right: 1.5%;
  padding-bottom: 0.4%;
  padding-top: 0.5%;
  text-align: left;
  /* display: block; */
}

#nav li a {
  display: block;
  color: white;
  /* border: 1px solid #355c7d; */
  text-align: center;
  padding: 4px 4px;
  margin: 2px;
  text-decoration: none;
  border-radius: 4px;
  /* font-weight: bold; */
  font-family: "Play", sans-serif;
}

#nav li a:hover {
  background-color: #2c2c42;
  text-decoration: underline;
/*   font-weight: bold; */
  transition: all 0.5s;
}

#nav .active {
  background-color: #355c7d;
  border-color: #e15e5b;
}

#od span {
  font-family: "Play", sans-serif;
}

#od h1,
p {
  color: #e15e5b;
  text-align: center;
  margin: 0.1em 0;
}

#epa-main p {
  padding: 0px;
  color: #2c2c42;
  text-align: left;
  font-weight: bold;
  font-family: "Play", sans-serif;
}

.container {
  border-radius: 8px;
  /*  height: 924px;*/
  margin: 0 auto;
  width: 100%;
  max-width: 465px;
}

blockquote {
  margin: 1vw auto;
}

.avgprice {
  /*color: #7CFC00;*/
  color: #00ff00;
  font-size: 25px;
  font-weight: bold;
  padding-top: 1px;
  font-family: "Play", sans-serif;
}

.avgpricestate {
  /*color: #7CFC00;*/
  color: #0b0b0b;
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
  font-family: "Play", sans-serif;
}

.searchdata {
  /*color: #7CFC00;*/
  color: #0b0b0b;
  font-size: 18px;
  padding-top: 3px;
  font-weight: bold;
  font-family: "Play", sans-serif;
}

#label {
  color: #2c2c42;
  font-weight: normal;
  font-family: "Play", sans-serif;
}

#searchDiv,
#minPriceDiv {
  max-width: 100%;
  cursor: crosshair;
}

#submit,
#refresh {
  background-color: #e15e5b;
  display: inline-block;
  border-radius: 8px;
  border-color: #e15e5b;
  color: #0b0b0b;
  font-weight: bold;
  font-family: "Play", sans-serif;
  /*  text-transform: uppercase;*/
  /*  box-shadow: 2.5px;*/
  cursor: pointer;
  box-shadow: none;
  width: 75px;
  /*  padding: 4px;*/
  height: 27.5px;
  margin: 2px;
}

#submit:hover,
#refresh:hover {
  background-color: #718ca4;
  border-color: #718ca4;
  color: #0b0b0b;
  font-weight: bold;
  transition: all 0.2s;
  /*  curdor: pointer;*/
  font-weight: bold;
  transition: background-color 200ms cubic-bezier(0.6, 0.765, 0.91, 0.615) 10ms;
  /*  text-transform: uppercase;*/
  /*  box-shadow: 0px;*/
}

#graph {
  margin: auto;
  width: 100%;
  max-height: 40%;
  background-color: linear-gradient(to bottom, #c6c6c6, #e15e5b);
}
#title {
  text-align: center;
}

#searchDiv,
#minPriceDiv {
  width: 100%;
  text-align: left;
}

#search,
#minPrice {
  widows: 200px;
  margin: 0 auto;
  padding: 8px 16px;
  margin: 4px 4px;
  border: 1px solid #f9f9f9;
  border-radius: 25px;
  display: block;
  float: none;
}

#mainBanner {
  background: linear-gradient(to bottom, #f9f9f9, #355c7d);
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px 8px 8px 8px;
  /* margin:auto; */
  margin: 0 auto;
  min-height: 25%;
  padding: 10px;
  display: flex;
  align-items: center;
  /*  cursor: pointer;*/
  flex-direction: column;
  /*justify-content: center;*/
}

#preResults {
  display: none;
}

#results {
  /*  background: linear-gradient(to bottom, #e15e5b, #c6c6c6);
  background-repeat: repeat;*/
  background-size: auto;
  border-radius: 6px 6px 6px 6px;
  /* margin:auto; */
  margin: 0 auto;
  /* padding: 20px; */
  display: flex;
  align-items: left;
  flex-direction: column;
  font-size: larger;
  justify-content: center;
  border-collapse: collapse;
  /* border: 2px #355c7d dashed;
  border-radius: 4px 4px 4px 4px; */
  padding: 2.5px;
  /* image-orientation: inherit;
  image-resolution: 140px x 140px; */
}

#logo {
  display: 100%;
}

#search-bar a {
  text-decoration: none;
  color: #ccc;
}

.adsbygoogle {
  margin: 40px auto 0 auto;
}

#dropdown {
  /* Size/Spacing */
  margin: 0 auto;
  text-align: right;
  font-family: "Play", sans-serif;
}

#dropdown-button {
  /* Decorations */
  background: #2c2c42;
  border: 2.5px solid #e15e5b;
  text-align: left;
  outline: none;
  color: #e15e5b;
  font-family: "Play", sans-serif;
}

#dropdown-button:hover,
#search-button:hover {
  /* Decorations */
  cursor: pointer;
  font-family: "Play", sans-serif;
  background:#355c7d;
}

#dropdown-menu {
  text-align: left;
  background: #e15e5b;
  padding: 0px;
  border: 2px dashed #2c2c42;
  color: #2c2c2d;
  cursor: pointer;
  font-family: "Play", sans-serif;
}

#search-bar ul {
  padding: 0px;
}

/* #search-bar li {
  list-style: none;
  display: block;
} */

#search-bar li:hover {
  background: #2c2c42;
  color: #e15e5b;
}

#search-bar li:nth-last-child(2) {
  padding: 8px;
  /* width: 100%; */
  margin: 0 auto;
}

.fa-angle-down,
.fa-tv-retro,
.fa-headphones,
.fa-book,
.fa-images,
.fa-gamepad,
.fa-file-archive {
  float: right;
  margin: 0 auto;
  text-align: center;
  padding-right: 5px;
}

z #search-box {
  /* Decorations */
  background: #cbcbcb;
  text-align: right;
  color: #2c2c42;
  font-size: 1rem;
  font-weight: 600;
}

#search-button {
  /* Decorations */
  background: #2c2c42;
  border: 2px solid #e15e5b;
  text-align: center;
  outline: none;
  color: #e15e5b;
}

#ads p a{
  color:#355c7d;
  font-weight: bold;
}

#ads:hover {
  color: #e15e5b;
  background: #2c2c42;
  animation-delay: 0.5ms;
  text-decoration: underline;
}

/* 750px wide or bigger */

@media only screen and (min-width: 750px) {
  #od h1 {
    font-size: 3rem;
  }
  #od p {
    font-size: 2rem;
  }
  #search-bar {
    width: 95%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
  }
  #dropdown {
    width: 200px;
    height: 42px;
    display: inline-block;
  }
  #dropdown-button {
    /* Decorations */
    border-radius: 10px 0 0 10px;
    /* Size/Spacing */
    padding: 10px;
    margin: 0;
    /*     border: 1px solid #e15e5b; */
    text-rendering: optimizeLegibility;
    width: 180px;
    height: 42px;
  }

  #dropdown-button:hover {
    background-color: #355c7d;
    transition: all 0.5s;
    /*     border: 1px solid #e15e5b; */
    font-weight: bold;
  }
  #dropdown-menu {
    margin-left: 28px;
    margin-top: -1px;
    display: none;
    position: absolute;
    border-radius: 0 0 10px 10px;
    z-index: 1;
  }
  #search-bar ul {
    width: 170px;
    margin: 0;
  }
  #search-bar li {
    padding: 10px;
    width: 150px;
  }
  #search-bar li:nth-last-child(1) {
    border: none;
    border-radius: 0 0 10px 10px;
  }
  #search-box {
    /* Size/Spacing */
    padding: 10px;
    margin: -6px;
    width: 60%;
    height: 18px;
    border: 2px solid #e15e5b;
  }
  #search-button {
    /* Decorations */
    border-radius: 0 10px 10px 0;
    /* Size/Spacing */
    padding: 10px;
    margin: 0;
    width: 40px;
    height: 42px;
    z-index: 1;
  }
}

/* 750px wide or smaller */

@media only screen and (max-width: 750px) {
  /*750 px or less */
  #od h1 {
    font-size: 2rem;
  }
  #od p {
    font-size: 1.6rem;
  }

  #search-bar ul {
    width: 100%;
    margin: 5px 0;
  }
  #search-bar li {
    padding: 8px;
    width: 95%;
    margin: 0 auto;
  }

  #search-bar li:hover {
    background-color: #355c7d;
    border: 0.15em dashed #2c2c42;
  }

  #search-bar {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: 200px;
  }
  #dropdown {
    width: 100%;
  }
  #dropdown-button {
    /* Decorations */
    border-radius: 10px 10px 0px 0px;
    font-size: 1.6rem;
    font-weight: 600;
    /* Size/Spacing */
    padding: 10px;
    margin: -1px auto;
    width: 100%;
    height: 60px;
  }

  #dropdown-button:hover {
    background-color: #355c7d;
  }

  #dropdown-menu {
    font-size: 1.3rem;
    width: 95%;
    margin: -1px auto;
    background: #e15e5b;
    padding: 0;
    box-shadow: 0px 0px 40px #355c7d;
    -webkit-box-sizing: border-box;
    color: #2c2c42;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }

  #dropdown-menu::hover {
    color: #e15e5b;
    background-color: #355c7d;
    transition: all 0.3s;
  }

  #search-box {
    /* Size/Spacing */
    padding: 10px;
    margin: -1px auto;
    width: 100%;
    background-color: #e15e5b;
    border: 1px solid #e15e5b;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    height: 60px;
  }

  #search-box:hover {
    background-color: #e15e5b;
    color: #0b0b0b;
    margin: -1px auto;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.34s;
  }

  #search-box:hover::placeholder {
    display: none;
  }

  #search-button {
    /* Decorations */
    border-radius: 0px 0px 10px 10px;
    font-size: 1.6rem;
    font-weight: 600;
    content: "Search";
    /* Size/Spacing */
    padding: 10px;
    margin: -10px 0;
    width: 100%;
    height: 60px;
    transition: all 0.34s;
    z-index: 1;
  }

  #search-button:hover {
    background-color: #355c7d;
  }
}

/* BLOG CSS STYLES */

#blog img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 0.25em;
}

#filter {
  background-color: #2c2c42;
  border-bottom: dashed 1px #e15e5b;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#filter button {
  float: left;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 0px;
  font-size: large;
  padding-top: 4px;
  min-height: 100%;
  border: 1px solid #e15e5b;
  background-color: #e15e5b;
  border-radius: 10px 10px 0px 0px;
  /* font-weight: bold; */
  display: block;
  color: white;
  font-family: "Play", sans-serif;
}

#filter button:hover {
  background-color: #2c2c42;
  border-color: #2c2c42;
  text-decoration: underline;
  transition: all 0.5s;
}

#filter button.selected {
  background-color: #355c7d;
  border-color: #355c7d;
}

#blog header,
main {
  /* padding: 0; */
  margin: 0 auto;
  width: 100%;
  display: block;
  align-items: center;
  /* text-align: center; */
}

#blog header {
  background-color: #2c2c42;
  margin: 0 auto;
  padding-bottom: 1%;
  font-weight: bold;
  color: #e15e5b;
  line-height: 1.5em;
}

#blog header h1 {
  margin-bottom: 0;
  color: #e15e5b;
  text-align: center;
  display: block;
}

.information {
  background: #dfe6e9;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 1px;
}

.nav-blog span a {
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  margin: 2em;
  cursor: pointer;
  padding: 1em;
}

.nav-blog button {
  cursor: pointer;
}

div#notice button:hover {
  transition: all 0.5s;
  background-color: #355c7d;
  border-color: #355c7d;
  cursor: pointer;
}

div#notice button {
  border-radius: 6px;
  border-color: #e15e5b;
  color: white;
  background-color: #e15e5b;
}

article {
  margin: 0 auto;
  display: flex;
  float: center;
  width: 65%;
}

article a {
  border-radius: 4px;
  width: 100%;
}

article a:hover {
  color: #355c7d;
  background-color: #e15e5b;
  font-weight: bolder;
  transition: all 0.5s;
}

#blog h2 {
  display: flex;
  text-align: justify;
  margin: 0 auto;
  font-weight: bold;
  padding: 1em;
}

#blog span {
  display: flex;
  margin: 0 auto;
  /* font-weight: bold; */
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: left;
  color: #e15e5b;
  font-size: xx-large;
  width: 95%;
}

#blogjs nav div {
  display: inline-box;
}

#blogjs-title a {
  text-decoration: none;
}

#blogjs-title a:hover {
  text-decoration: underline;
  color: #355c7d;
  background-color: #e15e5b;
  transition: all 0.5s;
  cursor: pointer;
}

.article-details {
  /* border: dashed 1px #e15e5b; */
  border-radius: 20px 20px 20px 20px;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  /* padding-top: .5%; */
  /* padding-right: 0; */
  /* padding-bottom: .5%; */
  background-color: #2c2c42;
  color: white;
  width: 100%;
}

.article-details div:first-child {
  margin-bottom: 0.5em;
}

#notice {
  font-weight: bold;
  text-align: center;
  padding: 2px;
  display: block;
  margin: 0 auto;
}

.main-container {
  min-height: 100vh; /* will cover the 100% of viewport */
  display: block;
  position: relative;
  padding-bottom: 60px; /* height of your footer */
}

#container p {
  font-family: "Play", sans-serif;
  text-align: left;
  color: #0b0b0b;
  line-height: 1.2em;
}

div#blogjs {
  background-color: rgb(243, 238, 237);
  border-radius: 8px 8px 8px 8px;
  padding-left: 1em;
  padding-right: 1em;
  /* padding-top: 1%; */
  width: 90%;
  /* max-width: 50%; */
  margin: 0 auto;
  display: inline-block;
}

div#blogjs img {
  margin: 0 auto;
  background-color: #355c7d;
  max-width: 90%;
  display: block;
  border-radius: 40px 40px 40px 40px;
  border: 3px outset #355c7d;
  padding: 0px;
  height: 75%;
  width: 75%;
  z-index: 1;
}

/* -- Responsive video embed -- */
.eoj-video {
  padding-bottom: 56.25%; /* for 16:9 ratio */
  padding-top: 25px;
  position: relative;
  height: 0;
  z-index: 1;
}
.eoj-video iframe,
.eoj-video object,
.eoj-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.html5-video-player a {
  color: inherit;
  text-decoration: none;
  -moz-transition: color 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: color 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0, 0, 0, 1.32);
  outline: 0;
  z-index: 500;
  position: relative;
  top: 0;
  height: 100%;
}

.html5-video-player:hover a {
  transition: all 0.3s;
  color: #355c7d;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-interrupting,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
  background-color: #e15e5b;
}

.html5-video-player {
  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;

  z-index: 500;

  outline: 0;

  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;

  color: #e15e5b;

  text-align: left;

  direction: rtl;

  font-size: 11px;

  line-height: 1.3;

  -webkit-font-smoothing: antialiased;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  touch-action: manipulation;

  -ms-high-contrast-adjust: none;
}

#container {
  margin: 0 auto;
  /* max-width: 95%; */
  padding-right: 1.4em;
  padding-left: 1.4em;
  padding-bottom: 1em;
}

#blog-container {
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  display: block;
  padding: 0;
}

figurecaption {
  font-size: x-small;
  color: #355c7d;
  font-weight: bold;
}

#blog footer {
  background: #dfe6e9;
  bottom: 0;
  width: 100%;
  align-items: center;
  text-align: center;
  position: fixed;
  margin: 0 auto;
  top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#blog footer p {
  margin: 0;
  padding: 1px;
  line-height: 1.5em;
  text-align: center;
}

/* @media only screen and (max-width: 992px) {
 
  #container {
    display: inline-block;
    max-width: 95%;
  }

  article {
    width: 100%;
  }
} */

@media only screen and (max-width: 992px) {
  #blog span {
    font-size: 28px;
    width: 96%;
  }

  figurecaption {
    display: none;
  }

  #container p {
    padding-left: 1em;
    padding-right: 1em;
    /* font-size: large; */
  }

  div#blogjs {
    max-width: 92%;
  }

  div#blogjs img {
    height: 65%;
    width: 65%;
  }

  article {
    width: 100%;
  }

  #nav-details {
    font-size: smaller;
  }

  #filter button {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }
}

@media only screen and (min-width: 992px) {
  div#blogjs {
    max-width: 97%;
    /* display: block; */
    padding-top: 0;
    /* font-size: larger; */
    /* line-height: 1.4em; */
  }

  div#blogjs img {
    height: 50%;
    width: 50%;
  }

  .article-details div:first-child {
    margin-bottom: 0;
  }

  /* art55c7dicle {
    max-width: 90%;
  } */

  #blog header,
  main {
    /* padding: 0; */
    margin: 0 auto;
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
  }

  #container {
    /* font-size: larger; */
    width: 80%;
  }

  #filter button {
    padding-right: 1.75vw;
    padding-left: 1.75vw;
  }
}

@media only screen and (min-width: 1200px) {
  #blog header,
  main {
    padding-bottom: 0.5em;
    margin: 0 auto;
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
    /* position: absolute; */
  }

  /* div#blogjs {
    max-width: 95%;
} */

  div#blogjs img {
    height: calc(0.6 * 50em);
    width: calc(0.5 * 50em);
  }

  article {
    max-width: 90%;
  }
}