.parallax-bgimg-1, .parallax-bgimg-2, .parallax-bgimg-3 {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.parallax-bgimg-1 {
 min-height: 800px;
}

.parallax-bgimg-2 {
 min-height: 400px;
}

.parallax-bgimg-3 {
 min-height: 400px;
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
 .parallax-bgimg-1, .parallax-bgimg-2, .parallax-bgimg-3 {
  background-attachment: scroll;
 }
}

.parallax-black-paragraph {
 position:relative;
 color:#ddd;
 background-color:#282E34;
 padding: 20px 5px;
}

.parallax-white-paragraph {
 position:relative;
 color:#000;
 background-color:#fff;
 padding: 20px 5px;
}

.parallax-caption-header, .parallax-caption-footer  {
 left: 0;
 position: absolute;
 width: 100%;
 text-align: center;
}

.parallax-caption-header {
 top: 10%;
}

.parallax-caption-footer {
 top: 90%;
}

.parallax-caption-header span.border, .parallax-caption-footer span.border  {
 display: block;
 background-color:#282E34;
 color: #fff;
 padding: 18px;
 font-size: 25px;
 letter-spacing: 8px;
}

blockquote {
 border: none;
 display: inline-block;
 position: relative;
}

.parallax-author {
 display: block;
 padding: 20px 0px;
}

.parallax-panel-footer{
 padding: 10px 0px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-thumbnail {
    margin-bottom: 5px;
}

.archive {
  height: 400px;
}

.caption {
	margin-top: 5px;
	margin-bottom: 25px;
}

h4{
    margin: 10px 0 10px 0;
}

.record_image {
    display: inline-block;
    text-align: center;
}

audio {
    width: 300px;
    height: 32px;
}








