/* 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, #short-gallery {
    width: 100%;
    height: 11vw;
    position: relative;
    overflow: hidden;
    border: none;
}

#long-gallery {
	width: 100%;
    height: 20vw;
    position: relative;
    overflow: hidden;
    border: none;
}

#overlay{
	position:relative;
	width:100%;
	height:100%;
	z-index:3;
}

#gallery #page, #short-gallery #page,  #long-gallery #page{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	height:100%;
}

#gallery #page #fullblock, #short-gallery #page #fullblock, #long-gallery #page #fullblock {
	z-index:4;
	position:relative;
}

#gallery #page #fullblock:nth-of-type(1), #short-gallery #page #fullblock:nth-of-type(1)  {
	margin-top: 5%;
}

#long-gallery #page #fullblock:nth-of-type(1) {
	margin-top:10%;
}

#gallery img {
    width:  100%;
    height: 40vw;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    left: 5%;
    bottom: 20%;

}

#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;
}

#front {
	background:white;
	padding-top:100px;
	padding-bottom:50px;
}

#front form {
	width:70%;
	margin: 0 auto 0 auto;
	overflow:hidden;
}

#front table {
	width:98%;
	padding:1%;
	margin: 0 auto 0 auto;
	overflow:hidden;
}

#front form td {
	padding:5px 0;
}

#front form table{
	border-spacing:2px;
}

#front form input[type="text"] {
	padding-top:15px;
	padding-bottom:15px;
	width:98%;
	border:1px solid var(--light-grey);
}

#front form input[type="button"] {
	padding:20px 10px;
	border-radius: var(--rounded);
	text-align:right;
}

#front form tr:nth-of-type(73){
	text-align:right;
}

#front form input[type="submit"] {
	padding: 20px 30px;
	border-radius:var(--rounded);
}

#main {
	background:white;
}


}