
@font-face {
    font-family: "Quicksand";
    src: url('../fonts/Quicksand/Quicksand-Medium.ttf');
 }

 @font-face {
    font-family: "CinzelDecorative-Regular";
    src: url('../fonts/Cinzel/CinzelDecorative-Regular.ttf');
 }

.imgshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
}

.lilyImage {
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
}

.boxred {
    border: 1px solid rgb(255, 0, 34);
  }

.boxblue {
    border: 1px solid rgb(0, 162, 255);
}

.boxgreen {
    border: 1px solid rgb(34, 119, 1);
}

.boxgrey {
    border: 2px solid rgb(104, 105, 104);
}  

.quickSandFont {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
} 

.cinzelFont {
    font-family: "CinzelDecorative-Regular", sans-serif;
    font-weight: normal;
   } 
  
.adminNavButtons {
    background-color: rgb(129, 128, 128);
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}   

.adminInfoText {
    font-weight: bold;
    color: rgb(77, 77, 77);
}
.adminInfoBrand {
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(77, 77, 77);
}

.profileLink {
    text-decoration: none;
}
.available {
    color: green ;
    font-weight: bold;
}
.reserved {
    color: orangered ;
    font-weight: bold;
}
.sold {
    color: red ;
    font-weight: bold;
}
.rtnArtist {
    color: blue ;
    font-weight: bold;
}
.itemLink {
    text-decoration: none;
    color: rgb(41, 41, 41);    
}
.remindOrange {
    background-color: rgb(255, 111, 19);
}
.galleryItem:hover {
    background-color: rgb(231, 249, 250);
}
.galleryLink {
    color: whitesmoke;
    background-color: rgb(1, 129, 136);
    text-decoration: none;
}
.galleryLink2 {
    color: rgb(43, 43, 43);
    background-color: rgb(226, 160, 0);
    text-decoration: none;
}
.galleryLink:hover {
    /* background-color: rgb(1, 129, 136); */
    background-color: rgb(226, 160, 0);
}