/* 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;
	margin-left: 0%;
}  

#gallery #page {
	height: auto;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

#gallery img {
    width:  100%;
    height: 40vw;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #fullblock {
	margin: 10% auto 0 auto;
}

#gallery #fullblock #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 #main #fullblock:nth-of-type(2) #fullblock #twothirdsblock {
	padding: 1vw 0;
}

#front #main #fullblock:nth-of-type(1) #fullblock #twothirdsblock span strong, #front  #main #fullblock:nth-of-type(3) #fullblock #twothirdsblock span strong {
	font-size: 2vw;
	display:block;
}

#front #main div {
	text-align: left!important;
	vertical-align:middle;
}
	
#front #main button {
	border-radius: var(--circular)!important;
	border: 1px solid white!important;
}

#front  #main #fullblock:nth-of-type(1) #fullblock #twothirdsblock , #front  #main #fullblock:nth-of-type(1) #fullblock #thirdblock {
	padding: 1% 0;
}

#front #main #fullblock:nth-of-type(1) #fullblock #thirdblock button {
	width: 35%;
	padding: 1.2vw 0;

}


#front #main #twothirdsblock span{
	vertical-align:middle;
}

#front #main #fullblock:nth-of-type(2) #fullblock #twothirdsblock button {
	padding: 1vw;
	margin: 0 2%;
}

#front #main #fullblock #fullblock #quarterblock {
	height: auto;
	width: 24.5%!important;
	margin-bottom: 2%;
}

#front #main #fullblock #fullblock #quarterblock img {
	object-fit: cover;
	height: 12vw;
	width: 96%;
}

#front #main #fullblock:nth-of-type(3) #fullblock #twothirdsblock:nth-of-type(1) {
	margin-bottom: 5%;
}

#front #main #fullblock:nth-of-type(3) #fullblock #thirdblock:nth-of-type(2){
	position:absolute;
	left:0;
}

#front #main #fullblock:nth-of-type(3) #fullblock button {
	padding: 1vw 0;
	width: 50%;
}

#front #main #fullblock:nth-of-type(3) #fullblock button i {
	margin-left: 5%;
	border:0px solid black;
}

#front #main #fullblock:nth-of-type(3) #fullblock #twothirdsblock:nth-of-type(3) {
	margin-left: 35%;
	margin-bottom:3%;
}

#front #main #fullblock:nth-of-type(3) #fullblock #halfblock:nth-of-type(4) {
	position:absolute;
	left: 18%;
}

#front #main #fullblock:nth-of-type(3) #fullblock #halfblock:nth-of-type(4) button {
	border:none!important;
	padding:0;
	width: 100%;
	text-align:left;
}

#front #main #fullblock:nth-of-type(3) #fullblock #halfblock:nth-of-type(4) button i {
	margin-left: 5%;
	font-size:
}

	
#front #main #fullblock:nth-of-type(3) img:not(img.background) {
	height:50vw;
	object-fit:cover;
}
	

#front #main #halfblock {
	width: 49%;
}

#front #main #fullblock:nth-of-type(4) #inset {
	padding-top:5%;
	padding-bottom:5%;
}

#front #main #fullblock:nth-of-type(4) div {
	text-align:center!important;
}


#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

}