.clickable {
  cursor: pointer;
}

body {
  max-width: 100vw;
  min-height: 100vh;
}

.code {
  font-family: ibm-plex-mono, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  /*font-weight: 900;*/
  /*margin-bottom: -8px;*/
  /*margin-left: -5px;*/
  /*line-height: 1em;*/
  letter-spacing: -.05em;
}

.navbar .nav-item a:hover, #footer a:hover {
  /*transform: scale(1.10);*/
}

.navbar-nav {
  /*flex-direction: row;*/
}

.navbar .navbar-nav .nav-link.active {
  background-color: var(--secondary)!important;
  border-color: var(--secondary)!important;
  color: white;
}

.navbar .navbar-nav .nav-link, .reflow-cart-toggler-text {
  font-family: ibm-plex-mono, sans-serif;
  cursor: pointer;
  border: 1px solid black;
  padding: 1px 10px 4px 10px;
  line-height: 1em;
  background-color: white;
}

.navbar .navbar-nav .nav-link:hover, .reflow-cart-toggler-text:hover {
  color: white;
  background: black;
}

.nav-link-divider {
  border-top: none;
  border-right: 1px solid;
  width: 0px;
  height: 10px;
  margin-right: 13px;
}

@media (min-width: 768px) {
  .nav-link-divider {
    border-top: 1px solid;
    border-right: none;
    width: 2vw;
    height: 0px;
    margin-right: 0px;
  }
}

.actionButton {
  background: var(--white);
  border-radius: 132px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 79px;
  transform: rotate(12deg);
  box-shadow: 5px 5px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

@media (min-width: 768px) {
  .actionButton {
    width: 150px;
    height: 150px;
    line-height: 149px;
    bottom: 5%;
    right: 5%;
  }
}

.flag {
  width: 50px;
  margin: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#newsletter .form-control, #footer .btn:focus {
  box-shadow: none;
}

#newsletter .form-control, #footer .btn {
  /*margin-right: 10px;*/
  margin-bottom: 3px;
  /*display: inline;*/
  /*width: inherit;*/
}

.homestrip {
  height: 30vw;
  max-height: 300px;
  border-top: 1px solid black;
}

@media (max-width: 575px) {
  .homestrip {
    height: 20vh;
  }
}

html {
  scroll-behavior: smooth;
}

.homestrip-titleblock {
  margin: 10%;
  height: 100%;
  line-height: 1.1em;
}

#footer {
  /*padding-top: 30px;*/
  padding-bottom: 30px;
  /*border-top: 1px solid;*/
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}

.homestrip small {
  /*font-weight: 600;*/
}

.display-1 {
  font-size: calc(2.7rem + 7vw);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  /*font-weight: 800;*/
  /*line-height: 1.2;*/
}

.back-to-index:hover {
  background: var(--primary);
  text-decoration: none;
  color: #ffffff;
}

.back-to-index {
  width: 100%;
  background: var(--dark);
  display: inline-block;
  text-align: center;
}

a:not([href]):hover {
  cursor: pointer;
}

#mc_embed_signup {
  text-align: center;
}

@keyframes gradientAnim {
  10% {
    background: var(--blue);
  }
  20% {
    background: var(--indigo);
  }
  30% {
    background: var(--pink);
  }
  40% {
    background: var(--red);
  }
  50% {
    background: var(--orange);
  }
  60% {
    background: var(--yellow);
  }
  70% {
    background: var(--green);
  }
  80% {
    background: var(--teal);
  }
  90% {
    background: var(--cyan);
  }
  100% {
    background: aqua;
  }
}

a:hover {
  text-decoration: none;
  /*cursor: pointer!important;*/
}

.event-cal-item:hover {
  transform: scale(1.01);
  /*border-color: var(--primary);*/
  box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
  transition: 0.5s;
}

.event-cal-item {
  border: 1px solid var(--dark);
  padding: 12px;
  margin-bottom: 30px;
  position: relative;
  background-color: white;
  display: block;
  color: var(--dark);
}

.event-cal-date-box {
  padding-top: 20px;
  padding-left: 3px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.event-item-col {
  justify-content: end!important;
}

.artwork-col {
  cursor: pointer;
  /*border: 1px dotted;*/
  justify-content: center!important;
}

.artwork-col .item-info {
  opacity: 0;
  transition: 0.5s;
  margin-top: 0px;
  margin-bottom: 15px;
}

.artwork-col:hover .item-info {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 0px;
}

.artwork-col .item-info .code {
  margin-bottom: 3px;
}

.event-item-col img {
  max-width: 90%;
  /*max-height: 90%;*/
  /*box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;*/
  margin-bottom: 0px;
  margin-top: 7px;
  transition: 0.5s;
}

.artwork-col img {
  max-width: 100%;
  max-height: 70%;
  box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
  margin-bottom: 0px;
  margin-top: 7px;
  transition: 0.5s;
}

.artwork-col:hover img {
  margin-bottom: 7px;
  margin-top: 0px;
}

.artwork-col.small-column img {
  max-height: 100%;
  max-width: 90%;
}

.page-title {
  background: var(--dark);
  color: white;
  padding: 8px 0 2px 0;
}

.category-title {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  text-align: center;
}

.small, small {
  font-size: 70%;
}

.event-item-col h6 {
  border-top: 1px solid var(--bs-dark);
  width: 80%;
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
  font-family: ibm-plex-mono, sans-serif;
  /*font-weight: 400;*/
  /*font-style: normal;*/
}

.event-item-col a {
  font-size: 70%;
  text-transform: uppercase;
}

