/* 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: 40vw;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery img {
    width:  100%;
    height: 40vw;
    object-fit: cover;
}

#gallery #page {
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}  

#gallery #page div.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:12%;
}

#gallery #page div.right {
	right:0;
	position:absolute;
	top:30%;
	
}

#gallery #page div.left {
	position:absolute;
	left:0;
	top:30%;
}

#gallery #page div:not(#gallery div div) {
	z-index:2;
}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

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;
}


#quarterblock.circle {
	border-radius:50%;
	color:white;
	width: 12.5vw!important;
    height: 12.5vw!important;
	padding: 2vw;
	margin-left:2vw;
}

#quarterblock.circle h3 {
	font-size:1.3vw;
	margin:1vw 0;
}

 #quarterblock.circle a {
	 font-size:1vw;
 }
 
 #quarterblock.circle i {
	 font-size:2vw;
 }
 
 
 /*#fullblock.cover-image {
	 background-image:url("assets/left-triangle-green.jpg");
	 background-repeat:no-repeat;
	 background-size:100%;
 }*/
 
 
  #fullblock.cover-image #twothirdsblock {
	  z-index:3;
	  position:relative;
  }
 
  #fullblock.cover-image span strong{
	color:var(--green);
	font-size:2.2vw;
 } 

#quarterblock.circle h3:after {
	display:block;
	content:"";
	height:8px;
	margin-top:10%;
	border-top:2px dotted;
}


#main li {
	padding:5px;
}

	#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;
	}


#main.wall::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url('assets/buzz-networking-wall.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	z-index:-1;
	opacity:30%;
	
}

.tsicon img{
	max-width:220px;
	aspect-ratio:1;
	object-fit:cover;
}


#main {
	z-index:2;
	position:relative;
}

	
#thirdblock:has(#caption-strip) {
	overflow:hidden;
}
	
#caption-strip {
	z-index:2;
	position:relative;
	margin-top:-20%;
	text-transform:uppercase;
	text-align:left!important;
	background:#ffffffd9;
	border-radius:var(--rounded);
	padding: 5px 0;
	margin-left:-5%;
	margin-bottom:5%;
	width:59.5%!important;
}

#caption-strip span {
	font-size:2.3vw;
	margin-left:15%;
	font-weight:500;
	color:var(--orange);
}

.banner {
	max-width:80px;
	z-index: 5 !important;
    margin-right: -85px;
    margin-bottom: 200px;
}

.wp-block-column:has(figure.banner) figure:not(figure.banner) {
	z-index:-1;
	position:relative;
}

#text-wrapper {
	overflow:hidden;
	height:160px;
}

figure.banner {
	max-width:15%;
	z-index:1;
	position:relative;
	margin-bottom:-15%;
	margin-left:0.65%!important;
}


div #inset:has(img.ambassador) img.banner  {
	max-width:130px;
	margin-right:-135px;
}



.rounded {
	border-radius:5px;
}

.teal-section .wp-block-column:has(figure img) {
	margin-right:2vw;
	margin-top:2vw;
}
	
}