/*
Project: 16-17_1.13
Resource: Writing a Headline
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/


label {
  font-size: 1.4em;
}

#news-headlines {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 2em;
}

.form-control {
  border: none;
  box-shadow: none;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.4em;
  padding: 0;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {

  .form-control {
    font-size: 3em;
  }

  #news-headlines {
    font-size: 1.4em;
  }

}
