/*
 * Globals
 */


 html {
  scroll-behavior: smooth;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

main{
  z-index: 1;
}

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

 header {
   position: fixed;
   width: 100%;
   z-index: 2;
 }

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}
 nav {
    background-color: #212529;
  }
@media (min-width: 576px) {
  nav {
    background-color: transparent;
  }
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}



.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.resume-link {
  border: 0.2rem solid white;
  border-radius: 8px;
  margin-left: 1rem;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
}
.resume-link:hover{
  color: #212529;
}

.scroll-section {
  min-height: 100vh;
  padding-top: 140px;
}
.center-hero {
  position: absolute;
  top: 40%;
}
#particles-js{
  opacity: 40;
  position: fixed;
  width: 100%;
  height: 100vh;
}
hr {
  border: 2px solid white;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brands img {
  height: 75px;
}
.brand {
  padding: 30px;
}
.social-links {
  font-size: 56px;
}
.social-links a {
  padding: 20px;
}
