@import url(https://fonts.bunny.net/css?family=montserrat:100,400,500i,600,800);
.bg-blue {
  background-color: #112242;
}
.bg-blue a {
  color: white;
}

.bg-dark-blue {
  background-color: #0E1A2F;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #3C3C3C;
}

.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #112242;
  color: #112242;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.btn-primary-outline:hover {
  background-color: #112242;
  color: white;
  border: 1px solid #112242;
}
.btn-primary-outline:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary-outline:active {
  background-color: #112242;
  color: white;
  border: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 800;
  color: #112242;
  font-size: 2.5rem;
}

h2 {
  color: #112242;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  color: #112242;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}

h4 {
  font-weight: 600;
  font-size: 1.2rem;
}

h5 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-small {
  font-size: 0.8rem;
}

#main-menu {
  background-color: #112242 !important;
  padding: 0;
}
#main-menu .navbar-nav .nav-item {
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}

.languageSwitch {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 0.8rem;
  color: white;
  width: 100%;
  z-index: 1000;
}
.languageSwitch select {
  background-color: #112242;
  color: white;
  border: none;
  padding: 0.5rem 0rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: right;
  direction: rtl;
}
.languageSwitch select:focus {
  outline: none;
  box-shadow: none;
}
.languageSwitch select option {
  text-align: right;
}

.vin-item .extra {
  font-size: 0.8rem;
  font-weight: 400;
  color: #3C3C3C;
}

#vinsMenu {
  font-size: 0.8rem;
}
#vinsMenu a {
  color: #3C3C3C;
}
#vinsMenu .nav-link {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  font-weight: 600;
}
#vinsMenu .nav-link:hover {
  color: #0E1A2F;
}

/*# sourceMappingURL=app.css.map*/