@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800&display=swap');

.roboto-slab {
  font-family: 'Roboto Slab', serif;
}

/*books section covers */
.grid--3>img {
  max-width:60%;
  padding-bottom:0.875rem;
}

.custom-hero-button {
  background-color:#6A93B4 !important;
  color: white;
}

.custom-hero-button:hover {
  background-color: #515D89 !important;
}

/* custom colors */
.custom-color--maroon {
  color: #4E3247;
}

.custom-color--orange {
  color: #C07349;
}

.custom-color--mint {
  color: #73968E;
}

.custom-color--purple {
  color: #575C87;
}

.custom-color--gold {
  color: #C59158;
}

.custom-color--lavender {
  color: #515D89;
}

.custom-color--umber {
  color: #944224;
}

.custom-color--sphere {
  color: #04091F;
}

/* custom font styles */

.custom-heading {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: 3.5rem;
}

.project-feature-text {
  font-size: 1rem;
}

.expert-card__title.meta.meta--default {
  color:white;
}

.foundation-sponsors {
  text-transform: small-caps;
  font-family: 'crimson pro', serif;
  font-size: 1rem;
  font-weight: 550;
  line-height: 170%;
}

.cato-club-sponsors {
  text-transform: small-caps;
  font-family: 'crimson pro', serif;
  font-size: 0.875rem;
  font-weight: 550;
  line-height: 120%;
}

.article-title__heading {
  font-size: 1.125rem !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em
}

.side-quote {
  z-index: 1;
  line-height:110%;
  margin: 0.5rem;
}

.custom-pullquote {
    font-family: 'Roboto Slab', serif;
    color: white;
    font-weight: bold;
}

.fat-links {
  font-weight: 900;
}

.sphere-speakers {
  z-index:500;
  margin:10%;
}

.quote-attribution {
  text-align: right;
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
}

article > h2, h3, h5 {
  font-family: 'Roboto Slab', serif;
}

.custom-subtitle {
  font-size: 4rem;
  line-height: 100%;
  font-weight: 700;
}

.leadership-profiles {
  font-family: 'crimson pro', serif;
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin: 1rem 0.25rem;
  text-align: center;
}

.custom-lead-large {
  float: left;
  margin: 0 0.75rem 0.75rem 0;
  font-size: 6rem;
  font-weight:900;
  line-height:100%;
}

.custom-lead {
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 4.25rem;
  font-weight:900;
  line-height:100%;
}

.small-headings {
  font-variant: small-caps;
  font-weight: 700;
  font-size: 1.75rem;
}

/* circles */
.translucent-circles {
  width: 200px;
  height: 200px;
  padding: 0.5rem;
/* From https://css.glass */
background: rgba(255, 255, 255, 0.20);
border-radius: 50%;
box-shadow: -50px -50px 0px rgba(255, 255, 255, 0.10);
position: absolute;
}

.translucent-circles-large {
  width: 500px;
  height: 500px;
background: rgba(255, 255, 255, 0.80);
border-radius: 50%;
box-shadow: -50px -50px 0px rgba(255, 255, 255, 0.20);
position: absolute;
z-index: -5;
}

.translucent-circles-gold {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 350px;
  height: 350px;
  padding: 1.25rem;
background: rgba(179, 153, 81, 1);
border-radius: 50%;
box-shadow: -50px -50px 0px rgba(0, 0, 0, 0.10);
position: absolute;
}

.orange-circle {
  width: 250px;
  height: 250px;
  padding: 1rem;
background: #C07349;
border-radius: 50%;
position: absolute;
transform: translate(-20%,-95%);
color: white;
}

.white-circle, .white-circles {
background: rgba(255,255,255,0.85);
border-radius: 50%;
position: absolute;
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
}

.translucent-circles-lavender {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 300px;
  height: 300px;
  padding: 1.25rem;
background: rgba(81, 93, 137, 0.15);
border-radius: 50%;
box-shadow: 100px 0px 0px rgba(81, 93, 137, 0.05);
position: absolute;
transform: translate(-70%,0%);
z-index: -2;
}

.translucent-circles-blue {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 300px;
  height: 300px;
  padding: 1.25rem;
background: rgba(176,183,190,0.7);
border-radius: 50%;
box-shadow: 100px 0px 0px rgba(81, 93, 137, 0.05);
position: absolute;
transform: translate(-70%,0%);
z-index: -2;
}



/* shadows and custom background styles */
.feature-overlay {
  box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.80);
  padding: 1.25rem;
}

.feature-overlay-dark {
  box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.80);
  padding: 1.25rem;
}


/* custom spacer */

.spacer--jumbo--all {
  margin:30%;
}

.cato-book-padding {
  padding-top: 15px;
}

.zone-overlay {
    background: linear-gradient(270deg, rgba(179, 153, 81, 1), rgba(115, 143, 173, 1));
    background-size: 400% 400%;
    -webkit-animation: heroAnimation 6s ease infinite;
    -moz-animation: heroAnimation 6s ease infinite;
    animation: heroAnimation 6s ease infinite;
}

@-webkit-keyframes heroAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes heroAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes heroAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.logo-shine {
    background: linear-gradient(238deg, #bb8732, #f4b45c, #ffffff, #f2c365, #bb8732);
    background-size: 1000% 1000%;

    -webkit-animation: catoLogo 15s ease infinite;
    -moz-animation: catoLogo 15s ease infinite;
    animation: catoLogo 15s ease infinite;
}

@-webkit-keyframes catoLogo {
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}
@-moz-keyframes catoLogo {
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}
@keyframes catoLogo {
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}