* {
  font-family: 'Titillium Web', sans-serif;
  color: #7C6F6F;
}

.bgImgCenter {
    background-image: url('../images/asphalt-clear-sky.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    max-width: 100%;
    height: 100%;
}

header {
  background-color: #EBF2F3;
  opacity: 0.65;
}

#nav-text {
  color: #7F875E!important;
}

#intro-text {
  text-shadow: 1px 1px #EDEAEA;
}

#down-arrow {
  text-shadow: 1px 1.5px #EDEAEA;
}

.lower-background {
  background-image: url('../images/dust_scratches.jpg');
}

#sub-text {
  color: aliceblue;
}

.fadeIn {
    animation-delay: 0.75s;
}

@-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5);
      transform: scale3d(1.5, 1.5, 1.5);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5);
      transform: scale3d(1.5, 1.5, 1.5);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }

  a#sub-link:link {
    color: aliceblue;
    text-decoration: none;
  } 

  a#sub-link:visited {
    color: aliceblue;
    text-decoration: none;
  }

  a#sub-link:hover {
    text-decoration: none;
  }

  a#sub-link:active {
    text-decoration: none;
  }

  .project-link {
    color: #4F4747;
    text-decoration: none;
  }

  .project-link:link {
    text-decoration: none;
  }

  .project-link:visited {
    color: #4F4747;
    text-decoration: none;
  }

  .project-link:hover {
    color: #4F4747;
    text-decoration: underline;
  }

  .project-link:active {
    color: #4F4747;
    text-decoration: none;
  }

  #bootcamp{
    column-count: 3;
    list-style-image: url('../images/favicon/code-break-16-246266.png');
  }

  h4 {
    color: #938888;
  }
  .project-image:hover {
    outline: 3px outset #7F875E;
    outline-offset: 1.5px;
  }

  .project-link {
    align-content: center;
  }