.grecaptcha-badge {
    visibility: hidden;
}
body {
  color: #6c757d;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #343a40;
}
h5#other-experience { cursor: pointer; }

section.resume-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

p.lead {
  font-size: 1.15rem;
}

.subheading {
  font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 1.5rem;
}
.subheading a {
    color: #6c757d;
}


/* Website colors */
.bg-primary {
    background-color: #BD5D38 !important;
}
.text-primary {
    color: #BD5D38 !important;
}
.btn.btn-primary {
    background-color: #BD5D38 !important;
    border-color: #BD5D38;
}
.btn.btn-secondary {
    background-color: #495057 !important;
    border-color: #495057;
}
.progress-bar {
    background-color: #BD5D38 !important;
    width: 0%;
    transition-duration:1000ms;
}


/* Interest card */
#Interesses .card {
    transition: .2s ease-in-out;
}
#Interesses .card:hover {
    transform: scale(1.05);
}
#Interesses .card .card-img-top {
    height: 350px;
    object-fit: cover;
}


/* Icons */
.social-icons .social-icon {
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  font-size: 1.5rem;
}
.social-icons .social-icon:last-child {
  margin-right: 0;
}
.social-icons .social-icon:hover {
  background-color: #BD5D38;
}

.dev-icons i {
  font-size: 3rem;
}


/* Sidenav */
#sideNav .navbar-nav .nav-item .nav-link, #sideNavHome .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
}
#sideNav .navbar-toggler:focus, #sideNavHome .navbar-toggler:focus {
  outline-color: #d48a6e;
}
#sideNav .navbar-brand .img-profile, #sideNavHome .navbar-brand .img-profile {
  max-width: 10rem;
  max-height: 10rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
}


/* Media queries */
@media (min-width: 769px) {
  section.resume-section {
    min-height: 100vh;
  }
}

@media (min-width: 993px) {
  body {
    padding-left: 17rem;
  }
  #sideNav {
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-collapse {
    flex-grow: 0;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
    .navbar-collapse ul {
        min-height: 100vh;
    }
}
