@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;400&display=swap');
body {
  background: url('assets/bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: 'Lexend', sans-serif;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.nav-link, main p.lead a {
    transition: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.nav-link::after {
    content: '  ';
    background: url('assets/line.jpg') no-repeat;
    position: absolute;
    top: -10px;
    right: -20px;
    width: 1px;
    height: 58px;
}
.nav-link:last-child::after {
    content: '';
    display: none;
}
.nav-masthead .nav-link {
    position: relative;
    padding: .25rem 0;
    margin-right: 20px;
    font-weight: 700;
    color: #fff;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
header:first-child{
  margin-top: 60px;
}
header:nth-child(2n){
  position: absolute;
  top: 120px;
  z-index: 9999;
}
.line {
  border-right: 1px rgba(128, 128, 128, 0.39) solid;
  width: 2px;
  height: 100px;
  margin: 0 20px;
}
main h1 {
    font-size: 30pt;
}
main p.lead {
    font-size: 16pt;
}
main p.lead a {
    text-decoration: none;
    background: none;
    color: #23bc4f;
    margin-top: 20px;
    border:1px #23bc4f solid !important;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
  nav {
    margin-top: 30px;
  }
  main h1 {
      font-size: 30pt;
  }
  main p.lead {
      font-size: 20pt;
  }
  main p.lead a {
    font-size: 14px;
  }
  header:nth-child(2n){
    display: none;
  }
}