/* 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: 50vw;
    position: relative;
    overflow: hidden;
    border: none;
} 
 

#gallery img {
    width:  100%;
    height: 52vw;
    object-fit: cover;
	z-index:1;
}

#gallery #overlay {
	z-index: 2;
	width: 100%;
	height: auto;
	position:absolute;
	bottom:0;
	top:0;
	
}

#gallery #page {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    left: 1%;
    bottom: 30%;
	z-index:3;
}

#gallery #halfblock button {
	padding: .9vw 3.5vw;
	margin-top: 15px;
	font-size:1vw;
}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

button {
   width: auto;
   height:  auto;
   padding: 2% 5%;
   border:  none; 
}


#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, #main ol {
		padding-left:0%;
		margin-left:auto;
		margin-right:auto;
		width:auto;
	max-width:50vw;
		text-align:left!important;
	}

	.wp-block-gallery.logo-gallery img {
	object-fit:contain;}
	
	
	
	.wp-block-table td  {
	border:0px!important;}
	
	.wp-block-columns.services-block img {
	width:50%;}
	
	.wp-block-columns.services-block .wp-block-column:not(.wp-block-columns.services-block .wp-block-column .wp-block-columns .wp-block-column) {
	margin-right:2%;}
	
	.wp-block-columns.services-block .wp-block-column:not(.wp-block-columns.services-block .wp-block-column .wp-block-columns .wp-block-column):last-of-type {
		margin-right:0;
	}
	
	.wp-block-cover.cover-image .wp-block-cover__inner-container {
	width:16.5%;
	position:absolute;
		bottom:20%;
		right:10%;
	}
	
	
	
	

	
}