figure.hover-caption-display { 	
	position: relative;
	overflow: hidden; 
}
figure.hover-caption-display > figcaption { 
	position: absolute;
	left: 0px;
	right: 0px;
	height: 30px;
	line-height: 30px;
	bottom: -60px;
	text-align: center;
	background: rgba( 256,256,256,.8 ); 
	color: #000; 
	transition: bottom 500ms;}
figure.hover-caption-display:hover > figcaption {
	bottom: 40%;
	transition: bottom 500ms; }
.jf-image-shadow {
box-shadow: 6px 6px 10px  rgba(0, 0, 0, 0.37) !important;
}
.site-title a {
    text-shadow: 1px 1px 2px black;
}
h5 {
  text-shadow: 2px 2px #000000;
}
.page-template .site-content > .container,
.page-template .hentry {
background: rgba(255,255,255,0.8);
border: 0; 
}
.page .entry-title {
display: none;
}
.page-template .site-content > .container, .box-shadow {box-shadow: 0px 0px 10px rgba(0,0,0,.8)}
.second-div {
	box-shadow: 0 0 5px 1px lightgrey;
}
.header-image::after {
    background-color: transparent;
}
h2 {
	text-shadow: 1px 2px 2px #808080;
}
.content-area{
  float: right;
}
.main-navigation li {
    font-size: 20px;
    text-transform: bold;
}
.sub-menu a {
    font-size: 14px;
}
footer {
display: none !important;
}
#sidebar-footer,
#sidebar-footer a,
.footer-info,
.footer-info a,
#colophon,
#colophon a {
    color: white;
}
@media only screen and (max-width: 1024px){
  .site-header {
      position: fixed !important;
      top: 0;
  }
@media only screen and (min-width: 1025px){
   .header-image {
      padding-top: 70px !important;
   }
}

@media only screen and (max-width: 1024px){
   .header-image {
      margin-top: 70px;
   }
}
	@media only screen and (max-width: 1024px){
   .header-image {
		  margin-bottom: 70px;
   }
@media only screen and (max-width: 1024px){
   .header-image,
	#wp-custom-header-video {
      margin-top: 65px;
   }
}
	@media only screen and (max-width: 1024px){
   .header-image,
	#wp-custom-header-video {
		  margin-bottom: -50px;
    	}
  @media screen and (max-width: 1024px) {
    	.site-header > .container {
    		display: flex;
    	}
    	.site-header .btn-menu {
    		text-align: right;
    	}
    	.site-header .btn-menu::before {
    		content: 'MENU';
    		position: relative;
				bottom: 7px;
    		margin-right: 15px;
    		font-size: 0.5em;
				}
@media only screen and (max-width:1024px) {
  
  .site-header {
    padding-top: 1 !important;
		padding-bottom: 0 !important;
  }

.footer-widgets {
    padding: 0px 0px !important;
}
	
