body {
	background-color: rgba(233, 236, 239, 1);
}

.navbar-brand img {
	height: 50px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}

.contacts svg {

	height: 15px;
}


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;

}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}




.item .card .new {
	position: absolute;
}
.item img {
	width: 100%;
}

#orderImageResponse {
	width:100%;
}

#vm {
	width: 100px;
	display: block;
	margin-top: 5px;
}

/*
.item div .img-thumbnail img {
  border-radius: 5px;
}

.item div .img-thumbnail:hover {
  animation: border 3s;
  animation-fill-mode: forwards;
}


@keyframes border {

  100% {
      transform: scale(1.07);
	  border-radius: 15px;
  }
}
*/


.pulse {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(252, 67, 59, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
	  background: rgba(252, 67, 59, 0.3);
    box-shadow: 0 0 0 0 rgba(252, 67, 59, 0.4);
  }
  70% {
	  background: rgba(252, 67, 59, 0);
      box-shadow: 0 0 0 10px rgba(252, 67, 59, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(252, 67, 59, 0);
  }
}



.logo {
    animation:spin 10s linear infinite;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.navbar-custom-link {

}
.navbar-custom-link {
	margin-left: -10px;
	color: white;
}



video {
    width: 340px;
    height: 426px;
    object-fit: cover;
}

h1.quietly {
	font-size: large;
	text-align: center;
}


.pay_hidden {
    display: none;
}