
body {
		
    margin: 0;
    background-color: #000000;
}
.thumbnailsBox {
  width: 720px;
  margin: 0px auto;
  text-align: center;
}

.thumbnails img {
        height: 70px;
        border: 2px solid #555;
        padding: 1px;
        margin: 0 10px 10px 0;

}

.thumbnails img:hover {
        border: 2px solid #00ccff;
        cursor:pointer;
}

.preview img {
        border: 4px solid #444;
        padding: 1px;
        width: 100%;
  }

.preview {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   justify-content: center;
 }
.gallery {height: 800px;}
.gallery1 {height: 1000px}

.gallery2 {height: 300px;}
.gallery3 {height: 750px;}
.preview2 {
   max-height: 650px;
  max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   justify-content: center;
 }

.preview2 img {
        border: 4px solid #444;
        padding: 1px;
        width: 100%;
        height: 100%
  }
#caption {
    border: 4px solid #444;
    padding: 1px; 
    margin-top: 20px;
  margin-left: auto;
  margin-right:auto;
    width: 450px; 
    height: 40px; 
    text-align: center; 
    background-color: #d6ab46;
    font-size: 225%; font-family: Copperplate Gothic Bold;
 } 


h1 {
  color: #d6ab46;
  text-align: center; font-family: Copperplate Gothic Bold;
}
