@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poiret+One&family=Roboto+Slab:wght@100;300&family=Roboto:wght@100;300&family=Roboto+Condensed:wght@100;300;400;700&display=swap');
body{
  margin: 0;
  padding: 0;
  background:#58f;
  color: white;
  text-align: center;
  display: grid;
  /*grid-template-rows: 500px 500px 700px 500px 500px;*/
  grid-template-columns: 1fr;
  font-family: "Roboto Slab", serif;
  font-weight: light;
}
#announce p, #appeal p{
  width: 100%;
  max-width: 500px;
  font-size: 14pt;
  font-family: "Roboto Slab", serif;
  font-weight: light;
  margin: 25px auto;
} 
.first-paragraph::first-letter {
  /*color: #58f;
  background-color: white;
  border-radius: 2px;
  box-shadow: 3px 3px 0 #58f;
  font-size: 250%;
  padding: 6px 3px;
  margin-right: 6px;
  float: left;*/
}
.fundBlurb{
  width: 100%;
  max-width: 500px;
  font-size: 14pt;
  font-family: "Roboto Slab", serif;
  font-weight: light;
  margin: 25px auto;
}
#backdrop{
  z-index:-100;
  grid-row: 1/2;
  grid-column: 1/2;
}
#logo{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 35px;
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0 auto;
  padding: 0;
}
.icon{
  width: 200px;
  margin: 0 auto;
}
#top{
  margin: 0;
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
#announce{
  grid-row:2/3;
  grid-column: 1/2;
  padding: 25px 0;
}
#fund{
  color: black;
  background: white;
  padding: 30px 0;
  display: grid;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
#fundAreas{
  width: 80%;
  grid-row:3/4;
  grid-column: 1/2;
  display: grid;
  grid-template-areas:
  "SPgroup SPdesc"
  "TEdesc TEgroup"
  "Tgroup Tdesc"
  "CNdesc CNgroup";
  background: white;
  font-family: "Roboto Slab", serif;
  font-weight: light;
  justify-self: space-around;
  align-items: center;
  grid-gap: 50px 0;
}
#appeal{
  grid-row:5/6;
  grid-column: 1/2;
  background: #79b;
  padding: 45px 0;
}
#bottom{
  grid-row:6/7;
  grid-column: 1/2;
  background: #333;
}
#TEgroup{
  grid-area: TEgroup;

}
#Tgroup{
  grid-area: Tgroup;
}
#SPgroup{
  grid-area: SPgroup;
}
#CNgroup{
  grid-area: CNgroup;
}
#TEdesc{
  grid-area: TEdesc;

}
#Tdesc{
  grid-area: Tdesc;
}
#SPdesc{
  grid-area: SPdesc;
}
#CNdesc{
  grid-area: CNdesc;
}
.NewmanFundHeading{
  font-size: 3rem;
  font-family: "Roboto Slab", serif;
  font-weight: light;
}
.iconTitle{
  font-family: "Poiret One", serif;
  font-size: 1.75rem;
}
.areaDesc{
  font-family: "Poiret One", serif;
  font-size: 1.5rem;
  background: #eee;
  width: 250px;
}
.iconGroup{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 200px 25px;
  justify-self: center;
  align-items: center;
}
#bottom{
  min-height: 200px;
  padding: 45px;
  z-index: 1000;
}
#announce a{
  color: #bdf;
}
#bottom a,#appeal a{
  color: #bdf;
}
#NCLogo{
  width: 64px;
  opacity: 35%;
}
.sectionHeading{
  font-size: 3rem;
}
.socialMedia{
  height: 32px;
  
}
#media{
  display: flex;
  width: 128px;
  opacity: 35%;
  margin: 25px auto;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
#media a{
  flex: 1;
}




#carousel{
  overflow: hidden;
  height: 300px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  /*background:rgb(160, 210, 250);*/
  font-family: 'Fjalla One', sans-serif;
  grid-row: 4/5;
}
.carousel-background{
  background: red;
  background-image: url('images/paint filter.png');
  background-size: cover;
  background-position: center;
  grid-row: 1/2;
  grid-column: 1/2;
  height: 110%;
  width: 110%;
  margin: -5% -5%;
  filter: grayscale(40%) blur(6px) contrast(80%);
}
.carousel-tile{
  margin: 0 auto;
  background: lightblue;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 400px;
  height: 200px;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  justify-content: center;
  align-items: center;
  transform: rotateY(0deg);
  /*transform: scale(.8);*/
  background: #333;
  border-radius: 20px;
  filter: grayscale(25%);
  background-position: bottom;
}
.carousel-title{
  grid-row: 1/2;
  grid-column: 1/4;
  z-index: 2;
  font-size:2rem;
  /*color: #9cf;*/
}
.carousel-text{
  grid-row: 2/4;
  grid-column: 1/3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  /*color: #ade;*/
  font-weight: 300;
  text-align: left;
  padding-left: 25px;
}
.carousel-honoree{
  grid-row: 4/5;
  grid-column: 1/3;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  /*color: #ade;*/
  font-weight: 100;
  text-align: left;
  padding-left: 20px;
}
.carousel-image{
  grid-row: 1/5;
  grid-column: 3/5;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
}


.countdownClock{
  font-size: 2.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.countdownClock div{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.countdownClock div div:first-of-type{
  font-weight: 400;
}

.countdownClock div div:last-of-type{
  font-weight: 300;
  font-size: 0.8rem;
}

.countdownClock .cdDays div:first-of-type{
  font-weight: 700;
}

.countdownClock .cdMinutes div:first-of-type{
  font-weight: 300;
}

.countdownClock .cdSeconds div:first-of-type{
  font-weight: 100;
}
