/* Headings */
@font-face {
    font-display: swap;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2) format("woff2");
    font-family: "SamsungSharpSans-Bold";
    font-weight: bold;
    font-style: normal;
}

  

.samsung-h1{
  font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
}
body {
  /* background-color: #212529; */
}

.parallax {
  /* The image used */
  background-image: url("/img/1929.jpg");
  
  /* Set a specific height */
  min-height: 500px;
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

img {
  display: block;
  width: 100%;
}
.carousel-caption {
  /* text-align: left; */
  /* bottom: 50%; */
  /* top: 45%; */
  /* transform: translateY(-50%); */
}
.btn{
  background-color: #c9a039;
  border: #c9a039;
  border-radius: 24px;
  /* padding: .6em 1.5em; */
}
button:focus:not(:focus-visible) {
  box-shadow: none;
  border: none;
}

.nav-link {
  color: #c9a039;
}
.navbar-toggler {
  border: none;
}
.nav-link:hover {
  color: #bfbfbf;
}
#menuTabs .active {
  color: #c9a039;
  border-bottom: 2px solid #c9a039;
}

@media only screen and (max-width: 768px) {
  .kv-section {
    padding-top: 5rem !important;
  }
}