/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #90a4ae;
}

body::-webkit-scrollbar {
  width: 11px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.font-weight-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.no-break {
  white-space: nowrap;
}

/* colors */

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.bg-red {
  background-color: rgb(178, 0, 0);
}

.bg-row {
  background-color: rgb(0, 110, 54);
}

.bg-blu {
  background-color: rgb(0, 0, 255);
}

.bg-gra {
  background-color: rgb(232, 230, 222);
}

.bg-tagType-1 {
  background-color: rgb(232, 230, 222);
}

.bg-tagType-2 {
  background-color: rgb(178, 0, 0);
}

.bg-tagType-3 {
  background-color: rgb(0, 0, 255);
}

.bg-tagType-4 {
  background-color: rgb(0, 110, 54);
}

/* strip styles */

ul {
  list-style: none;
  padding: 0;
}

li {
  align-items: center;
}

a {
  text-decoration: none;
  display: block;
}

textarea {
  /* display: block;
    margin-left: auto;
    margin-right: auto; */
  resize: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

input,
textarea {
  background-color: #ffebd9;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* margins */

.margin-vertical-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-a {
  margin-bottom: auto;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-20 {
  margin-bottom: 2cm;
}

.mt-a {
  margin-top: auto;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-20 {
  margin-top: 2cm;
}

.mr-10 {
  margin-right: 1cm;
}

.ml-4 {
  margin-left: 4px;
}

.ml-10 {
  margin-left: 1cm;
}

/* padding */

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

/* html {
    overflow-x: hidden;
} */

body {
  margin: 0;
  padding: 0;
  background-color: #ecfbfc;
  width: 100vw;
  /* height: 100vh; */
  /* min-width: fit-content; */
  overflow-x: hidden;
  position: relative;
}

article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-width: 100%;
}

.wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
}

.container {
  /* padding-top: 3%; */
  display: grid;
  grid-template-columns: 100%;
  height: 100%;
  width: 100vw;
}

.container {
  /* padding-top: 3%; */
  display: grid;
  grid-template-columns: 100%;
  height: 100%;
  width: 100vw;
}

.pieces-container {
  display: grid;
  grid-template-columns: 100%;
  height: 100%;
  width: 97vw;
}

.print-container {
  display: grid;
  width: 20.59cm;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 0;
  column-gap: 0;
}

.container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
  max-width: 100%;
}

.item-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
  max-width: 100%;
  column-gap: 3vw;
  padding: 0 3vw;
}

.container-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
}

.container-1-1-auto {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  min-width: 100%;
}

.container-2-3 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  min-width: 100%;
}

.container-3-2 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  min-width: 100%;
}

.container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 100%;
  column-gap: 2vw;
}

.bundle-container {
  display: grid;
  grid-template-columns: 4fr 5fr;
  min-width: 100%;
}

.web-container-2 {
  /* padding-top: 3%; */
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.web-card-container {
  display: grid;
  grid-template-columns: 1fr;
}

.web-card-price-container {
  grid-row: 1/2;
}

.web-card-subtext-container {
  grid-row: 2/3;
}

.grid {
  display: grid;
}

.item-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3vw;
  margin: 0 3vw;
}

.add-scroll {
  overflow-y: auto;
  max-height: 50vh;
}

.full-width {
  width: 100vw;
}

.full-width-padded {
  width: 100vw;
  padding: 3vw;
}

.full-column-span {
  grid-column: 1/-1;
}

.first-2-column-span {
  grid-column: 1/3;
}

.auto-margin {
  margin-left: auto;
  margin-right: auto;
}

.full-auto-margin {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.flex {
  display: flex;
}

.flexy-space {
  display: flex;
  justify-content: space-around;
}

.flexy-space-between {
  display: flex;
  justify-content: space-between;
}

.flexy-center {
  display: flex;
  justify-content: center;
}

.flexy {
  display: flex;
}

.left-col {
  grid-column: 1/2;
  padding: 4%;
}

.web-leftcol {
  padding-top: 1vh;
}

.right-col {
  grid-column: 2/3;
  padding: 4%;
}

.border-thin {
  border: thin solid #000000ff;
}

.border-thick {
  border: thick solid #000000ff;
}

.border-thin-light {
  border: 1px solid #ccc;
}

.border-thick-light {
  border: thick solid #ccc;
}

/* head grid stuff */

.head-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  /* width: 100%; */
  --main-column-width: 90vw;
}

.head-container div {
  margin-right: auto;
  margin-left: auto;
}

.head-grid-r1 {
  grid-template-columns:
    calc(var(--main-column-width) * 3 / 8) calc(var(--main-column-width) / 4)
    calc(var(--main-column-width) * 3 / 8);
  height: auto;
  margin: 0;
  padding: 0;
}

.head-grid-r1c1 {
  grid-column: 1/2;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(var(--main-column-width) * 2.25 / 8);
  width: 100%;
  /* background-image: url(/static_pictures/header_pictures/headerPicture-index-0.jpg); */
}

.head-grid-r1c2 {
  grid-column: 2/3;
  margin: auto;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(var(--main-column-width) * 2.25 / 8);
  width: 100%;
  background-image: url(https://modelhomefurnitureoutlet.com/static_pictures/header_pictures/headerPicture-index-1.png) !important;
}

.head-grid-r1c3 {
  grid-column: 3/4;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(var(--main-column-width) * 2.25 / 8);
  width: 100%;
  background-image: url(https://modelhomefurnitureoutlet.com/static_pictures/header_pictures/headerPicture-index-2.jpg);
}

.head-grid-r2 {
  grid-template-columns: repeat(6, calc(var(--main-column-width) / 6));
}

.head-grid-r2c1 {
  grid-column: 1/4;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc((var(--main-column-width) / 2) * 3 / 4);
  width: 100%;
  background-image: url(https://modelhomefurnitureoutlet.com/static_pictures/header_pictures/headerPicture-index-3.jpg);
}

.head-grid-r2c2 {
  grid-column: 4/7;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc((var(--main-column-width) / 2) * 3 / 4);
  width: 100%;
  background-image: url(https://modelhomefurnitureoutlet.com/static_pictures/header_pictures/headerPicture-index-4.jpg);
}

.head-grid-r3 {
  grid-template-columns: var(--main-column-width);
}

.head-grid-r3c1 {
  grid-column: 1/2;
  margin: 0;
  padding: 0;
  /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static_pictures/header_pictures/headerPicture-index-5.jpg); */
  height: 100%;
}

.head-container div div a img {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* end head grid */

.location-grid {
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
  grid-template-columns: 65% auto;
}

.location-img {
  min-height: 168px;
}

.map-container {
  width: 35vw;
  height: 45vh;
  margin-top: 5vh;
}

.fit100w {
  max-width: 100%;
  width: 100%;
}

.title-primary {
  color: #6c459e;
  font-size: 3em;
  margin-bottom: 0.4em;
}

.title-secondary {
  text-align: center;
  display: block;
}

.hour-container {
  background-color: #ecfbfc;
}

.hour-table {
  width: 100%;
}

th {
  padding-bottom: 30px;
}

/* Begin Checkbox */

/* The check-container */

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: auto;
  padding-top: 3px;
  margin-bottom: auto;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #444444ff;
}

/* On mouse-over, add a grey background color */

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* END Checkbox */

.circle-background {
  border-radius: 50%;
  display: inline-block;
}

.square-background {
  display: inline-block;
}

.tag-container {
  min-width: 9.5cm;
  /* min-height: 13.42cm; */
  /* max-width: 9.5cm; */
  max-width: 10.29cm;
  width: 10.29cm;
  /* width: 9.5cm; */
  max-height: 13.35cm;
  height: 13.35cm;
  border: 1px dashed #ddd;
  /* border-top: none; */
  margin: 0;
  padding: 0.5cm 0.5cm 0 0.5cm;
}

.border-thin-dashed-grey {
  border: 1px dashed #ddd;
}

.web-tag-container {
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 2vh;
}

.web-tag-container:hover .hide {
  bottom: 0;
  right: 0;
  position: absolute;
  display: inherit;
}

.web-tagDescription {
  font-size: 0.85rem;
}

.web-tag-wrapper {
  display: inline-block;
  width: 100%;
}

.web-tag-title {
  font-size: 1.5em;
  margin: 2px 0 0 0;
  display: flow-root;
  font-weight: 600;
}

.web-tag-dollar {
  font-weight: bold;
  color: black;
  font-size: 1rem;
  margin: 0 -5px 0 0;
  font-weight: 600;
}

.web-tag-price {
  display: inline;
  /* #820000 */
  color: black;
  margin: 0;
  padding-left: 0;
  font-size: 1.35em;
  font-weight: 600;
}

.web-tag-olddollar {
  font-weight: bold;
  color: #595959;
  font-size: 1rem;
  margin: 0 -5px 0 0;
  font-weight: 600;
}

.web-tag-oldprice {
  display: inline;
  color: #595959;
  margin: 0;
  padding-left: 0;
  text-decoration: line-through;
  font-size: 1.35em;
  font-weight: 600;
}

.bundle-web-dollar {
  font-weight: bold;
  color: black;
  font-size: 1.5rem;
  margin: 0 -5px 0 0;
  font-weight: 600;
}

.bundle-web-price {
  display: inline;
  color: black;
  margin: 0;
  padding-left: 0;
  font-size: 2em;
  font-weight: 600;
}

.bundle-web-olddollar {
  font-weight: bold;
  color: #595959;
  font-size: 1.5rem;
  margin: 0 -5px 0 0;
  font-weight: 600;
}

.bundle-web-oldprice {
  display: inline;
  color: #595959;
  margin: 0;
  padding-left: 0;
  text-decoration: line-through;
  font-size: 2em;
  font-weight: 600;
}

.web-tag-subtext {
  color: #820000;
  margin: 0;
  font-weight: 600;
}

.bundle-img {
  max-width: 50%;
  margin: 0 auto;
}

.bundle-items {
  margin-left: auto;
  margin-right: auto;
}

.bundle-info {
  text-align: center;
}

.print-tag-collection-title {
  text-align: center;
}

.category-container {
  position: relative;
}

.category-img-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
}

.img-text-wrapper .subtitle {
  transition: 0.6s;
  color: transparent;
}

.img-text-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}

.subtitle {
  font-size: 1.75em;
}

.img-text-wrapper .subtitle {
  transition: 0.6s;
  color: transparent;
  font-weight: 600;
}

.image-blur {
  transition: 0.6s;
  filter: brightness(10%);
}

.img-text-wrapper:hover .subtitle {
  color: lightseagreen;
}

.logo-wrapper img {
  width: 50%;
  margin-bottom: 20px;
}

.topnav div a img {
  padding: 0.5em 1em 0em 1em;
  height: 60px;
}

#card-title {
  text-transform: lowercase;
  margin: 0;
  font-size: 20pt;
}

#item-card-printable {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin: 10px;
  height: 6.8cm;
}

.card-bottom {
  bottom: 0.25cm;
  left: 0;
  right: 0;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-top: 0.2cm;
}

.compare-text {
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

.center-checkbox {
  margin: auto;
}

.fancy-select {
  background: #ffebd9;
  display: inline-block;
  width: 100%;
  padding: 11px 20px;
  margin: 8px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.tag-image-container {
  max-width: 9cm;
  margin-left: auto;
  margin-right: auto;
}

.web-image-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 70%;
  min-height: 70%;
  height: 70%;
  overflow: hidden;
}

.tag-div-big {
  max-width: 8cm;
  min-width: 8cm;
  display: inline-block;
  /* padding: 0.15cm 1cm 0.15cm 1cm; */
  margin: 0.2cm 0.1cm 0cm 0.1cm;
  text-align: center;
  background-color: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#tag-description {
  min-height: 24pt;
}

.tag-div-small {
  background-color: white;
  text-align: center;
}

.price {
  display: inline;
  margin: 0;
}

.price-main {
  font-size: 48pt;
}

.price-compare {
  font-size: 26pt;
}

.price-decimal {
  font-size: 0.6em;
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 80%;
}

#card-price-rental {
  font-size: 12pt;
  margin: 0 10%;
  align-self: flex-end;
  text-align: left;
}

#item-unique-id {
  margin: 0 10% 0 10%;
  padding-right: 5%;
  font-size: 10pt;
  align-self: flex-end;
  text-align: right;
  background-color: white;
}

#card-model-number {
  line-height: 0;
}

.checkbox {
  width: auto;
}

#room-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.square-img {
  display: block;
}

.sticky {
  top: 10px;
  position: sticky;
}

.sticky-nav {
  top: 0;
  position: sticky;
}

.rounded-img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-text-centered {
  position: relative;
}

.item-card-image {
  /* legacy, need to phase out */
  max-height: 4.4cm;
  min-height: 4.4cm;
  margin-left: auto;
  margin-right: auto;
  max-width: 8cm;
}

.tag-card-image {
  max-height: 4.4cm;
  min-height: 4.4cm;
  max-width: 8cm;
}

.web-card-image {
  object-fit: cover;
  /* min-width: 100%; */
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.web-card-image-container {
  display: table-cell;
  vertical-align: middle;
  max-height: 100%;
  background-color: white;
}

.web-card-image-wrapper {
  display: table;
  width: 100%;
}

.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .btn-submit {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer; 
} */

.btn-submit:hover {
  background-color: #45a049;
}

.btn-light-submit:hover {
  opacity: 1;
}

.btn {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-light {
  width: 100%;
  background-color: #ffebd9;
  color: #000;
  padding: 14px 20px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
}

.btn-warn:hover {
  background-color: red;
}

.btn-remove {
  width: 100%;
  background-color: #ffebd9;
  color: #000;
  padding: 10px 14px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  line-height: 19px;
  width: 43px;
}

.btn-remove:hover {
  background-color: #a0a0a0;
}

.check-cross:hover .cross-out {
  display: block;
}

.check-cross:hover .check-mark {
  display: none;
}

.submission-result {
  padding: 10px;
}

/* employee add page */

.hide {
  display: none;
}

/* carousel */

* {
  box-sizing: border-box;
}

/* Slideshow container */

.slideshow-container {
  max-width: 100vw;
  position: relative;
  margin: auto;
}

/* tooltip begin */

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  max-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

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

.tooltip .tooltipimg {
  visibility: hidden;
  /* width: 400px;
    height: 400px; */
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  left: -100%;
  top: -50%;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltipimg {
  visibility: visible;
}

.tooltip:hover .tooltipimg img {
  /* transition-duration: 3s; */
  height: 0px;
  width: 0px;
  transition: width 2s, height 4s;
}

.tooltip:hover .tooltipimg img {
  height: auto;
  width: auto;
}

/* tooltip end */

/* Hide the images by default */

.mySlides {
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width: 100vw;
  text-align: center;
}

.carousel-img {
  max-width: 100vw;
  height: auto;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active,
.dot:hover {
    background-color: #717171;
} */

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* end carousel */

/* Begin Footer */

footer {
  /* trial */
  grid-row: -1;
  padding-top: 100px;
}

.footer-wrapper {
  width: 100%;
  background-color: #235952;
  margin: 0;
  padding: 2.5% 0px 1% 0px;
}

.footer-container {
  padding: 0% 8% 1em 8%;
}

.social-media-button {
  padding: 20px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.social-media-button:hover {
  opacity: 0.7;
}

/* .fa {
    
} */

.fa-facebook {
  background: #1877f2;
  color: white;
  height: 56px;
  width: 56px;
}

.fa-twitter {
  background: #1da1f2;
  color: white;
  height: 56px;
  width: 56px;
}

.fa-instagram {
  background: #c32aa3;
  color: white;
  height: 56px;
  width: 56px;
}

.footer-column-title {
  display: block;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 20px;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
  grid-column: 1 / 5;
}

.copyright p {
  color: white;
}

/* End Footer */

/* begin error */

.main-error {
  font-size: 6rem;
}

.sub-error {
  font-size: 3rem;
}

/* end error */

/* begin navigation */

#myLinks-mobile {
  left: -1000px;
  transition-duration: 500ms;
  z-index: 1002;
  height: 100%;
  min-height: 100vh;
}

#mobile-nav-right {
  display: none;
  position: relative;
  width: 250vw;
  z-index: 1001;
}

.hamburger {
  display: none;
  cursor: pointer;
}

#nav-click-back {
  display: grid;
  transition-duration: 500ms;
  top: 0;
  bottom: 0;
}

/* BIG SCREEN */

@media only screen and (min-width: 1440px) {
  /* navigation */
  .topnav {
    display: flex;
    justify-content: space-between;
  }
  .icon {
    display: none;
  }
  #myLinks {
    display: flex;
  }
  #nav-ul {
    display: flex;
  }
  #nav-ul li a {
    padding: 0 25px 0 25px;
    color: black;
    font-size: 20pt;
  }
  /* body */
  .item-container {
    grid-template-columns: repeat(5, 1fr);
  }
  .img-text-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
  .image-blur {
    filter: brightness(10%);
  }
  .bundle-img {
    max-width: 50%;
    margin: 0 auto;
  }
  .bundle-items {
    margin-left: auto;
    margin-right: 10%;
  }
  .bundle-info {
    width: 70%;
  }
  .left-col-top-row {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  /* footer */
  .footer-container {
    display: grid;
    grid-template-columns: 24% 20% 28% 24%;
    grid-template-rows: auto auto;
    column-gap: 3%;
    clear: both;
  }
  .footer-row-1 {
    grid-column: 1 / 2;
  }
  .footer-row-2 {
    grid-column: 2 / 3;
  }
  .footer-row-3 {
    grid-column: 3 / 4;
  }
  .footer-row-4 {
    grid-column: 4 / 5;
  }
}

.break-800 {
  display: none;
}

/* mobile - 1080p A.K.A. Tablets*/

@media only screen and (max-width: 1080px) {
  #topnav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .transform-show {
    transform: rotateX(9deg);
  }
  .transform-hide {
    transform: rotateX(90deg);
  }
  .topnav {
    overflow: hidden;
    background-color: #ecfbfc;
  }
  #myLinks {
    display: none;
  }
  #myLinks-mobile {
    position: relative;
    top: 0;
    bottom: 0;
    width: 280px;
    background-color: #ecfbfc;
  }
  #myLinks-mobile ul {
    position: sticky;
    top: 0;
    transition-duration: 0.35s;
  }
  #myLinks-mobile ul li {
    display: block;
    padding: 0.3em;
    font-size: 18pt;
    color: #666;
  }
  #myLinks-mobile ul li a {
    font-size: 18pt;
    color: #666;
  }
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .hamburger {
    background: black;
    display: block;
    position: absolute;
    top: 0;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .active {
    color: white;
    z-index: 100;
    margin: 0 auto;
  }
  #logo {
    height: auto;
    width: 80vw;
  }
  #financing-nav {
    display: none;
  }
  #nav-click-back {
    opacity: 1;
    position: absolute;
    width: 100vw;
    height: 100%;
    grid-template-columns: auto 1fr;
    z-index: -1;
  }
  #mobile-nav-right {
    grid-column: 2/3;
    background-color: #ecfbfc;
    filter: blur(0);
    opacity: 0.6;
  }
}

/* med sized screens */

@media only screen and (min-width: 501px) and (max-width: 1080px) {
  /* mobile navigation overrides */
  #myLinks-mobile {
    width: 450px;
    padding: 2%;
  }
  #myLinks-mobile ul li a {
    font-size: 26pt;
  }
  #mobile-nav-right {
    grid-column: 2/3;
    background-color: #ecfbfc;
    filter: blur(0);
    opacity: 0.6;
  }
  /* body */
  .bundle-web-dollar {
    font-weight: bold;
    color: black;
    font-size: 1rem;
    margin: 0 -5px 0 0;
    font-weight: 600;
  }
  .bundle-web-price {
    display: inline;
    color: black;
    margin: 0;
    padding-left: 0;
    font-size: 1.5em;
    font-weight: 600;
  }
  .bundle-web-olddollar {
    font-weight: bold;
    color: #595959;
    font-size: 1rem;
    margin: 0 -5px 0 0;
    font-weight: 600;
  }
  .bundle-web-oldprice {
    display: inline;
    color: #595959;
    margin: 0;
    padding-left: 0;
    text-decoration: line-through;
    font-size: 1.5em;
    font-weight: 600;
  }
  .category-img-background {
    height: 250px;
  }
  @media only screen and (max-width: 800px) {
    .category-img-background {
      height: 200px;
    }
    .break-800 {
      display: initial;
    }
  }
}

/* Desktop navigation */

@media only screen and (min-width: 1081px) {
  /* navigation */
  .topnav {
    display: flex;
    justify-content: space-between;
    font-size: 20pt;
  }
  .icon {
    display: none;
  }
  #myLinks {
    display: flex;
  }
  #nav-ul {
    display: flex;
  }
  #nav-ul li a {
    padding: 0 25px 0 25px;
    color: black;
  }
  #nav-click-back {
    display: none;
  }
  /* body */
}

@media only screen and (min-width: 501px) and (max-width: 1439px) {
  .left-col-top-row {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  /* navigation */
  /* body */
  .item-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .img-text-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
  .image-blur {
    filter: brightness(10%);
  }
  /* body */
  .tooltip .tooltipimg {
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    right: 0;
    left: auto;
    position: absolute;
    z-index: 1;
  }
  /* footer */
  .footer-container {
    display: grid;
    grid-template-columns: 24% 20% 28% 24%;
    grid-template-rows: auto auto;
    column-gap: 3%;
    clear: both;
  }
  .footer-row-1 {
    grid-column: 1 / 2;
  }
  .footer-row-2 {
    grid-column: 2 / 3;
  }
  .footer-row-3 {
    grid-column: 3 / 4;
  }
  .footer-row-4 {
    grid-column: 4 / 5;
  }
}

/* touch screens with no hover */

@media (hover: none) and (pointer: coarse) {
  .image-blur-mobile {
    filter: brightness(50%);
  }
  .subtitle {
    color: white !important;
    font-size: 1.5em;
    position: absolute;
    bottom: 0;
    margin-bottom: 1vw;
  }
}

/* SMOL SCREEN */

@media only screen and (max-width: 500px) {
  .mobile-hide {
    display: none;
  }
  .mobile-top {
    grid-row: 1/2;
  }
  /* body */
  .head-container {
    width: 100%;
    --main-column-width: 100vw;
  }
  .category-img-background {
    height: 100px;
  }
  .title-primary {
    margin-top: auto;
  }
  /* .image-blur-mobile {
        filter: brightness(50%);
    } */
  .head-grid-r1 {
    grid-template-columns: 1fr;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .head-grid-r1c2 {
    grid-column: 1/2;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(3 / 4 * 100vw);
    width: 100%;
    background-image: url(/static_pictures/header_pictures/headerPicture-index-1.png) !important;
  }
  .tooltip .tooltipimg {
    display: none;
  }
  .subtitle {
    color: white !important;
    font-size: 0.85em;
    position: absolute;
    bottom: 0;
    margin-bottom: 1vw;
  }
  .web-tag-title {
    text-align: center;
    font-size: 1em;
    margin: 2px 0 0 0;
    display: flow-root;
  }
  .web-tag-dollar {
    font-weight: bold;
    color: #820000;
    font-size: 0.5rem;
    margin: 0 -5px 0 0;
  }
  .web-tag-price {
    display: inline;
    color: #820000;
    margin: 0;
    padding-left: 0;
    font-size: 1em;
  }
  .web-tag-olddollar {
    font-weight: bold;
    color: #888;
    font-size: 0.5rem;
    margin: 0 -5px 0 0;
  }
  .web-tag-oldprice {
    display: inline;
    color: #888;
    margin: 0;
    padding-left: 0;
    text-decoration: line-through;
    font-size: 1em;
  }
  /* footer */
  .footer-wrapper {
    position: relative;
  }
  .footer-container {
    padding-top: 1px;
    position: relative;
  }
  .footer-row {
    width: 100%;
  }
  .social-media-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5%;
    text-align: center;
  }
  /* end footer */
  .main-error {
    font-size: 3rem;
  }
  .sub-error {
    font-size: 2rem;
  }
  /* begin location */
  .location-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  .hour-container {
    grid-row: 1/2;
  }
  .map-container {
    grid-row: 2/3;
    width: 100%;
    /* height: 100%; */
  }
  /* end location */
  .container-2 {
    grid-template-columns: 100%;
  }
  .left-col {
    grid-column: 1/2;
    padding: 4%;
  }
  .right-col {
    grid-column: 1/2;
    padding: 0%;
    padding-bottom: 10%;
    margin: auto;
  }
}
