* {
  font-family: "Raleway", sans-serif;
}

body {
  min-height: 100vh !important;
  text-align: center !important;
  color: #000;
}

.line-through {
  text-decoration: line-through;
}

h1 {
  margin-bottom: 0;
  padding-top: min(1.5rem, 4vh);
  padding-bottom: min(1.5rem, 4vh);
}
h1,
h1 a,
h1 a:hover,
h1 a:focus,
h1 a:active {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: min(8vw, 4vh, 24px);
}

p.img-caption {
  font-size: min(3vw, 3vh, 13px);
  margin-top: min(3vh, 12px);
  margin-bottom: min(3vh, 12px);
}

.divcollections {
  margin-top: min(3vh, 12px);
  padding-top: 0;
}

.img-fluid {
  /* padding-top: 2vh; */
}

.btn-light {
  background-color: white;
  border: white;
  font-size: 30px;
  font-weight: 200;
}

.btn-custom,
.btn-custom.active {
  color: #000;
  background-color: #fff;
  border: none;
  font-weight: 400;
  border-radius: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  /* let's darken #004E64 a bit for hover effect */
  background: #fff;
  color: #000;
  border: none;
  box-shadow: none;
}

.btn-show {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 0;
}

.collections {
  font-size: min(4vw, 4vh, 18px);
  padding: 0;
}

.menu span,
.menu a {
  font-size: min(6vw, 6vh, 18px);
}

footer {
  color: #c0c0c0;
  font-size: min(3vw, 12px);
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
  font-size: min(3vw, 12px);
  color: #c0c0c0;
  text-decoration: none;
}

/* cookie */

.section-cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.section-cookie .container {
  padding: 0;
}

.section-cookie .box-cookie {
  width: 100%;
  background-color: #eee;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 20px;
  color: white;
  align-items: center !important;
}

.section-cookie .box-cookie p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  text-align: left;
}

.btn-cookie,
.btn-cookie.active {
  border: none;
  font-weight: 200;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #666;
  cursor: pointer;
  font-weight: 100;
  margin-left: 20px;
  flex-shrink: 0;
}

.btn-cookie:hover,
.btn-cookie:focus,
.btn-cookie:active {
  /* let's darken #004E64 a bit for hover effect */
  background-color: #fff;
  color: #666;
  border: none;
  box-shadow: none;
}

.row-arrows {
  padding-top: min(1.5rem, 1vh);
  padding-bottom: min(1.5rem, 1vh);
  margin-top: 0;
  margin-bottom: 0;
}
.row-arrows .col {
  margin: 0;
  padding: 0;
}

.arrows {
  padding: 0 10px 0 10px;
  font-size: min(8vw, 5vh, 28px);
}

.divtextual {
  padding-top: min(1.8rem, 5vh);
}
