/* _content/freelance_site/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

main[b-ubffbi1jdk] {
  transition-duration: 300ms;
}

header[b-ubffbi1jdk] {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.navbar[b-ubffbi1jdk] {
  transition-duration: 300ms;
  padding-left: 3rem;
  padding-right: 3rem;
}

a.navbar-brand[b-ubffbi1jdk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a.navbar-brand img[b-ubffbi1jdk] {
  height: 3.2rem;
  margin-right: -2.0em;
  margin-bottom: -0.5em;
  vertical-align: baseline;
}

a.navbar-brand p[b-ubffbi1jdk] {
  color: black;
  margin-bottom: 0;
  line-height: 1em;
}

a[b-ubffbi1jdk] {
  color: #0077cc;
}

.reachout-block[b-ubffbi1jdk] {
  justify-items: center;
}

.reachout-btn[b-ubffbi1jdk] {
  --bs-btn-color: white;
  --bs-btn-bg: var(--clr-accent-dark);
  --bs-btn-hover-bg: pink;
  --bs-btn-active-bg: orange;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
}

.reachout-status[b-ubffbi1jdk] {
  font-size: 0.7em;
  padding-top: 1px;
}

.status-available[b-ubffbi1jdk] {
  color: #3bbd6a;
}

.btn-primary[b-ubffbi1jdk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ubffbi1jdk],
.nav-pills .show>.nav-link[b-ubffbi1jdk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ubffbi1jdk] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-ubffbi1jdk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ubffbi1jdk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ubffbi1jdk] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ubffbi1jdk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (max-width: 900px) {

  /* Shrink logo, name */
  a.navbar-brand img[b-ubffbi1jdk] {
    height: 2.8rem;
    margin-right: -1.8em;
    margin-bottom: -0.5em;
  }

  a.navbar-brand p[b-ubffbi1jdk] {
    font-size: 13pt;
  }
}

@media (max-width: 767px) {

  /* Modify navbar style */
  .navbar[b-ubffbi1jdk] {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
  }

  main[b-ubffbi1jdk] {
    margin-top: 60px;
  }

  /* Shrink logo, name */
  a.navbar-brand img[b-ubffbi1jdk] {
    height: 2.2rem;
    margin-right: -1.5em;
    margin-bottom: -0.4em;
  }

  a.navbar-brand p[b-ubffbi1jdk] {
    font-size: 12pt;
  }
}
