#header h1 {
  font-size: 28px;
}

#header h1 span {
  font-size: 26px;
}

.hover:hover {
  opacity: .8;
}

.img-center {
  margin: 0 auto;
}


#penToolOptions1 {
  visibility: visible;
}

.hint {
  margin-bottom: 20px;
}

/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){

  #header h1 {
    font-size: 35px;
  }

  #header h1 span {
    font-size: 30px;
  }

}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}