body.home header.main {
  height:100vh;
}
header.main div.nav {
  position: absolute;
  top:0;
}
div#mc-logo {
    display: none;
}
.background.background-video {
    z-index: 1;
}
.background {
  z-index: 0;
}
.main .intro {
  z-index: 2;

}
body.home header.main div#home-hero div.featured-header .featured-content {
  max-width: 1200px!important;
 text-align: center;
 position: relative!important;
}
body.home main#main-content {
  padding-top: 0;
}
body.home a.down-arrow:hover {
  background: rgba(255, 255, 255, .5);
}
.intro.has-header-logo .text {
       justify-content: center;
}
.header-logo-container {
display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 900px;
    column-gap: 2rem;
    align-items: center;
}
.intro.has-header-logo .header-logo-container .container {
    text-align:left;
}
.centered-bullets ul li {
  padding:0;
}
.centered-bullets ul li::before  {
      position: relative;
      margin-right: 20px;
}
/*=== EVENTS on Homepage ===== */
body.home .events {
    color: #fff;
    padding: 90px 60px 100px;
}
.blue-cta.fullwidth.events .container {
    max-width: 900px;
    padding: 0 30px;
    margin: auto;
}
.blue-cta.fullwidth.events h2 {
    text-align: center;
    color: #fff;
    margin-bottom:0;
}
.blue-cta.fullwidth.events .diamond hr {
margin: 2em auto;
}
body.home .events .event-container {
    display: grid;
    grid-template-columns: 1fr 1fr;

    /*  ================ use this for when there is only one day
  of events on the calendar, so it all appears in one column
   ================ */
    grid-template-columns: 1fr ;
    max-width: 600px;
    /* ================
    end one day of events information 
    =================    */

    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

body.home .event-content {
    display: block;
}
body.home .event {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
body.home .events .event {
    text-align: center;
   /* flex: 1 1 30%;*/
}

body.home .events .event .event-description, body.home .events .event .event-description p {
    font-size: 1rem;
    line-height: 1.5rem;
        padding-left: 0
}

body.home .events .event .event-date {
    border-bottom: 1px solid #c99700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
}
body.home .events .event .event-name h3, body.home .events .event .event-description h3 {
    color: #fff;
    text-transform: unset;
    margin: 0 0 .25rem;
    font-size: 1.5rem;
}
body.home .events .event .event-content .event-description h3:after {
  content:none;
}

.testimonial.default.photo img {
    border-radius: 100%;
  }


/*==== end EVENTS on Homepage ====*/

/*====== NEWS ---------_*/
  .container.news {
    padding-top: 0!important;
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2em;
        position: relative;
        text-align: left;
  }
  .container.news .article-content {
    padding: .25rem 0;
    text-align: center;
}
.container.news article a {
    color: #0c2340;
    transition: all .2s;
}
  .container.news .article-content span.date {
    padding-bottom: .5rem;
    border-bottom: 1px solid #c99700;
    display: inline-block;
    margin-bottom: 1rem;
}
.container.news h3 {
    color: #0c2340;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    transition: all .2s;
}
.container.news article a:hover h3 {
    color: #c99700;
}
    .container.news .article-image {
        height: 270px;
    }
.container.news article a:hover .article-image img {
    transform: scale(1.05);
}
.container.news .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

section.bottom .container .contact-info p.footer-logo {
  max-width: 120px;
  margin:0 auto 20px;
}
/* -- blue info boxes */
.info-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 0 0 0 -50vw;
  position: relative;
}

.diamond-pattern-sides {
background-color: #0c2340;
padding: 50px 100px;
color:#fff;
margin-bottom:1rem;
position:relative;
}
.diamond-pattern-sides:before, .diamond-pattern-sides:after {
  content: '';
    background: url(https://www.mc.edu/200.mc.edu/application/files/5217/1769/3384/left-diamond-pattern.svg);
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:100px;
    background-repeat: repeat-y;
}
.diamond-pattern-sides:after {
  left:unset;
  right:0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  
}
.diamond-pattern-sides a {
  color:#69B3E7;
}
.diamond-pattern-sides.celestial {
  background-color: #69B3E7;
  color: #0c2340;
}
.diamond-pattern-sides p, .diamond-pattern-sides h2, .diamond-pattern-sides h3,.diamond-pattern-sides h4, .diamond-pattern-sides.celestial li:before { 
  color:#fff!important;
}
.diamond-pattern-sides.celestial p, .diamond-pattern-sides.celestial h2, .diamond-pattern-sides.celestial h3,.diamond-pattern-sides.celestial h4 { color:#0c2340!important;}
.diamond-pattern-sides h2 {
  font-size:2rem;
}
.diamond-pattern-sides.celestial p, .diamond-pattern-sides.celestial li {
  /*font-size: 1.2rem;
  line-height: 2rem;*/
}
.diamond-pattern-sides.celestial li {
  margin-bottom:10px;
}

.header-logo-container {
  margin-bottom:30px;
}

@media screen and (max-height: 700px) {
  .header-logo-container {
    margin-bottom:20px;
  }
  img.header-logo {
    max-width: 300px !important;
}
}

@media screen and (min-width: 800px) {
  body.home header.main div#home-hero div.featured-header p {
      color: #fff;
      font-size: 1.25rem;
      line-height: 2.0rem;
  }
}
@media screen and (max-height: 640px) {
  .header-logo-container {
    margin-bottom:20px;
  }
  img.header-logo {
    max-width: 280px !important;
}
body.home header.main div#home-hero div.featured-header .featured-content {
  padding: 10px 30px 20px;
}
body.home header.main div#home-hero div.featured-header p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
}
@media screen and (max-height: 510px) {
  img.header-logo {
    max-width: 230px !important;
}
}
div.intro-paragraph p {
  font-family: psfournier-std, serif;
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
}
@media (min-width: 901px) { /*this targets browsers over 900px wide */
  body.with-header-image .intro .text .container, div.page-template-landing .intro .text .container {
      max-width: 1200px;

  }
}
.intro.has-header-logo .text {
  padding: 5rem 3rem;
}
.intro.has-header-logo .header-logo {
  margin-bottom: 2.75rem;
}

/*first gallery, that's 1 row*/
.first-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 1rem !important;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 0 0 0 -50vw;
  padding: 1rem 0;
}


.first-gallery div,.image-gallery div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.first-gallery div img, .image-gallery div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 200ms;
}
.first-gallery div:before, .image-gallery div:before {
  padding-top: 100%;
  position: relative;
  display: block;
  content: '';
}

.image-gallery {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 0 0 0 -50vw;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 1rem !important;
  grid-template-areas: 
    "photo1 photo1 photo2 photo2 photo3 photo3"
    "photo4 photo4 photo4 photo5 photo5 photo5"
    "photo6 photo6 photo7 photo7 photo8 photo8"
   ; 
}
.image-gallery div {
  height:440px;
}
.photo1 { grid-area: photo1; }
.photo2 { grid-area: photo2; }
.photo3 { grid-area: photo3; }
.photo4 { grid-area: photo4; }
.photo5 { grid-area: photo5; }
.photo6 { grid-area: photo6; }
.photo7 { grid-area: photo7; }
.photo8 { grid-area: photo8; }
.photo9 { grid-area: photo9; }
.photo10 { grid-area: photo10; }

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
}


  @media (max-width: 900px) { /*this targets browsers that are less than 900px wide*/
     body.home a.down-arrow {
display: none;
  }

  .header-logo-container {
    grid-template-columns: 1fr;
    column-gap: 1rem;
}
    .intro.has-header-logo .header-logo {
      max-width: 300px!important;
      margin:2em auto 1.75em
  }
  .intro.has-header-logo .text {
   
      padding: 3em 5em 3em 5em;
  }
  .info-container {
    grid-template-columns: 1fr;
   }
   .diamond-pattern-sides.celestial {
    order: 2;
   }
      .image-gallery, .first-gallery {
        grid-template-columns: 1fr 1fr !important;
      }
      div.image1, div.image2,div.image3 , div.image4,
      div.photo1,div.photo2 ,div.photo3,div.photo4,div.photo5,div.photo6,
div.photo7 ,div.photo8,
div.photo9, div.photo10 {margin-bottom:10px!important;}

.image-gallery {
  grid-template-areas:
        "photo1 photo2"
        "photo3 photo4"
        "photo5 photo6"
        "photo7 photo8"
        "photo9 photo10";

}
      
    .image-gallery div {
      height:220px;
    }
    .intro.has-header-logo .header-logo {
      margin-bottom: 1.25rem;
      max-width: 270px!important;
    }
    .intro.has-header-logo .text {
      padding: 2rem;
  }
  .intro .text .container p, .intro .text .container h2 {
    font-size: 1.125rem;
  }
body.home .events .event-container {
     grid-template-columns: 1fr;
}
  .container.news {
        grid-template-columns: 1fr;
        padding: 0 !important;;
  }

.diamond-pattern-sides {
  padding: 50px;

}
  .diamond-pattern-sides:before, .diamond-pattern-sides:after {
      left:-54px;
  }
  .diamond-pattern-sides:after {
    left:unset;
    right:-54px;
   
  }

  .testimonial.default.photo .ccm-block-testimonial {
    grid-template-columns:1fr!important
  }
  
  }