.hidden {
  display: none !important;
}

body {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.11'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  color: rgb(59, 48, 29);
}

a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

img {
  width: 100%;
}

input {
  height: 30px;
  width: 200px;
  border: 2px solid pink;
  border-radius: 4px;
  padding: 0.75rem 0.25rem;
}

a.api-url {
  color: pink;
}

a.api-url:hover {
  color: #9476b7;
}

i:hover {
  cursor: pointer;
}

h2.favorites {
  font-family: "Proza Libre", serif;
  margin: 1.875rem 1rem 1.25rem;
}

h2.favorites i:hover {
  cursor: default;
}

h3,
.card-title {
  font-family: "Proza Libre", serif;
}

input:focus {
  outline: none;
  border: 2px solid rgb(194, 128, 172);
}

div.delete-anchor-div a {
  color: rgb(172, 169, 170);
}

div.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* NAV */

div.color-block-bg {
  background: rgb(194, 128, 172);
  background: linear-gradient(295deg, rgba(194, 128, 172, 1) 28%, rgba(142, 117, 185, 1) 89%);
  margin: 0;
  padding: 0.75rem;
}

h3.nav-header {
  margin: 0;
  font-family: "Proza Libre", serif;
  font-size: 1.6rem;
  color: white;
  letter-spacing: 2px;
}

ul.nav-links {
  list-style: none;
  padding: 0;
  text-align: right;
}

ul.nav-links a {
  text-decoration: none;
  color: white;
}

ul.nav-links a:hover {
  text-decoration: underline;
  cursor: pointer;
}

ul.nav-links li {
  display: inline;
  margin: 0 0.813rem;
  font-size: 0.938rem;
}

/* MAIN */

div.clow-card {
  margin: auto 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgb(199 199 199);
  border-radius: 0.25rem;
  box-shadow: 0 6px 6px -4px rgb(0 0 0 / 30%);
  padding: 0.813rem 0.813rem 0;
  background-color: white;
}

div.clow-card img:hover {
  cursor: pointer;
}

div.clow-card-wrapper {
  margin: 1.875rem auto;
}

div.f-clow-card-wrapper {
  margin: 1.25rem auto;
}

div.clow-card-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1vw;
}

div.clow-card-text i.fa-heart {
  margin: 0 0.25rem;
}

/* FAVES LIST */

div.f-clow-card {
  padding: 0.813rem;
}

div.delete-anchor-div {
  padding: 0.5rem 0.5rem 0;
  text-decoration: underline;
}

p.note {
  margin: 0 0 0.625rem;
  color: rgb(172, 169, 170);
}

p.no-faves-text {
  text-align: center;
}

div.edit-btn {
  text-align: right;
  font-size: 1.375rem;
}

div.loader-container {
  display: flex;
  justify-content: center;
}

div.no-results {
  display: flex;
  justify-content: center;
}

div.about,
div.err {
  text-align: center;
}

div.err {
  color: red;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0.5rem;
  border-radius: 50%;
  border: 6px solid #fcf;
  border-color: #fcf transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
