/* ===============
Fonts
================ */
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;	
}
/* Content */
body, p, span {
	font-weight: 200;
}
/* ===============
To Make Bullets Not Show on Mobile Devices
================ */
@media all and (max-width: 767px) {
  .camera_pag {
    display: none;
  }
}