* {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  position: relative;
  height: 100vh;
}

img {
  draggable: false;
}

section {
  padding: 6rem 0;
}

.ml-auto {
  margin: 0 0 0 auto;
}

.mr-auto {
  margin: 0 auto 0 0;
}

.s-100 {
  width: 100%;
  height: 100%;
}

.bm-0 {
  padding: 0;
  margin: 0;
}

.w-rem-0-5 {
  width: 0.5rem;
  height: auto;
}

.w-rem-1 {
  width: 1rem;
  height: auto;
}

.w-rem-1-5 {
  width: 1.5rem;
  height: auto;
}

.w-rem-2 {
  width: 2rem;
  height: auto;
}

.w-rem-2-5 {
  width: 2.5rem;
  height: auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-h {
  display: flex;
  justifiy-content: center;
}

.flex-between-h {
  display: flex !important;
  justify-content: between !important;
}

.fs-italic {
  font-style: italic;
}

.active-secondary-07 {
  background-color: rgba(255, 165, 89, 0.7);
  color: white;
}

.bg-dark-05 {
  background-color: rgba(69, 69, 69, 0.5);
}

a {
  text-decoration: none;
}

.navbar .nav-link, .navbar .navbar-brand {
  color: white !important;
}

button.navbar-toggler {
  padding: 0 0.675rem;
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5rem;
}

@keyframes decreaseHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.animate-decrease {
  animation: decreaseHeight 1s ease;
}

.navbar #siteNav .nav-link, .navbar #userAuth .nav-link {
  opacity: 0.9;
}
.navbar #siteNav .nav-link:hover, .navbar #userAuth .nav-link:hover {
  opacity: 1;
}
.navbar #userAuth i {
  margin-right: 0.5rem;
}

#footer {
  padding: 1rem !important;
}
#footer a {
  color: #ccc;
}

.form-error {
  margin-top: -15px;
}

#login .social-login {
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  padding: 10px;
}
#login #forgotPassword {
  display: flex;
  justify-content: center;
  align-items: center;
}
#login #forgotPassword a {
  color: #454545;
  border-color: white;
}
#login #forgotPassword a:hover {
  color: white !important;
  border-color: #FFA559;
}

@media (max-width: 768px) {
  #login .social-login, #login .btn-secondary {
    margin-bottom: 0.5rem;
  }
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: url("../img/img_2.jpg");
  background-size: cover;
  z-index: -1;
}
