body {
  font-size: 14px;
}
h2 {
  padding: 20px;
  margin: 0;
  padding-left: 0;
}
h3{
  padding: 0px;
  margin: 0;
  padding-left: 10px;
}
.imgholder:hover {
  filter: grayscale(.8);
}
body.graphic-design_2025 .imgholder:hover {
  filter: grayscale(0);
}
.imghover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.imgholder::after {
  position: absolute;
  top: 0;
  background-color: aqua;
  right: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: overlay;
}
.imgholder:hover .imghover {
  opacity: 1
}
header#gd {
  width: 100%;
  height: 80px;
  background-color: #9befe2;
}
body.show-2025_2025 .site-header.g-12-default, .g-12-default {
  padding-right: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 0px;
  padding-left: 10px;
  width: 100vw;
  box-sizing: border-box;
}
.close {
  display: none;
}
.etime {
  display: block;
  font-weight: 100;
}
.imgholder p {
  padding-left: 10px;
  text-align: left;
}
h1.title {
  padding-left: 10px;
margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}


  .imgholder {
    width: 100vw;
    height: 100vw;
  }
	
	.intro {
  padding: 10px;
  column-count: 1;
  width: 100vw;
  column-gap: 10px;
  box-sizing: border-box;
}
	.wp-block-buttons {
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50%;
}
.wp-block-button {
  color: #fff;
  background-color: black;
  border-radius: 0px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  width: 100%;
  text-align: center;
  padding: 12px;
  font-weight: bold;
box-sizing: border-box;
}
	
.main_title {
  width: 100vw;
  padding-left: 10px;
  display: none;
  box-sizing: border-box;
}
body.mobile .main_title {
  display: block;
}
.main_title h2 {
  margin: 0;
  margin-bottom: 10px;
}
.main_title p {
  margin: 0;
}
body.show-2025_2025 .main_title {
  display: none;
}
.intro {
    padding: 10px;
    column-count: 3;
    width: 100vw;
    column-gap: 10px;
    box-sizing: border-box;
  }
  p {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
  }
  .wp-block-buttons {
	 display: flex;
    flex-direction: row;	  
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
	  gap: 10px;
	  top: 105px;
  }
  .wp-block-button {
    color: #fff;
    background-color: black;
    border-radius: 0px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-weight: bold;
	  box-sizing: border-box;
  }
  .wp-block-button:hover {
	  background: hsl(45 100% 70);
	  color: black;
}
.wp-block-button a{
	color: white;
	text-decoration: none;
	
}
a#menu{
	position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 10px;
}
@media only screen and (max-width: 600px) {
	.intro {
    padding: 10px;
    column-count: 1;
    width: 100vw;
    column-gap: 10px;
    
}
	.wp-block-buttons {
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    gap: 10px;

}
}
	
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .imgholder {
    width: 33.3vw;
    height: 33.3vw;
  }
  body.show-2025_2025 .imgholder {
    width: 50vw;
    height: 50vw;
  }
  body.show-2025_2025 .site-header.g-12-default, .g-12-default {
    grid-template-columns: repeat(6, 1fr);
  }
	
  
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .imgholder {
    width: 33.3vw;
    height: 33.3vw;
  }
  body.show-2025_2025 .imgholder {
    width: 33.3vw;
    height: 33.3vw;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .imgholder {
    width: 33.3vw;
    height: 33.3vw;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .imgholder {
    width: 33.3vw;
    height: 33.3vw;
  }
}