@charset "UTF-8";
/* CSS Document */


header{
background-color:#ADBBA0;
}

.tx_head{
	color:#41898B;
	font-family: Anton;
}

.bg_box{
background: #DFE8D4;
}

.text_bx{
color:#DA7DBE;
font-family: Baskervville;
}

.text_sm{
color:#41898B;
font-family: Anton;	
}

.btn_clr{
color:#DA7DBE;
text-decoration: none;
font-family: Anton;
}

.foot_text{
color:#41898B;
text-decoration: none;
font-family: Anton;		
}

.footer_icon{
color:#41898B;
}

footer{
background-color:#ADBBA0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
}

.gallery img {
  width: 95%;
  display: block;
  margin-bottom: 12px;
  break-inside: avoid;
  object-fit: cover;
}

.work-img {
  width: 40%;
}