@charset "utf-8";
/* CSS Document */

.magazine-image
{
	width: 80%;
}

img
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#penToolOptions1
{
	visibility: visible;
}

.eye-container {
	width: 32px;
	display: inline-block;
	margin-right: 10px;
}

.eye-container a i.fa-eye-slash {
	color: #d7635b;
}

.eye-container a i.fa-eye {
	color: #6796DA;
}

#header h1 {
  font-size: 28px;
}

#header h1 span {
  font-size: 26px;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  #header h1 {
    font-size: 26px;
  }

  #header h1 span {
    font-size: 26px;

  }

}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}