.masthead {
  height: 100vh;
  background-image: url('assets/donthecon-mobile.png');
  background-attachment: fixed;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.masthead:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002f4b, #663333);
  opacity: .4;
}
.masthead h1 {
  font-size:40px;
  color:white;
}
.masthead p {
  font-size:20px;
  color:white;
  line-height:80%;
}
.mast-btn {
  transition: transform .3s ease-out;
  text-shadow: 2px 2px 4px #000;
}
.mast-btn:hover {
  transform: translate(3px, 3px);
  text-shadow: 0 0 4px #000;
}
.fab-link {
  font-size:40px;
  color:white;
}
.quote {
  margin-left: 10px;
  color: red;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}
.text-emp {
  font-weight:500;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 600px) {
  .masthead {
    background-image: url('donthecon.png');
    background-size: cover;
  }
  .masthead h1 {
    font-size:80px;
    color:white;
  }
  .masthead p {
    font-size:30px;
    color:white;
  }
  .fab-link {
    font-size:70px;
    color:white;
  }
  .quote {
    margin-left: 80px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .masthead {
    background-image: url('assets/donthecon.png');
  }
  .masthead h1 {
    font-size:120px;
    color:white;
  }
  .masthead p {
    font-size:40px;
    color:white;
  }
  .fab-link {
    font-size:90px;
    color:white;
  }
}
