.bootstrap_img_upload {
  /*min-height: 100vh;*/
  background-color: #000000;
}

#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Uploaded image result';
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

@media (max-width: 700px) {
  .nav {
    font-size: 11px;
  }
}

.range1 {
  margin-top: 35px;
  font-size: 74px;
}

.bg-dark {
  background-color: #ffffff !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #f7f6f4 !important;
  border-color: #f1f0ef !important;
  color: #080808;
}

@media (max-width: 600px) {
  section h2.section-heading, section .section-heading.h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .justify-content-xxl-center {
    justify-content: center !important;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .logo {
    /*height: 1%;*/
    width: 80%;
    /*margin: 1px 1px 1px 1px;*/
    padding-top: 5px;
  }
}

@media (max-width: 600px) {
  .w_shop_105_main_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
    /*font-size: 25px;*/
  }
}

.range {
  font-size: 37px;
  margin: -12px;
}

@media (max-width: 600px) {
  .range {
    font-size: 18px;
    /*margin-top: 15px;*/
    /*margin-right: 15px;*/
    margin-left: -50px;
    /*padding-right: 10px;*/
    width: 120%;
    padding-top: 1px;
  }
}

@media (max-width: 900px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 900;
    padding: .75em 0;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.7);
    color: #000000;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 200px;
}

@media (max-width: 1100px) {
  .font1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 1200px) {
  .font1 {
    font-size: 64px;
  }
}

.table table-bordered table-hover table-condensed {
  border-width: thick;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #000000;
  /*border-width: 25px;*/
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .diss {
  }
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  align-self: center;
}

