body.with-header-image header.main {
  height:100vh;
}
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: 80px;
}
body.home a.down-arrow:hover {
  background: rgba(255, 255, 255, .5);
}

section.page-layout .info-container .highlights-container
 {
    position: relative;
    width: unset;
    left: unset;
    right: unset;
    margin: unset;
    /* background: unset; */
    padding: unset;
    margin-bottom: 1rem;
}

.centered-bullets ul li {
  padding:0;
}
.centered-bullets ul li::before  {
      position: relative;
      margin-right: 20px;
}

section.bottom .container .contact-info p.footer-logo {
  max-width: 300px;
  margin:auto;
}
/* -- 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;
}
@media (max-width: 901px) {
  body.home a.down-arrow {
display: none;
  }
}
.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 {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 200ms;
}
.first-gallery div:before {
  padding-top: 100%;
  position: relative;
  display: block;
  content: '';
}





  @media (max-width: 900px) { /*this targets browsers that are less than 900px wide*/
    .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;
   }
       .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;}


    .intro.has-header-logo .header-logo {
      margin-bottom: 1.25rem;
      max-width: 270px!important;
    }
    .intro.has-header-logo .text {
      padding: 2rem;
      align-content: stretch;
      align-items: end;
  }
  .intro .text .container p, .intro .text .container h2 {
    font-size: 1.125rem;
  }
.diamond-pattern-sides {
  padding: 50px;

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

  }