@charset "utf-8";

.fancybox img {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	margin-bottom: 5px;
}


/* Mobile Layout: 480px and below. */

h2 {
	margin-left: 20px;
}
p {
	margin-left: 20px;
	margin-right: 10px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
h2 {
	font-size: 130%;
}
p {
	margin-left: 20px;
	font-size: 130%
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
h2 {
	font-size: 130%;
}
p {
	margin-left: 20px;
	font-size: 130%
}
}
