@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');



/* background */

#ccbackground {
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f0d6dc' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



/* header container */

#headercontainergrid {
  margin-top: 34px;
  margin-bottom: -32px;
  height: 193px;
  display: grid;
  grid-template-columns: 33.2% 67%; /*columns widths*/
  place-items: center;
  max-width: 1102px;
    margin-right: 20px;
}

#headercontainer {
  width: 100%;
  height: 138px;
  text-align: center;
  background-color: #F8F8F8;
  
  border: 4px solid #F5EBED;
  border-radius: 16px 16px 0px 0px;
  border-bottom: 0px;
  
}



/* body container */

#bodycontainergrid {
  display: grid;
  grid-template-columns: 33.2% 67%; /*columns widths*/
  margin-left: -5px;
  max-width: 1102px;
  margin-right: 20px;
}



/* sidebar container */

#sidebarcontainergrid{
  display: flex;
  flex-direction: column;
  margin-right: -58px;
  align-items: center;
}

#sidebar {
  width: 55%;
  background-color: #F8F8F8;
  border: 4px solid #F5EBED;
  border-radius: 16px;
  margin-bottom: 26px;
  padding-bottom: 11px;
}



/* main container */
#bodycontainer {
  width: 100%;
  text-align: center;
  background-color: #F8F8F8;
  
  border: 4px solid #F5EBED;
  border-top: 0px;
  border-radius: 0px 0px 16px 16px;
  margin-bottom: 40px;
}



/* cursor */

body {
  /* cursor: url("pinkarrowcursor.png"), default; */
  cursor: url('custom content images/pinkarrowcursorlight.png'), auto;
}

a:hover, button:hover { 
  cursor: url("custom content images/pinkarrowcursordark.png"), auto;
  
}

.auto {
    cursor: url("custom content images/pinkarrowcursorlight.png"), auto;
}


/* elements */

.ccbody{
  margin: 0;
  padding: 0;
}

footer {
  /* affects all */
}


/* header text */

h1{
  font-family: "Literata", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 2%;
  color: #8A5579;
  margin-top: 63px;
  margin-bottom: 0px;
}

h2{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 15%;
  color: #8A5579;
  margin-top: 0px;
  
  background-color: #F5EBED;
  display: block;
  padding: 9px 5px;
  border-radius: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

h3{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 3%;
  color: #8A5579;
  text-align: center;
  margin-top: 0px;
  
  background-color: #F5EBED;
  display: block;
  padding: 7px 5px;
  border-radius: 16px 16px 0px 0px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0px;
}

h6 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3%;
  color: #ADADAD;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 15px;
}

p{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1%;
  color: #8A5579;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 158%;
  margin-bottom: 8px;
}

.pbold p{
  font-weight: 600;
  text-align: left;
}

.pgreyedout{
  color: #CFB7C7;
}

.filterbutton {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1%;
  color: #8A5579;
  margin-left: 19px;
  margin-top: 15px;
  line-height: 158%;
  margin-bottom: 0px;
  text-align: left;
  appearance: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 1px 11px 1px 11px;
}

.filterbutton:hover, .filterbuttonactive {
  background-color: #F0D6DC;
  border-radius: 16px;
  padding: 1px 11px 1px 11px;
}

/* sidebar buttons */

.buttonlink {
  background-color: #F5EBED;
  /* border: 1px solid #F0D6DC; */
  border-radius: 7px;
  display: block;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
  box-shadow: 4px 4px 0px 0px #F0D6DC;
  text-decoration: none;
}

.buttonlink:hover {
  background-color: #F5EBED;
  /* border: 1px solid #F5EBED; */
  box-shadow: 4px 4px 0px 0px #CFB7C7

}

.buttontextbig {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1%;
  color: #8A5579;
  text-align: center;
  display: block;
}

.buttontextbiggrey {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1%;
  color: #CFB7C7;
  text-align: center;
  display: block;
}

.buttontextlittle {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1%;
  color: #8A5579;
  text-align: center;
}

.buttontextlittlegrey {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1%;
  color: #CFB7C7;
  text-align: center;
}


/* responsive grid for content */

.gallerygrid {
  --min: 23ch;
  --gap: 1.2rem;
  padding: 60px 80px 80px 80px;

  display: grid;
  grid-gap: var(--gap);
  /* min() with 100% prevents overflow
  in extra narrow spaces */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}

/* images as links */

.galleryitem a{
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
   /*margin-bottom: -6px;*/
   line-height: 0;
}

.galleryitem a:hover{
  /*border: 5px solid #F0D6DC;*/
  transform: scale(1.04);
  transition: .5s;
}

.fit2grid img{
  width: 100%;
}
