/* You can change this file 
---------------------------
Please use the IDs provided as much as possible
This css file is for everything related to the #gallery section
*/

@media only screen and (min-width: 819px) {
    

#gallery {
    width: 100%;
    height: 35vw;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery img {
    width:  100%;
    height: 35vw;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    left: 5%;
    bottom: 20%;

}

#gallery #page {
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}  


#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}


.wp-block-button, button:not(#menu-selector) {
	text-transform:uppercase;
	font-size:0.7vw!important;
	padding:1.1em 1.2em!important;
}

.wp-block-button {
	margin:1% 0;
}

.wp-block-buttons:has(.wp-block-button:nth-of-type(2)) {
	column-gap:10px;
	row-gap:10px;
}

.wp-block-buttons:has(.wp-block-button:nth-of-type(2)) .wp-block-button {
	flex-basis:auto;
}

.rounded-border {
	border-radius:15px;
}

.inner-padding {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.wp-block-columns .wp-block-column.border-gray {
	border-left:0px;
}

.wp-block-columns:has(.wp-block-column.border-gray) figure {
	margin:0;
}

.wp-block-columns .wp-block-column.border-gray:has(figure) {
	border-left:1px solid;
	border-right:0px;
}


/*h4.sub-heading::before {
	display:inline-block;
	content:"";
	width:2%;
	padding:1% 0;
	height:1%;
	border-top:1px solid var(--dark-gray);
}*/

figure.image-strip, figure.image-strip img {
	height:25vw!important;
	margin:0;
}

button {
   width: auto;
   height:  auto;
   padding: 2% 5%;
   border:  none; 
}

#short-gallery {
	overflow:hidden;
}

#short-gallery,#short-gallery img {
	height:10vw;
	width:100%!important;
}

#short-gallery img  {
	height:40vw!important;
	object-fit:cover;
}


#gallery #thirdblock {
    width: 32.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #quarterblock {
    width: 25% !important;
    height: auto;
    margin: 0px;
    padding: 0;
    border: none;
}

#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

	#main ul {
		padding-left:5%;
	}
	
#main ul {
		padding-left:5%;
		margin-left:auto;
		margin-right:auto;
		width:auto;
	max-width:50vw;
		text-align:left!important;
	}
	
#breadcrumb {
	margin-top:5%;
	}
	
}