/* Begin */
body
{
	font-family: "Centurygothic", Tahoma, Times, serif;
}
@font-face
{
  font-family: Centurygothic;
  src: url(font/Centurygothic.ttf); 
}  
@font-face
{
  font-family: Centurygothicbold;
  src: url(font/Centurygothicbold.ttf);  
}

* a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

* a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

* a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
.heading
{
	font-family: "Centurygothicbold", Tahoma, Times, serif;
	text-align:center;
	font-size:1.6em;
	color: #000000;
}
.fb
{
	padding-top:0.5%;
	padding-right:0.5%;
}
.panel
{
	background-color:#ffffff;
	color:#000000;
}
.menu a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

.menu a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

.menu a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

.menu a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
.copyright
{
	background-color:#000000;
	color:#ffffff;
	text-align:center!important;
}
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
}
