/* 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) {

#whiteoverlay {
	background: linear-gradient(90deg, rgb(221 212 212 / 0%) 0%, rgb(255 255 255 / 25%) 0%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	bottom: 0%;
} 

#gallery {
    width: 100%;
    height: 32vw;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery img {
    width:  100%;
    height: auto;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    left: 25%;
    bottom: 0;
	z-index: 4;
}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

#gallery #halfblock button {
	margin: 2% 0;
	border-radius: var(--circular);
	padding: 15px 60px;
}

button {
   width: auto;
   height:  auto;
   padding: 2% 5%;
   border:  none; 
}

#gallery #quarterblock button {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: var(--rounded);
	padding: 20px 35px 40px 35px;
	rotate: 270deg;
	position: fixed;
	right: -0.9vw;
	bottom: 8vh;
}

#gallery #thirdblock {
    width: 32.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #quarterblock {
    width: 25% !important;
	height: 30vh;
    margin: 0px;
    padding: 0 0;
    border: none;
	z-index:4;
	position: absolute;
	right: -2vw;
	bottom: 2vh;
	rotate: 0deg;
}




#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#front #fullblock #sixthblock{
	padding: 1.5vw 1vw;
}


#front #fullblock #sixthblock{
	border: 10px solid var(--light-blue);
	margin: 1.5%;
}



}