section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

section#partners {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section#footer ul {
  padding-left: 0;
}

section#footer ul li {
  list-style-type: none;
}

section#footer ul li a {
  color: var(--light);
}

.btn,
a.nav-link,
a.nav-link.active {
  font-family: "exo";
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 0;
}

input {
  font-family: "Open Sans";
  letter-spacing: 2px;
}

.card {
  border-radius: 0;
}

.line.primary {
  height: 10px;
  display: block;
  background-color: var(--warning);
  top: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  z-index: 1;
}

nav.navbar {
  font-family: "exo";
  background-color: rgba(253, 255, 255, 0.95) !important;
  /*background-color: rgba(253, 228, 0, 0.95) !important;*/
}

nav.navbar ul li {
  margin: auto 0.5rem;
}

@media all and (max-width: 480px) {
  nav.navbar {
    background-color: #ffffff !important;
    /*background-color: #fde400 !important;*/
  }
}

#s03-action.dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

#s03-action.dropdown-menu .dropdown-item {
  padding: 0;
  margin-top: 0.5rem;
}

@media all and (max-width: 480px) {
  #s03-action.dropdown-menu {
    position: absolute;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
label {
  font-family: "Exo";
  letter-spacing: 1px;
  font-weight: bold;
}

label {
  font-weight: bold;
}

h1 {
  letter-spacing: 5px;
}

h2 {
  letter-spacing: 4px;
}

h3 {
  letter-spacing: 3px;
}

h4 {
  letter-spacing: 2px;
}

h5 {
  letter-spacing: 1px;
}

h5 {
  position: relative;
  margin-bottom: 2rem;
}

h5::after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: var(--warning);
}

h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

h2.left::after {
  left: 0;
  margin-left: 0;
}

h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -50px;
  height: 3px;
  width: 100px;
  background-color: var(--warning);
}

h1.big {
  font-size: 3.5rem;
}

@media all and (max-width: 480px) {
  h1.big {
    font-size: 2.5rem;
  }
}

#slider .carousel-item .jumbotron {
  min-height: 50vh;
}

#slider .carousel-item img {
  margin-top: -10px;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

@media all and (max-width: 480px) {
  #slider .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
}

#slider .carousel-item .video-background {
  height: 100vh;
  background-color: black;
}

#slider .carousel-item iframe {
  margin-top: 67px;
  width: 100%;
  height: 100%;
}

.wrapper-darker {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

section#tentang-page-title {
  background-image: url("/public/images/bg-tentang.png");
}

.bg-page {
  background-image: url("/public/images/bg-tentang.png");
}

section#tentang-page-s2 {
  position: relative;
}

section#tentang-page-s2>img {
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: calc(100px/-2);
  top: -50px;
}

section#teams .row.teams img.team-profile-picture {
  width: 150px;
  z-index: 0;
  position: relative;
}

section#teams .row.teams .team-caption {
  position: absolute;
  width: 50%;
  left: 55%;
  bottom: -10%;
  z-index: 1;
}

section#teams .row.teams .team-caption .team-name {
  font-weight: bolder;
  white-space: nowrap;
}

section#teams .row.teams .team-caption .team-socials {
  padding-left: 0;
}

section#teams .row.teams .team-caption .team-socials li {
  list-style-type: none;
  display: inline-block;
}

section#teams .row.teams .team-caption .team-socials li a {
  color: var(--dark);
  display: inline-block;
}

section#teams .row.teams .team-profile-picture-wrapper {
  border: 8px solid white;
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: -8px;
  height: 100px;
  z-index: 0;
}

.program-input-file {
  background-image: url("/public/images/icon-cloud.png");
  background-repeat: no-repeat;
  background-position: 50% 10px;
  text-align: center;
  height: 75px;
}

.program-input-file label {
  padding-top: 2.5rem;
}

.program-input-file input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}