/* styling for all of the Salt Spring Artist collection web pages Brian Smallshaw 03.2026*/

/*@import url('https://fonts.googleapis.com/css2?family=Engagement&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica+SC&display=swap');

html {
  scroll-behavior: smooth;
}

.centred-page-title h1, .centred-page-title h2 {
  /* font-family: "Engagement", cursive; */
  font-family: "IM Fell DW Pica SC", serif;
  color: rgb(210, 92, 3)
}	
.centred-page-title h1 {
  font-size: 3em;
  font-weight: 370;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -0.3em;
}	
.centred-page-title h2 {
  font-size: 2em;
  font-weight: 320;
  font-weight: 400;
  font-style: italic;
}

.gallery img {
  margin-right: 0px;
}
.gallery a {
  /* overide the basic stylesheet max-width because of longer captions */
  max-width: 160px;
  width:160px;
  height: 230px;
}

.link-tile {
  display: inline-block;
  float:left;
  border: 1px solid #eae8e8;
  border: 1px solid #c4c4c4;
  background-color: white;
  height: 120px;
  width: 134px;
  border-radius: 0.8rem;
  margin: 12px 0 0 12px;
  box-shadow:1px 1px 8px 1px rgb(172, 172, 172);
  transition: box-shadow 0.15s ease;
}
.link-tile a {
  text-decoration:none;
}
.tile-caption {
  position:relative;
  top: 7px;
  left: 12px;
}
.link-tile h2 {
  /* font-family: "Oswald", sans-serif;
  font-optical-sizing: auto; */

  /* font-family: "Barlow Condensed", sans-serif;
  font-weight: 500; */

  /* font-family: "Engagement", cursive; */
  font-family: "IM Fell DW Pica SC", serif;
  font-weight: 900;

  font-size: 1.5em;
  font-style: normal;
  margin: 0 2em 0 0;
  color: #ea3c03;
  text-shadow: 0 0 6px #cdd2cd;
  transition: color 0.25s ease;
}
.link-tile:hover {
  /* border: 1px solid #E89105;
  border: 1px solid #da2802; */
  box-shadow:1px 1px 8px 1px rgb(232, 145, 5);
  transition: box-shadow 0.15s ease;
}
.link-tile:hover h2 {
  color: #F9B01E;
  transition: color 0.25s ease;
}

.about-project {background: white url("images/ssi-south-end-map.jpg") -2px -2px/104% no-repeat ;}
    .about-project {scroll-margin-top: 20px; /* hits the bottom of the page, but in any case, the title is visible */}
.sophie-king {background: white url("images/2005009010.jpg") -4px -14px/104% no-repeat ;}
.maud-weaver-bridgman {background: white  url("images/Shoreline.jpg") -2px 0px/128% no-repeat;}
.ssi-artists {background: white url("images/trage-painting-crop.jpg") -2px -2px/104% no-repeat ;}
.sophie-king-gallery {background:  white url("images/sophie-king-sculpture-crop.jpg") -2px -2px/104% no-repeat ;}
.maud-weaver-bridgman-gallery {background:  white url("images/nancy-braithwaite-beach-crop.jpg") -2px -2px/104% no-repeat ;}


/* for the button to return to the Salt Spring Artists home page */

/* #saltspring-artists-collection-logo {
  /* background-color: blue; 
  position: fixed;
  top: 104px;
  left: 8px;
  z-index: 10;
}
#saltspring-artists-collection-logo img {
  width: 75px;
}
#saltspring-artists-collection-logo img:hover {
  filter: drop-shadow(1px 1px 2px rgb(232, 145, 5));
} */
