
/* Header */

#header h1 {
  font-size: 27px;
}

#header h1 span {
  font-size: 23px;
}

/* Center Responsive Image */

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.magazine-image {
	width: 60%;
}

/* Make Pen tool Visbile on Load */

#penToolOptions1 {
	visibility: visible;
}


/* 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 {


}