html, body {
    height: 100%;
    margin:0;
    font-size: 14px;
    background-color: #ffe29c;
}

.text-center ul {
  list-style-position: inside;
  text-align: center;
}

.navbar-brand img {
  width: 100px;
}

@media (max-width: 992px) {
  .navbar-brand img {
    width: 40px;
  }
}

div.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #F79B20;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

header div.social-icons a {
  background-color: #F79B20;
}

p {
    margin-bottom: 0.25rem;
}

div.compressed p {
    margin-bottom: 0rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited {
    border: none;
    background-color: #f99b1d;
}

.btn-primary.disabled {
    background-color: #bbbbbb;
}

.btn-warning,
.btn-warning:visited
 {
    border: none;
    color: #ffffff;
    background-color: #000000;
}

.container.py-4 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.gallery-image-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#galleryImage {
    max-height: 70vh;
    width: auto;
    max-width: 100%;
    display: block;
}

.selection-box {
    position: absolute;
    border:2px solid red;
    background: rgba(255,0,0,0.2);
    display: none;
    cursor: move;
}

.ad-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
  .ad-container {
    min-height: 90px;
  }
}

.item {
    display: block;
}

.card a {
    color: black;
    text-decoration: none;
}

.card img {
    height: 150px;
    object-fit: cover;
}

footer {
  background-color: #F79B20;
}

footer a {
  color: #FFFFFF;
}

footer div.social-icons a {
  background-color: #353535;
}

footer ul.shariff-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding: 0 !important;
  margin: 0 !important;
}

footer ul.shariff-buttons li {
  content: none !important;
  background-color: #353535;
  list-style: none !important;
  width: 105px;
  height: 25px !important;
  margin: 5px !important;
}

footer ul.shariff-buttons li a {
  background-color: #000000;
  height: 25px !important;
  color: #fff !important;
  position: relative;
  display: block !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  background-image: none !important;
  text-decoration: none !important;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
}

footer ul.shariff-buttons svg {
  width: 22px;
  height: 15px;
  padding: 5px 1px;
  box-sizing: content-box !important;
  vertical-align: middle;
  color: #fff !important;
}

footer ul.shariff-buttons svg path {
  fill:#fff
}
