

#mainNav {
    min-height: 56px;
    text-shadow: none;
    font-size: 5 rem;
    padding-left: 10%;
    padding-right: 10%;
    position: fixed;
    width: 100%;
    background: url("stain.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 3%;
    z-index: +2;
  }

.nav-link:hover {
  color: #ffffff;
  text-shadow: none;
}

img {
  margin: 0 auto;
}

.col-lg-6 {
  text-align: center;
  text-shadow: none;
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.3)), color-stop(rgba(22, 22, 22, 0.7)), to(#161616)), url("../img/bg-masthead.jpg");
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) , black 100%), url("../img/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    
}
  
.masthead h1 {
    font-size: 5rem;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    color: red;
    text-shadow: 1px 2px 1px black;
}
  
.masthead h2 {
    color: white;
    max-width: 20rem;
    font-size: 1rem;
}
  
@media (min-width: 768px) {
    .masthead h1 {
      font-size: 4rem;
      line-height: 4rem;
    }
}
  
@media (min-width: 992px) {
    .masthead {
      height: 100vh;
      padding: 0;
    }
    .masthead h1 {
      font-size: 6.5rem;
      line-height: 6.5rem;
      letter-spacing: 0.8rem;
    }
    .masthead h2 {
      max-width: 30rem;
      font-size: 1.25rem;
    }
}

.about-section {
    padding-top: 10rem;
    text-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.3)), color-stop( rgba(22, 22, 22, 0.7)), to(#161616)), url("../img/bg-masthead.jpg");
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7), #161616 100%), url("../img/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
  
/* .about-section p {
  margin-bottom: 5rem;
} */

  .projects-section {
    padding: 10rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    
  }
  
  .projects-section .featured-text {
    padding: 2rem;
  }
  
  @media (min-width: 992px) {
    .projects-section .featured-text {
      padding: 0 0 0 2rem;
      border-left: 0.5rem solid #64a19d;
    }
  }
  
  .projects-section .project-text {
    padding: 3rem;
    font-size: 90%;
  }
  
  @media (min-width: 992px) {
    .projects-section .project-text {
      padding: 5rem;
    }
    .projects-section .project-text hr {
      border-color: #64a19d;
      border-width: .25rem;
      width: 30%;
    }
  }

  
  .bg-black {
    background-color: #161616 !important;
  }
  
  .bg-primary {
    background-color: #64a19d !important;
  }
  
  .text-primary {
    color: #64a19d !important;
  }

  .contact-section {
    padding: 5%;
    text-shadow: none;
    font-weight: bolder;
  }

  .btn-link {
    padding: 5%;
    background-color:red;
    box-shadow: 0, 5px, 0, black;
    color: black;
    position: relative;
    text-shadow: none;
    font-weight: bolder;
  }

  .btn-link:hover {
    background-color: #ce0606;
    color: white;
    cursor: pointer;
  }

  .btn-link:active {
    box-shadow: none;
    top: 5px;
  }

    
  a {
    color: red;
    font-size: 1.1rem;
    text-shadow: 1px 1px 1px black;
  }

  a:focus, a:hover {
    text-decoration: none;
    color: green;
  }

  
  body {
    background: url("backdrop.jpg") no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'Special Elite';
    color: black;
    
}

.conCard {
  background:url("stain.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.note {
  font-weight: bold;
  font-size: .75rem;
}