
/* Header */

  #header h1 {
    font-size: 22px;
  }

  #header h1 span {
    font-size: 21px;
  }

/* Center Responsive Image */

  .img-center {
  	margin-left: auto;
  	margin-right: auto;
  }

/* Info Wells */

  .well.first, .well.second, .well.third, .well.fourth, .well.fifth {
    margin-bottom: 20px;
  }

  .well.fourth {
    margin-top: 20px;
  }


/* Make Pen tool Visbile on Load */

  #penToolOptions1 {
  	visibility: visible;
  }


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

 #header h1 {
    font-size: 32px;
  }

  #header h1 span {
    font-size: 27px;
  }

  .well.third, .well.fifth {
    margin-bottom: 0;
  }

  .well.sixth {
    margin-top: 20px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  #header h1 {
    font-size: 35px;
  }

  #header h1 span {
    font-size: 30px;
  }

  /* Info Wells */

  .well.top {
    margin-bottom: 20px;
  }

  .well.side-top {
    margin-bottom: 20px;
  }

  .well.bottom {
    margin-top: 20px;
  }

}


/* Print */
@media print {


}