@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

body {
  background-image: linear-gradient(315deg, rgb(189, 195, 199) 1.00%,rgb(28, 215, 36) 46.00%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

li {
  margin:0px;
}

.logo {
  max-width: 200px;
  max-height: 200px;
}

.core {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.navbtn {
  font-weight: bold;
  color: #547230;
  background-color: #bfd6a8;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  will-change: box-shadow,transform;
  transition: box-shadow .15s,transform .15s;
  cursor: pointer;
}

.navbtn:focus {
  box-shadow: #ffffff 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ffffff 0 -3px 0 inset;
}

.navbtn:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ffffff 0 -3px 0 inset;
  transform: translateY(-2px);
}

.navbtn:active {
  box-shadow: #ffffff 0 3px 7px inset;
  transform: translateY(2px);
}

.content {
  width: 100%;
  height: auto;
}

.downset {
  margin-top: 10%;
}

.hidden {
  display: none;
}

.displayed {
  display: block;
}

.autosized {
  width: 100%;
  height: auto;
}

.nonsizable {
  resize: none;
}

.nonactionable {
  opacity: 0.6;
  pointer-events: none;
}

.raiseattention {
  background-color: rgba(255, 0, 0, 0.5);
  border: 2px solid red;
}

.embolden {
  font-weight: bold;
}

.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.search-box {
  text-align: center;
}

.search-box::placeholder {
  text-align: center;
}

.invalid {
  border: 5px solid red;
}

.selectedoutline {
  background-color: white;
  border: 7px solid green;
}

.unselectedoutline {
  background-color: white;
  border: 1px solid black;
}

.bigwords {
  font-size: 24px;
}

.mediumwords {
  font-size: 20px;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.offerdescription {
  text-align: left;
  margin: 1%;
}

.paddedbottom {
  padding-bottom: 1%;
}

.squareimageblock {
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
}

.landscapeimageblock {
  position: relative;
  display: inline-block;
  aspect-ratio: 16.0/9;
}

.hearticon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  font-size: 24px;
}

.bottom-menu {
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 7px 0px 5px 0px;
  background-color: #bfd6a8;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
}

.menu-item {
  text-align: center;
}

.menu-item:hover {
  transform: translateY(-2px);
}

.menu-item svg {
  font-size: 24px;
  display: block;
  margin: 0 auto;
  padding: 0px;
  stroke: #547230;
  fill: none;
}

.menu-item a {
  font-size: 10px;
  display: block;
  margin: 0 auto;
  padding: 0px;
}
