
#activity {
  margin: 1em auto;
}

#activityDescription h4 {
  margin-right: 140px;
}

.photo h2 {
  font-size: 2em;
}

#footer-text {
  margin: 5px 0;
}


/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


 .photo h2 {
  font-size: 2.2em;
}


}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}