/* ALL VERSION */
* {
  font-family: 'century gothic';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Utility */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
  display: flex;
}

body {
  background-color: rgb(234, 234, 235);
}

/* Header */
.header {
  background-image: url("../assets/atas.jpg");
  background-size: cover;
  background-position: 100% 23%;
  padding: 10px;
}

/* Navbar */
.Navbar-logo img {
  height: 75px;
  margin-top: -20px;
  filter: drop-shadow(0px 0px 0.8px #ffff);
}

.navbar-icon img {
  height: 20px;
  border: none;
}

.nav-link:hover::after {
  content: '';
  display: block;
  border-bottom: 3px solid #FFD700;
  margin-bottom: -3px;
}

.dropdown-menu {
  background-color: #FFD700;
}

.fa-caret-down {
  color: #FFD700;
}

/* Instruksi */
.instruksi {
  background-color: #FFD700;
  color: white;
  padding: 15px 0 5px 0;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 1px grey;
}

/* Form-body */
.form-body {
  background-color: #009944;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  color: white;
  box-shadow: 4px 4px 10px 1px grey;
}

.reg {
  background-color: #FFD700;
  color: white;
  border-radius: 10px;
  margin: 10px 0px;
}

.reg:hover {
  color: black;
  background-color: white;
}

/* Footer */
.footer {
  margin: 40px 0 20px 0;
}

/* DESKTOP VERSION */
@media (min-width: 992px) {
  .navbar-nav li {
    margin-left: 30px;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 575.98px) {
  .container, .dropdown-menu, h5, .reg {
    font-size: 15px;
  }
}
