body {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('background_placeholder_edit1.png');
    /*background-image:url('background_placeholder.jpg');*/
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
.navbar{
    background-color:#dadada !important;
    
}

.row{
    margin-left: 5vw;
    margin-right: 5vw;
}

.card{
    margin-top:10%;
    padding:0.7rem;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    border:solid;
    border-radius:0;
    border-color: rgb(0, 145, 189);
    background-color: #d8d8d88c;
}

.blue{
    color:rgb(0, 102, 150);
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card-body {
    padding-top: 0.5rem;
}

a{
    color:black;
    text-decoration: none;
}

.contact{
    text-align: center;
    border:outset;
    border-width:10;
    background-color:#74818b;
    margin-bottom: 1vh;
}
.vert-center{
    margin-top: 4vw;
    width: 100%;
    padding: 10px;
}
.contact-text{
    line-height: 0%;
    background-color: inherit;
    color:white;
}

.spacer {
    height: 3vh;
    width: 100%;
  }

.gallery_button{
    background-color: white;
    font-size: 44;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    border:inset;
    margin-right:0;
    margin-left:0;
    border-color: rgb(0, 195, 255);
  }
  .marketplace_button{
    background-color: white;
    font-size: 44;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    border:inset;
    margin-right:0;
    margin-left:0;
    float:right;
    border-color: rgb(0, 195, 255);
  }
.card-img-top{
    border:solid;
    border-radius: 0;
    width:100%;
    height:100%;
    border-color: rgb(0, 145, 189);
}
.card-block{
    font-size: 0.3in;
}

.product-info{
    font-size: 0.2in;
    margin:0;
}

.product-container{
    background-color:white;
    margin-top:5%;
    padding:0.7rem;
    border:solid;
    
}

.buy-table{
    font-size: 0.15in;
}

.footer-style{
    border:solid;
    border-color:black;
    border-width: 11;
}
.logo-style{
    border:inset;
    border-width:5;
    border-color: rgb(0, 195, 255);
}

.grow{ 
    transition: all .2s ease-in-out; 
    position:relative;
}
.grow-hamlett{ 
    transition: all .2s ease-in-out; 
    position:relative;
}
.grow a::before{
    content:"";
    position:absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.grow:hover{ 
    transform: scale(1.1); 
}

.grow-hamlett:hover{ 
    transform: scale(2); 
}
.media-button{
    width: 50px;
    height: 50px;
}

footer .btn{
    border-width:7px;
    border-color: black;
    padding:0;
}

@media screen and (max-width: 960px) {
    .priority-2{
        display:none;
    }
}

.merchant-img img{
    max-width:55px;
    max-height:55px;
}

.buy-button{
    width:55px;
}

.buy-button a{
    background-color:#00b16a;
    border-color:#00b16a;
    border-radius:4px;
    text-align:center;
    transition: background-color 0.15s ease 0s,border-color 0.15s ease 0s;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    transition-property: background-color, border-color;
}

.buy-button a:hover{
    background-color:#00653c;
    border-color:#00653c;
}

.price{
    font-size:0.3in;
}
.product-info div .fw-semibold, .contact-copy{
    font-size:0.4in
}
.product-img{
    border:solid;
    border-color: black;
    margin-top:10px;
    margin-bottom:10px;
}
.product-info{
    float:left;
}
.email-copy:hover, #FAQlink:hover{
cursor: pointer;
color:#00b16a
}
.gallery-header{
font-size:0.7in;
font-weight:bold;
color:#000000;
text-align:center;
margin-top:30px;
}
.sold{
    color:red;
    font-weight: bold;
}

#FAQBox ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#previous-works div .carousel-item{
    height: 500px;
    width: 500px;
}

#previous-works div .carousel-item img {
    position: absolute;
    object-fit:contain;
    top: 0;
    left: 0;
    min-height: 500px;
    min-width: 500px;
}

#scroller {
    display: flex;
    width: 100%;
    height: 100%;
    padding: var(--space);
    overflow: scroll;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
}

.copy-notification {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
}


.gallery {
    --s: 20vw; /* control the size */
    display: grid;
    gap: 10px; /* control the gap */
    grid: auto-flow var(--s)/repeat(3,var(--s));
    place-items: center;
    margin: calc(var(--s)/4);
  }
  .gallery > img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .gallery > img:nth-child(odd) {
    border-radius: 50%;
    width: 141%;
  }
  .gallery > img:nth-child(even) {
    --_r: calc(var(--s)/1.414) at;
    --_g: calc(var(--s)/-2),#000 99%,#0000;
    --_m:
      radial-gradient(var(--_r) left 50% bottom var(--_g)),
      radial-gradient(var(--_r) left 50% top    var(--_g)),
      radial-gradient(var(--_r) top  50% right  var(--_g)),
      radial-gradient(var(--_r) top  50% left   var(--_g)),
      linear-gradient(#000 0 0);
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: destination-out;
            mask-composite: exclude;
  }
  
  .centre-him {
margin-left: 15vw;
  }
