/* dotgothic16-regular - latin_latin-ext */

html{
    background: rgb(4,22,43);
    background: radial-gradient(circle at top, rgb(146, 221, 211) 17%,  rgb(255, 255, 255) 25%);
    height: auto;
}

body{
    max-width: 90rem;
}


/******************Grrrls Chor Page***********************************/
#gcnavi{
  margin-bottom: 2rem;
}
#gcnavi li{
  font: 2.0rem 'Karantina', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color:#ed1e79;
  display: block;
  padding: 0.5rem;
  margin: 0 1rem;
}

.gc-bigimg{
  z-index: -1;
  width: 100%;
}
.gcp-title{
  position: absolute;
  z-index: 3;
  margin: calc(var(--gcbigimgheight)/5.5) 0 0 1rem;
  text-transform: uppercase;
  transform: skew(0deg, -11deg) translate(0, -50px);
}
#gc-cornerleft{
  border-top: calc(var(--gcbigimgheight)/4) solid rgb(255, 255, 255);
  border-right: calc(var(--gcbigimgheight)*1.25) solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
}
.gcphr{
  border: none;
  border-top: 1px dotted #333!important;
  height: 1px!important;
  overflow: visible;
  text-align: center;
  background: none;
  width: 50%;
  margin: 4rem auto;
}
hr.gcphr::after {
  background: center center no-repeat #ffffff00 url('../../images/gcstar.svg');
  content: "";
  padding: 0 10px;
  position: relative;
  display:inline-block;
  width: 18px;
  height: 18px;
  background-attachment: contain;
  top: -10px;
}

.gc210 a h3{
  font-size: 1.6rem;
}

.amt05 p{
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.gcgrid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gc-portfolio-div{
  grid-column: 1 / 13;
}
.gc-poster-div{
  grid-column: 2 /4;
}
.gc-poster-div img{
  padding: 1rem;
  border: 1pt dotted black;
}
.gc-video-div{
  grid-column: 1 / 5;
}
.gc-text-div{
  grid-column: 5 / 13;
}

#portfolio{
  margin-bottom: 4rem;
}

@media screen and (max-width: 40rem) {

  :root{
    --gcbigimgheight: 300px;
  }
  .gcgrid{
    grid-template-columns: 100%;
  }

  .gc-portfolio-div{
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .gc-poster-div{
    grid-column: 1 / 2;
    grid-row: 3;
    width: 70%;
    margin: 1rem auto 0;
  }
  .gc-video-div{
    grid-column: 1 / 2;
    grid-row: 3;
  }
  .gc-text-div{
    grid-column: 1;
    grid-row: 2;
  }
  .gcphr{
    grid-column: 1 / 2;
  }
  .gcp-title{font-size:2.1rem; margin-top: calc(var(--gcbigimgheight)/4.5)}
}

@media screen and (max-width: 25rem) {
  :root{
    --gcbigimgheight: 200px;
  }
  .gcp-title{
    font-size: 1.8rem;
    margin-left: 0;
    transform: skew(0deg, -11deg) translate(0, -50px);
  }
  .gc-bigimg{padding-top:1rem;}
  .gc-portfolio-div{padding-top: 2rem;}
}

@media screen and (min-width: 60rem) {
  .gc210{
    grid-column: 2 / span 10!important;
  }

  .gc210 a h3{
    font-size: 1.8rem;
  }

  #gcnavi{
    margin-bottom: 3rem;
  }
  #gcnavi li{
    padding: 1rem;
    margin: 0 2rem;
    display: inline-block!important;
  }
}