/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  /*   background-image: url(https://source.unsplash.com/2600x1200?city); */
  /* background-image: linear-gradient(#0006, #0006), url(/img/hugging.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  height: 5000px;
  background-attachment: fixed;
  background-position: -25%; */
}

body, html {
  height: 100%;
}



/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
/* ==========================================================================
SOUPÇON SALON CUSTOMIZATIONS
========================================================================== */
.averia-serif libre-light {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
}

.averia-serif libre-regular {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif libre-bold {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.averia-serif libre-light-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: italic;
}

.averia-serif libre-regular-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: italic;
}

.averia-serif libre-bold-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: italic;
}

.hero {
  background: linear-gradient(#0006, #0006), url(/img/open-mic.jpg);
/*   background-image: url(https://source.unsplash.com/2600x1200?city); */
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
/*   background-color: #eee; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
}

.hero-inner {

/*   text-align: center; */
  padding: 0 1.5rem;
}

.hero-inner .hero-headline {
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-shadow: #FC0 1px 0 10px;
  font-size: 2em;
}

/* animation settings */
.hero-inner .hero-headline {
  width: 49ch;
  /* animation: typing 10s steps(50), blink .5s step-end infinite alternate; */
  animation: typing 6s steps(49);
  white-space: nowrap;
  overflow: hidden;
  /* border-right: 3px solid; */
  /* font-family: monospace;
  font-size: 2em; */
}

@keyframes typing {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 0;
    opacity: 1
  }
}

/* @keyframes blink {
  50% {
    border-color: transparent
  }
} */

.quote h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: .5em;
}
.quote h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-inner h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  text-shadow: #FC0 1px 0 10px;
  animation: fadein 9s ease-in;
  text-align: right;
  padding-right: 10px;
}


main {
 padding: 10em;
}

@media (max-width: 800px) {
  main {
    padding: 10em 2em 2em 2em;
  }
}
@media (min-width: 800px) {
  main {
 padding: 10em;
  }
}

.emergent_strategy {
  /* mix-blend-mode: multiply; */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
/*   background-color: #eee; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
}

.critical_connections {
  /* The image used */
  /* background-image: url("img_parallax.jpg"); */
  background: linear-gradient(#0006, #0006), url(/img/hugging.JPG);
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20em;
}

.trust {
  /* The image used */
  background: linear-gradient(#0006, #0006), url(/img/meeting.JPG);
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_top_bar {
  width: 200%;
  height: 15%;
  background-color: inherit;
  position: absolute;
  top: 0px;
  z-index: 5;
}

.section_bottom_bar {
  width: 200%;
  height: 15%;
  background-color: inherit;
  position: absolute;
  bottom: 0px;
  z-index: 5;
}

.item {
  width: 200px;
  margin: 50px auto;
  max-height: 250px;
  padding: 75px 20px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  background: red;
}

.item span {
  display: block;
  font-size: 1rem;
}

.belief {
  flex: 1;
  height: 100%;
  display: block;
  position: relative;
}

.critical_connections_quote {
  background-color: #b39bab;
}

.trust_quote {
  background-color: lightblue;
}

.belief_img {
  flex: 1;
  background-color: none;
  height: 100%;
  background-color: #b39bab;
  opacity: .25;
}

.belief .quote {
  position: absolute;
  bottom: 15em;
  left: 7em;
  margin: auto;
  width: 300px;
  padding-top: 45%;
  z-index: 10;
}

/* Reset some default styles for better consistency */
html {
  scroll-behavior: smooth;
}

body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
  line-height: 1.6;
}

header {
 box-sizing: border-box;
 position: fixed;
 top: 0px;
 left: 0;
 right: 0;
 color: #fff;
 padding: 30px 60px 10px 60px;
 /*  padding: 20px 60px; */
 text-align: left;
 background-color: #0d0e06;
 font-size: 14px;
 display: grid;
 grid-template-columns: 1fr 2fr;
 letter-spacing: 3px;
 align-items: center;
 z-index: 100;
}

/* animate header 
header {
  animation-duration: 2s;
  animation-delay: 0s;
  animation-name: slidedown;
  animation-iteration-count: 1;
  animation-direction: normal;
}
*/

@keyframes slidedown {
  0% {
    top: -95px;
  }

  50% {
    top: -95px;
  }

  100% {
    top: 0;
  }
}

nav {
  text-align: right;
  margin-top: 10px;
}

main {
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: fadein;
  animation-iteration-count: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navigation-socials-desktop {
  text-align: center;
}

nav ul {
    list-style-type: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin: 0px 5px;
}

/* section {
    padding: 2em;
} */

.main-section {
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

/* Add styles for other sections and elements as needed */

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
}
h1 {
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
  letter-spacing: 1px;
  font-size: 3rem;
  width: auto;
}
h2 {
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
  font-size: 2.5rem;
  padding-top: 30px;
}
h3 {
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
  font-size: 2rem;
}
a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 1px 0;
  margin: 0 10px;
  transition: all 0.15s ease-in-out;
}

section a {
  text-decoration: underline;
  color: #0d0e06;
  text-transform: none;
  transition: all 0.15s ease-in-out;
}

#footer a {
  text-decoration: underline;
  color: #fff;
  text-transform: none;
  margin: 0 0 1rem 0;
  transition: all 0.15s ease-in-out;
}

.responsive {
  width: 100%;
  height: auto;
}

.hov-color-red:hover {
   color: #ff765a;
   /* color: #fabd64; */
}
.hov-color-green:hover {
  color: #61a098;
}
.hov-color-blue:hover {
  color: #5acbff;
}
.hov-color-orange:hover {
  color: #d6964e;
}

.wide {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 60px 60px 60px;
  min-height: 100vh;
}

#home {
  background-color: #0d0e06;
  /* background-image: url("ThoseLooks-band.jpg"); */
  /* position: relative; */
}

#home p {
  color: white;
  text-align:center;
}

#footer {
  background-color: #0d0e06;
  color: #fff;
  /* background-image: url("ThoseLooks-band.jpg"); */
  /* position: relative; */
}

#fanclub {
  background-color: #d6964e;
}
#music {
  background-color: #ff765a;
  /* background-color: #fabd64; */
}
#shows {
  background-color: #61a098;
}
#videos {
  background-color: #5acbff;
}

#music sub {
  display: block;
  margin: auto;
  width: 50%;
  padding-top: 1.5em;
}

.logo a {
  color: #FFFFFF;
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
  font-size: xx-large;
  text-transform: none;
}

.albums {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.video {
    margin: 10px 10px 150px 10px;
    flex: 1 0 300px; /* Flexbox properties for responsiveness */
    color: white;
}

.video h3 {
  margin-bottom: 0.2em;
  margin-top: 0.1em;
}

.video a {
  color: white;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Media query for iPhone devices */

@media only screen and (max-device-width: 956px) {
  /* Styles specific to iPhone devices */

  .responsive {
    width: 100%;
    height: auto;
    /* margin-top: 8em; */
  }

  .cropped {
    width: 360px;
    height: 215px;
    object-fit: cover;
    object-position: 75% 75%;
  }

  .wide {
    box-sizing: border-box;
    width: 100%;
    padding: 200px 20px 60px 20px;
    min-height: 100vh;
  }

  #form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 250px;
	float: left;
	left: 50%;
	position: relative;
  margin-top:30px;
	margin-left: -160px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.newsletter-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.newsletter-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	/* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
  font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #5acbff;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}

.submit:hover {
	color: #5acbff;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

/* ==========================================================================
   EVENT CALENDAR CARD GRID
   ========================================================================== */
   * { box-sizing: border-box; }

   .calendar {
     padding: 10em;
     height: 100vh;
   }

   .calendar h1 {
     font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
     line-height: 2;
     font-size: 2.5rem;
     color: #333;
   }

   #calendar .cal-container h2 {
     font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
     line-height: 1.5;
     font-size: 1.5rem;
     color: #333;
   }

   .zine h1 {
     font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
     line-height: 1.5;
     font-size: 2rem;
     color: #CCC;
   }

   .calendar h2 {
     font-family: "Averia Serif Libre",Georgia,Times,Times New Roman,serif;
     line-height: 1.2;
     font-size: 1.5rem;
     color: #333;
   }

   .calendar section {
     max-width: 1040px;
     margin: 0 auto;
     padding: 60px 10px;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
   }

   .grid-wrapper {
     max-width: 45rem;
     margin-left: auto;
     margin-right: auto;
     padding: 0 1rem;
   }

   .soup-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 16rem), 1fr));
     grid-gap: 1rem;
   }

   .soup-grid .card--image {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     padding: 0;
     margin: 0;
   }

   .card {
     display: flex;
     flex: 0 1 calc(33.3% - 1em);
     flex-direction: column;
     justify-content: space-between;
     background: #f1f1f1;
     background: radial-gradient(ellipse at center, #ffffff 0%,#f2f2f2 50%);
     margin-bottom: 40px;
     overflow: hidden;
     border-bottom: 3px solid #d80000;
     box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
   }
   @media screen and (min-width: 630px) and (max-width: 1039px) {
     .card {flex: 0 1 calc(50% - 1em); }
     .calendar { padding: 2em;}
   }
   @media screen and (max-width: 629px) {
     .card {flex: 0 1 calc(100%); }
     .calendar { padding: 1em;}
   }
   .card--image {
     display: block;
     width: 100%;
     overflow: hidden;
     border-bottom: 3px solid #d80000;
     padding: 0;
     margin: 0;
   }
   .card--image img {
     display: block;
     width: 100%;
     transition: all 0.3s ease-in-out;
   }
   .card--image img:hover { transform: scale(1.1); }




/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
  AUTO GRID
  Set the minimum item size with `--auto-grid-min-size` and you'll
  get a fully responsive grid with no media queries.
*/
.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 16rem), 1fr));
  grid-gap: 1rem;
}


/* Presentational styles */

.collection-grid {
  padding: 1rem;
}

.auto-grid li {
  position: relative;
  padding: 6rem 0rem;
  margin: 0;
  /* text-align: center; */
  /* background: hsl(338,81%,41%); */
  border: 1px solid #ccc;
  color: #ffffff;
  list-style-type: none;
  background-size: cover;
}

.card--heading {
  padding: 0 10px;
  width: 100%;
  display: block;
  color: #FFC;
  text-shadow: #FC0 1px 0 10px;
  font-size: 2em;
  line-height: 1em;
}

.card--heading:hover {
  padding: 0 10px;
  width: 100%;
  display: block;
  color: #ccc;
  text-shadow: none;
  background-color: #333;
}

.card--date {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: #0d0e06;
  color:  #CCC;
  font-size: 18px;
  margin: 0;
  padding: .5rem;
  align-self: flex-end;
  text-align: center;
  border: 1px solid #ccc;
}

.card--snippet {
  background-color: yellow;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 15px !important;
  flex: 1 1 auto;
}

.card--link {
  width: 35%;
  font-size: 12.5px;
  background: #d80000;
  color: #FFF;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
  margin: 0;
}

.event--past .card--link, .event--past .card--date {
  background: #f9243f; color: #fff;
}

.event--future .card--link, .event--future .card--date {
  background: #0d0e06; color: #184984;
}

.event--past, .event--past .card--image {
  border-bottom: 3px solid #f9243f;
}

.event--future, .event--future .card--image {
   background-color: #b3d4fc;
}

.event--past {
  display: none;
}


h1.light {
  color: #CCC;
}

/* Presentational styles */

.collection-grid {
  padding: 1rem;
}

.auto-grid li {
  position: relative;
  padding: 6rem 0rem;
  margin: 0;
  /* text-align: center; */
  /* background: hsl(338,81%,41%); */
  border: 1px solid #ccc;
  color: #ffffff;
  list-style-type: none;
  background-size: cover;
}

.card--heading {
  padding: 0 10px;
  width: 100%;
  display: block;
  color: #FFC;
  text-shadow: #FC0 1px 0 10px;
  font-size: 2em;
  line-height: 1em;
}

.card--heading:hover {
  padding: 0 10px;
  width: 100%;
  display: block;
  color: #ccc;
  text-shadow: none;
  background-color: #333;
}

.card--date {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: #0d0e06;
  color: #CCC;
  font-size: 18px;
  margin: 0;
  padding: .5rem;
  align-self: flex-end;
  text-align: center;
  border: 1px solid #ccc;
}

.card--snippet {
  background-color: yellow;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 15px !important;
  flex: 1 1 auto;
}

.card--link {
  width: 35%;
  font-size: 12.5px;
  background: #d80000;
  color: #FFF;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
  margin: 0;
}

.event--past .card--link,
.event--past .card--date {
  background: #f9243f;
  color: #fff;
}

.event--future .card--link,
.event--future .card--date {
  background: #0d0e06;
  color: #fff;
}

.event--past,
.event--past .card--image {
  border-bottom: 3px solid #f9243f;
}

.event--future,
.event--future .card--image {
  box-shadow: 3px 3px 4px #0b8ec8;
}

/* ==========================================================================
   EVENT CALENDAR CARD GRID
   ========================================================================== */
* {
  box-sizing: border-box;
}

.calendar {
  padding: 10em;
  height: 100vh;
}

.calendar section {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-wrapper {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.soup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 16rem), 1fr));
  grid-gap: 1rem;
}

.soup-grid .card--image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

.card {
  display: flex;
  flex: 0 1 calc(33.3% - 1em);
  flex-direction: column;
  justify-content: space-between;
  background: #f1f1f1;
  background: radial-gradient(ellipse at center, #ffffff 0%, #f2f2f2 50%);
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 3px solid #d80000;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 630px) and (max-width: 1039px) {
  .card {
    flex: 0 1 calc(50% - 1em);
  }

  .calendar {
    padding: 2em;
  }
}

@media screen and (max-width: 629px) {
  .card {
    flex: 0 1 calc(100%);
  }

  .calendar {
    padding: 1em;
  }
}

.card--image {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #d80000;
  padding: 0;
  margin: 0;
}

.card--image img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.card--image img:hover {
  transform: scale(1.1);
}

.cal-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
  grid-gap: 1.5rem;
  /* To define the gap between rows/columns */
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: none;
  /* For contrast */
  color: #fff;
}

.cal-card {
  /* This will come in handy later to center the contents */
  position: relative;
}

.cal-card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.cal-card .event-date {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #184984;
}

.cal-card .event-type {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #184984;
}

.event-details h3 {
  margin-bottom: 0rem;
  font-size: 1rem;
  color: #A8A8A8;
}

.event-details img {
  padding: 2rem 0rem 2rem 0rem;
}

.event-details p {
  margin: 0;
  padding: 0;
}

.cal-card .event-details {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

.cal-card p {
  font-size: 1.25rem;
}

.cal-card .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  text-align: left;
  border-radius: 0rem;
  background-color: none;
  border-top: 1px solid white;
  border-width: thin;
  padding-left: 10px;
}



.blog-post {
    margin-top: 2.5rem;
}

.section div, p, ul, ol {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 10px 0 10px 0px;
}

.blog-post img {
    width: 100% !important;
    height: auto;
}

h1 img {
    width: 100% !important;
}

.container {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr;
}

.container section {
    width: 100%;
    flex: auto;
}

@media (min-width: 1024px) {

    .container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 1rem;
        }

    .blog-teaser {
        margin: 1.5rem 0 1.5rem 0;
    }

    .blog-list {
        border-left: 1px solid #bbb;
        margin-top: 3.5rem;
    }

    .logo a {
        color: #FFFFFF;
        font-size: xx-large;
        /* text-transform: none; */
    }
}

#calendar {
  color: #0d0e06;
}

#calendar p img {
  height: 100px;
}

section blockquote {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding: 3rem;
}

section#calendar p{
  font-size: 2rem;
  font-style: monospace;
}

@media (max-width: 800px) {
  section blockquote {
    padding: 1rem;
  }
}

@media (min-width: 800px) {
  section blockquote {
    padding: 3rem;
  }
}

footer {
   text-align: center;
}