body {
  background: orange;
  font-family: Helvetica;
  color: black;
}

.cwrapper { 
  text-align:left;
  width: 80%;
  margin-right:auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .cwrapper {
    width: 98%;
  }
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}


.nav {
  background: royalblue;
  height: 70px;
  width: 100%;
  text-align: center;

}

.menu-button {
  position: relative;
  font-size: 28px;
  line-height: 2;
}

.logo {
  margin: 10px 0px 0px 0px;
}

.alerts {
  background: whitesmoke;
  color: black;
  width:100%;
  filter: drop-shadow(2px 4px 6px grey);
  margin: 20px 0px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
}

.card {
  border-radius: 5px;
  /*margin: 20px 0px 0px 0px;*/
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.multicard_wrapper {
  margin: 10px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.multicard_pagetitle {
  background: none;
  color: black;
  text-align: center;
  font-size: 30px;
}

.multicard {
  position: relative;
  background-color: whitesmoke;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px;
}

.multicard_titlebox {
  padding: 8px;
}

.multicard h2 {
  text-align: center;
}

.multicard_image {
  object-fit: cover;
  vertical-align: middle;
  height: 150px;
/*  width: 150px;
  padding: 4px;
  border-radius: 12px;*/
}

.card_content {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.card_title {
  padding: 20px 20px 20px 20px;
}

.button {
  background: #0084ff;
  border: none;
  border-radius: 5px;
  width: 120px;
  height: 80px;
  font-size: 100%;
/*  text-transform: uppercase;*/
  font-weight: bold;
  color: #fff;
  display: inline-block;
  white-space: normal;
  margin-top: 5px;
  line-height: 140%;
  vertical-align: text-top;
  filter: brightness(50%);
}

.wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail {
  max-width: 300px;
  border-radius: 5px;
  object-fit: cover;
  height: 50vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgatr, .imgatr a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  filter: opacity(70%);
  margin-top: 2px;
}

@media only screen and (max-width: 600px) {

  .button {
    width: 45%;
    height: 120px;
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .cmnt {
      font-size: 10px;
      color: lightgreen;
      top: 0;
      right: 0;
      position: absolute;
  }
  .thumbnail {
    max-width: none;
    object-fit: cover;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .card {
    width: 100%;
    /*max-height: 100%;*/
  }

  .card_content {
    text-align: left;
    width: 100%;
    font-size: 20px;
  }

  .imgatr, .imgatr a {
    text-align: right;
  }
}

.button:focus {
  background: pink;
  filter: none;
}

a {
  color: blue;
}

.imgatr-list {
  margin-top: -20px;
  margin-right: 20px;
}

.imgatr-list a{
  color: black;
  filter: opacity(40%);
}

.sentence {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.filters_container > label > input {
  display: none;
}

.filters_container > label > span {
    background: #262626;
    padding: 6px;
    border-radius: 16px;
    margin: 6px 4px;
    display: inline-block;
    color: white;
    border: white solid 1px;
}

:checked + span {
/*    font-weight: bold;*/
    filter: invert(90%);
}

.filters_container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: none;
}

.random_item_button {
  top: 0;
  text-align: right;
  position: fixed;
  margin: 0;
  width: 100%;
  background-color: blue;
  font-size: 20px;
  text-decoration: none;
  color: white;
}

.order_button {
  bottom: 0;
  position: fixed;
  background-color: black;
  padding: 30px 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: white;
  width: 90%;
  bottom: 10px;
  border-radius: 5px;
}

.amazon_affiliate_disclamer {
font-size: 12px;
margin: 0px;
opacity: 60%;
margin-bottom: -8px;
margin-top: 8px;
color: white;
}

.widget_wrapper {
  background: black;
  width: 100%;
}

.widget {
  padding: 8px 0px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.widget_item {
  margin-left: 8px;
  background: white;
  width: 85%;
  height: 105px;
  color: black;
  display: inline-block;
  overflow-x: none;
  overflow-y: none;
  white-space: normal;
  float: left;
  font-family: Arial,sans-serif;
  line-height: 15px;
  font-size: 12px;
  word-wrap: normal;
}

.widget-item-image-container {
  display: table;
  float: left;
  margin-right: 10px;
  height: 105px;
  width: 85px;
  position: relative;
  z-index: 2;
  color: transparent;
  cursor: pointer;
}

.widget-item-image-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.widget-item-image {
  object-fit: cover;
  width: 6.4rem;
  height: 6.4rem;
  vertical-align: middle;
  max-height: 85px;
}

.widget-item-info-container {
  display: table;
  height: 100%;
}

.widget-item-info {
  display: table-cell;
  vertical-align: middle;
}


.widget-item-title {
  display: inline-block;
}

.widget-item-attr-container {
  margin-top: 7.5px;
}

.widget-item-price {
  font-family: Arial,sans-serif;
  box-sizing: border-box;
}

.widget-item-offer-price {
  font-weight: bold;
  padding-right: 7.5px;
  font-size: 12px;
}

.widget-item-rating {
  display: block;
  margin-top: 6px;
}

.widget-item-stars {
  font-size: 10px;
}

.menu-button-wrap {
  background: white;
  top: 10px;
  left: 10px;
  height: 57px;
  border-radius: 20px;
  text-align: center;
}


.menu-button {
  position: relative;
  font-size: 28px;
  line-height: 2;
}

table {
  width: 100%;
}

/*table td:nth-child(even) {
  text-align: right;
}*/


.improveTag {
  text-align: center;
  background: black;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 2px;
  position: relative;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.randomFormWrapper {
  text-align: center;
  overflow: hidden;
  margin: 10px 0px;
}

.multicard_formbtn {
  border-radius: 4px;
  border: 0px;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  background: white;
  color: black;
  cursor: pointer;
  margin: 4px 0px;
}

.multicard_formbtn:nth-child(odd) {
  background: black;
  color: white;
}

.multicard_formfield {
  line-height: 2.2;
  font-size: 18px;
}

.multicard_formbtn_genereate {
  padding: 10px;
}

.footer {
  color: black;
}

.subreddit {
  background: red;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  right: 2px;
  margin-top: -74px;
}

.item-page-title {
  text-align: center;
  font-size: 30px;
}

.item-page-bg {
  filter: blur(55px);
  z-index: -9;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;

}

.item-page-bg img {
  width: 100%;

}

.exit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 28px;
  padding: 0px 10px;
  color: white;
  filter: opacity(50%);
}

.multicard_card_title {
  color: black;
}

.subscription-form-field {
  width: 70%;
  height: 2rem;
  margin: 10px 0px;
  font-size: 18px;
  text-indent: 10px;  
}

.subscription-form-button {
  width: 25%;
  height: 2.4rem;
  margin: 10px 0px;
  font-size: 18px;
}


.highlighted-item-in-title {
  color: white;
  background: black;
}

.item-page-image-items-wrapper {
  text-align: center;
}


.item-title-button {
  cursor: pointer;
  font-size: 16px;
  border: 0px solid;
  color: black;
  margin-top: -6px;
  border-radius: 4px;
}

.item-image {
  height: 20px;
  border-radius: 5px;
  margin-bottom: -5px;
  margin-left: 3px;
}


.mylist_card {
  border-radius: 5px;
  margin: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mylist_card_title {
  margin: 0px;
  font-size: 40px;
  position: absolute;
  max-width: 100%;
  border-radius: 5px 0px 0px 0px;
  padding: 10px;
  color: white;
  background: black;
}

@media only screen and (max-width: 600px) {
  .mylist_card_title {
    font-size: 30px;
  }
}

.mylist_thumbnail {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;

}

@media only screen and (max-width: 600px) {
  .mylist_thumbnail {
    height: 200px;
  }
}

.mylist_imgatr {
  color: white;
  text-decoration: none;
  margin-top: 0px;
  font-size: 14px;
  text-align: left;
  text-indent: 10px;
  border-radius: 0px 0px 5px 5px;
}


.footer-links-table {
  width: 100%;
  margin-top: -10px;
}

.footer-links-table td {
  vertical-align: top;
  width: 50%;
  margin-left: 0;
}

.footer-links-table p {
  width: 25%;
  display: inline-block;
  vertical-align: text-top;
  margin: 5px 0px;
}

@media only screen and (max-width: 600px) {
  .footer-links-table p {
  width: 50%;
  }
}

.footer-links-table a {
  color: black;

}

.equipment-items-wrapper {
  text-align:center; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px;
}

@media only screen and (min-width: 601px) {
  .equipment-items-wrapper {
    grid; grid-template-columns: repeat(5, 1fr); grid-gap: 10px;
  }
}

#equipment-section {
  display: none;
}

@media only screen and (min-width: 601px) {
  .save-button-item-page {
    font-size: 16px;
    margin-right: 20px;
    border-radius: 8px;
  }
}

#save-form-wrapper {
  display: none;
}

.itemcard-amazon-book-sections {
  background: white;
  position: absolute;
  margin-top: -115px;
  padding: 2px;
  margin-left: 250px;
  /* width: 100%; */
  font-size: 8px;
  max-width: 50%;
}

@media only screen and (min-width: 601px) {
  .itemcard-amazon-book-sections {
    font-size: 16px;
  }
}

.itemcard-amazon-equip-box {
  color: blue;
  background:white;
  padding: 2px;
  font-size:8px;
}

@media only screen and (min-width: 601px) {
  .itemcard-amazon-equip-box {
    font-size: 16px;
  }
}


.form-fields {
  vertical-align:middle;
  font-size: 20px;
  padding: 10px;
  margin: 4px;
  filter: drop-shadow(2px 4px 6px grey);
}

.form-buttons {
  vertical-align:middle;
  font-size: 30px;
  line-height: 2;
  padding: 2px 20px;
  margin: 20px;
  border: none;
  background: black;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  filter: drop-shadow(2px 4px 6px grey);
}

.itemcard-readmore-button {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  background: white;
  padding: 5px;
  font-size: 28px;
  margin-left: auto;
  right: 0px;
  border-radius: 5px; 
}

@media only screen and (min-width: 601px) {
  .itemcard-readmore-button {
      font-size: 30px;


  }
}

.mylist_card_2col {
  display:inline-block;
  width:49.2%
}

@media only screen and (min-width: 601px) {
  .mylist_card_2col {
    width: 49.3%;
  }
}


.save-button {
  text-align: center;
  line-height: 2;
  cursor: pointer;
  border-radius: 35px;
  padding: 0px 10px;
  box-sizing: border-box;
  background: white;
  font-size: 16px;
}


.save-button:hover {
  background: yellow;
}

.save-button:active {
  background: white;
}

.save-button-form-hobby-page {
  margin-top: 10px;
}

@media only screen and (min-width: 601px) {
  .save-button-form-hobby-page {
    margin-top: -50px;
  }
}

.adbox-hobby-page {
  display: inline-block; 
  vertical-align: bottom; 
  margin-right: auto; 
  margin-left: auto; 
  background: white;height:50px; 
  width:220px;position: absolute; 
  z-index: 1; 
  margin-top: 10px;
}

@media only screen and (min-width: 601px) {
  .adbox-hobby-page {
    display: none;
  }
}

.side-ads-google {
    display: none;
}

@media screen and (min-width: 940px) {
    .side-ads-google {
        display: block;
        /*background:white; */
        position: absolute; 
        width:300px; 
        height:430px;
    }
}
@media screen and (min-width: 1140px) {
    .side-ads-google {
        width:400px; 
    }
}
@media screen and (min-width: 1440px) {
    .side-ads-google {
        width:500px; 
    }
}
