:root {
  --primary-color: #122139;
  --secondary-color: #dbdbdb;
  --tertiary-color: #1f304c;
  --link-hover-color: #bbbbbb;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #122139;
  font-family: "Bricolage Grotesque", Verdana, Geneva, Tahoma, sans-serif;
}

.universe {
  padding-top: 2em;
  text-align: center;
}
.tr-box {
  position: absolute;
  top: 0;
  padding: 12px;
  background: #1c3e75;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.tr-icon {
  font-size: 24px;
  color: gold;
}

.product-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

/* switch option top */
.switch-parent {
    text-align: center;
    padding-bottom: 3em;
}

.switch {
  display: inline-flex;
  border-radius: 20px;
  background-color: #ccc;
  border: 1px solid #fff;
  overflow: hidden;
}

.switch a {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}

.switch a.active {
  color: #fff;  
  background-color: #1c3e75;
}

.href,
.href:active,
.href:visited {
  color: white;
  font-size: 0.9em;
}
.href:hover {
  color: #f5f5f5;
  text-decoration: underline;
}

.container {
  padding-top: 4em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
}
.first-column {
  padding-top: 2em;
}

.title {
  font-size: 4em;
  color: white;
  font-weight: bold;
}
.subtitle {
  padding-top: 10px;
  font-size: 1.2em;
  color: #f5f5f5;
  font-weight: 300;
}

.box {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  background: #1e2a3f;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.box-title {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
}
.box-subtitle {
  font-size: 0.9em;
  color: #f5f5f5;
  font-weight: 300;
}

.label {
  color: rgb(211, 211, 211);
}

.footer {
  padding-bottom: 6em;
  padding-top: 6em;
  padding-left: 6em;
  background: var(--primary-color);
  font-size: 0.8em;
  left: 0;
  bottom: 0;
  width: 100%;
  color: var(--secondary-color);
  text-align: left;
  border: 1px solid var(--tertiary-color);
}
.footer a {
  color: var(--secondary-color);
  font-size: 1.3em;
  font-weight: 300;
}
.footer a:hover {
  color: var(--link-hover-color);
}

.hide {
  display: none;
}

.navbar {
  border-radius: 25px;
}
.navbar-menu{
  border-radius: 25px;
}
.navbar-item {
  background: none !important;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1rem;
}
.navbar-item:hover {
  background: none !important;
  color:rgb(119, 119, 119) !important;
}

@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    background-color: #f2f3f5 !important;
  }
}
.navbar-item {
  color: #292929 !important;
}