.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}

body {
	background-color:#DCDCDC;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
    
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #1A1C59;
}

.navbar {
	background-color: #333577;
}

.thumbnail {
	width:300px;
	height:200px;

}
figure.item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 320px;
}
img {
    width: 300px;
    height: 200px;
}
.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}


.albumtitle {
	text-align: center;
}

.pswp__caption__center {
	text-align:center;
}


