body {
  background: #fff;
  color: #5b6770;
}

#main-nav {
  color: #fff;
  background-color: #308276 !important;
  font-size: 0.5 rem;
  min-height: 70px;
}
.navbar-brand {
  font-size: 0.8rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  color: #fff !important;
}

#home-section {
  background: url(../img/home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 380px;
  color: #fff;
}

#home-section .home-inner {
  padding-top: 130px;
}

#production {
  padding-top: 80px;
  padding-bottom: 100px;
}

a:link {
  color: #e30071;
}

.btn {
  min-height: 40px;
}

.btn-danger,
.btn-danger:active,
.btn-danger:visited {
  background-color: #e30071 !important;
  border-color: #e30071 !important;
}

.btn-danger:hover {
  background-color: #ff007e !important;
  border-color: #ff007e !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: none !important;
}

.customButton {
  width: 120px !important;
  min-height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#main-footer {
  color: #fff;
  background-color: #308276 !important;
}

/* Scrollbar - Firefox */
* {
  scrollbar-width: normal;
  scrollbar-color: rgb(227, 0, 113) auto;
}

/* Scrollbar - Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #e30071;
}
