@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
section.navbar-section {
  background-color: #000000;
}
section.navbar-section ul li {
  list-style-type: none;
}
section.navbar-section .navbar {
  background-color: #000000;
  width: 100%;
  position: fixed;
  z-index: 1;
  padding: 8px 40px;
}
section.navbar-section .nav-item-st, section.navbar-section .btn {
  list-style-type: none;
  font-family: "Lato";
  font-size: 18px;
  line-height: 52px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
}
section.navbar-section .btn:hover, section.navbar-section .nav-item-st:hover {
  color: rgb(255, 213, 162);
}
section.navbar-section .navbar-nav {
  position: relative;
}
section.navbar-section .active {
  color: #dfc75b;
}
section.navbar-section .dropdown-menu {
  border-radius: 0;
}

section.judges {
  padding: 60px 0px;
}
section.judges .txt-title h1 {
  font-family: "Lato";
  font-size: 4rem;
  line-height: 72px;
  font-weight: 300;
  color: #000;
  padding-top: 100px;
}
section.judges .txt-title p {
  font-family: "Lato";
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 80px;
}
section.judges .judges-card {
  display: flex;
  align-items: center;
  border: solid 2px #dfc75b;
  background-image: url(../img/bg-judges.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  margin-top: 20px;
}
section.judges .judges-card img {
  max-width: 150px;
  border-right: solid 1px #7f7f7f;
}
section.judges .info-judges {
  padding-left: 10px;
}
section.judges .info-judges h4 {
  font-family: "Lato";
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
  color: #fff;
}
section.judges .info-judges p {
  font-family: "Lato";
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #dfc75b;
  margin: 0px 0px 5px 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
}

h1 {
  font-family: "Lato";
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
}