body {
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Papyrus';
  /* font-family: Avenir,Helvetica,Arial,sans-serif; */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* position: relative; */
  background-color: #19181A;
  color: rgba(250,177,98,.7);
  /* color: #fab162; */
  font-size: 18px;
  margin: 0;
}

.primary-heading, .secondary-heading, .tertiary-heading, .content-heading {
  color: #9ECE9A;
}

#event-blurb {
  color: rgba(250,177,98,.7);
}

#event-blurb:hover {
  filter: grayscale(100%);
}

.style-help-header {
  text-align: center;
}

.white-bg {
  margin-left: 10px;
  background: white;
}

u {
  text-decoration: underline;
}

input[type="number" i] {
  width: 62px;
}

input[id$=font_color] {
  width: 60px;
}

select[id$=font_size], input[id$=opacity] {
  width: 40px;
}

/* input[type="text" i] {
  width: 62px;
} */

table {
  margin: 0 auto;
  border-collapse: collapse;
}

table, th, tr, td {
  /* border: 1px solid; */
}

th, tr {
  border-bottom: 1px solid;
}

th, td {
  padding: 10px;
}

form, td {
  text-align: center;
  vertical-align: middle;
}

.image-cell {
  padding: 10px;
}

/* table {
  width:100%;
  border-collapse: collapse;
}
td.first{
  width:auto;
   border: 1px solid #000;
  }
 input[type="text"] {
     width: 100%;
     height:300px;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
} */

#title-container {
  text-align: center;
  margin: auto;
  position: relative;
}

.link {
  text-decoration: underline;
  /* border-bottom:rgba(250,177,98,.7) 1px solid; */
}
.link:hover {
  text-decoration: none;
  /* border-bottom: none; */
}

.meditation-image {
  max-height: 600px;
}

#journey-info {
  display: inline-block;
  font-size: 16px;
}

/* #txt > h2 {
  margin-top: 0;
  margin-bottom: 11px;
} */

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

.img-grid-item {
  position: relative;
}

.menu-img {
  width: 95%;
  display: inline-block;
}

#menu-img-2, #menu-img-4, #menu-img-6 {
  position: absolute;
  right: 0px;
}

.img-frame {
  position: relative;
  padding: none;
}

.thumbnail {
  height: 200px;
  width: auto;
  object-fit: cover;
}

.img-main-page {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.substitute {
  width: 100%;
  background-color: white;
  aspect-ratio: 3 / 2;
}

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

.post-link {
  height: 200px;
}

.no-picture {
  width: 300px;
  height: 300px;
}

.post-image {
  float: left;
  padding: 0px 25px 2px 0px;
  max-width: 700px;
  max-height: 500px;
  object-fit: cover;
}

.backdrop-container {
  position: relative;
}

.slide-image {
  position: absolute;
  object-fit: cover;
}

.overlay {
  position: absolute;
  height: 565px;
  width: 420px;
  background-color: rgba(250,177,98);
}

.blog-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.post-preview {
  display: flex;
  margin-bottom: 10px;
}

.post-preview-image-container {
  margin-right: 15px;
}

.post-preview-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.post-no-image {
  width: 200px;
  height: 200px;
  background-color: #F0EAD6;
}

.post-preview:hover .post-preview-image {
  filter: grayscale(100%);
}
.post-preview:hover > .post-preview-heading {
  filter: grayscale(100%);
}

.post-preview:hover .post-no-image {
  filter: grayscale(100%);
}

.img-frame:hover > .img-heading {
  display: inline;
  color: rgba(250,177,98);
  /* color: inherit; */
}

.img-frame:hover > .img-link {
  filter: grayscale(100%);
}

.img-text {
  top: 50px;
  right: 50px; 
}

.img-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
}

.img-heading-spi-dir {
  font-size: 160%;
}

#word-grid {
  position: absolute;
  top: 0px;
  left: 0px;
}


#first-column, #second-column {
  max-height: 593px;
}

#txt {
  font-size: 18px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.phrase {
  font-size: 30px;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: rgba(115, 115, 115, 0.8);
}

header {
  /* border-bottom: 1px solid rgba(250,177,98,.7); */
  padding: 1em 0 2.5em 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1em;
}

#socmedia-container {
  display: flex;
  align-items: center;
}

#fb-blue {
  margin-right: 5px;
}

.nav-menu {
  display: none;
}

.nav-link {
  list-style: none;
}

.nav-menu.active {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 42px;
}

.nav-horizontal-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 16px;
  width: 100%;
  padding: 0;
}

.ham-container {
  padding-top: 5px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  right: 0;
}

/* #ham {
  display: flex;
  height: 40px;
  flex-direction: column;
} */

/* .line {
  width: 40px;
  height: 5px;
  margin-top: 5px;
} */

#ham {
  width: auto;
  height: 30px;
  background-color: rgba(250,177,98,.7);
}

#ham:hover {
  cursor: pointer;
  background-color: rgba(115, 115, 115, 0.8);
}

nav {
  /* padding-top: 1em; */
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  /* border-bottom: 1px solid rgba(250,177,98,.7);
  border-top: 1px solid rgba(250,177,98,.7); */
  margin-bottom: 1em;
}

.nav-item {
  padding-left: 24px;
}

#nav-els {
  padding: 0.2em 0 0 0;
}

#first-column {
  position: relative;
}

#second-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-right: 50px;
}

section {
  margin: 0 auto;
}

#slider-container {
  margin: 0 auto;
  width: 40%;
}

#slide-2, #slide-3, #slide-4 {
  display: none;
}

.img-link {
  object-fit: cover;
}


.txt-overlay {
  position: absolute;
  max-width: 256px;
  bottom: 140px;
  left: 25%;
}

#portrait {
  margin-left: 50px;
}

#welcome-and-audio-container {
  display: flex;
}

#welcome-message-container > h2 {
  /* margin: 5px 5px 0 0; */
  margin: 0;
}

  /* #welcome-message-container {
    justify-content: right;
  } */

#welcome-audio {
  margin: 2px 0 0 5px;
  width: 120px;
}

.big-word {
  font-size: 32px;
  font-weight: bold;
}

.medium-word {
  font-size: 16px;
  font-weight: bold;
  padding-right: 0.5em;
}

#page-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#all-but-footer {
  /* min-height: 100vh; */
  flex: 1;
}

footer {
  bottom: 0;
  font-size: 12px;
}

.preceding-list {
  margin-bottom: 0;
}

.following-list {
  margin-top: 0;
}

#txt > p {
  margin: 0;
}

#meditations-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meditation {
  padding: 0 1em 1em 1em;
  margin: 1em 0;
  width: 250px;
  border: 0.5px solid;
  border-color: inherit;
}

.meditation > audio {
  width: 200px;
}

.caption {
  background-color:antiquewhite;
  color:#19181A;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.mr-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  }
  
.mr-img {
  height: 200px;
  width: 300px;
}
  
.mr-img-heading {
  position: absolute;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 190%
}

nav {
  display: none;
}

#logo {
  font-size: 36px;
  color: #9ECE9A;
}

h2 {
  font-size: 1em;
}

#by-rev-wayne {
  position: absolute;
  top: 85%;
  right: 10%;
}

.slide-image {
  width: auto;
  height: 600px;
}

#part-one {
  margin-bottom: 2em;
}

#part-two {
  clear: both;
}

#guided-meditation-wrapper {
  clear: both;
}

#cdsldrcntnr {
  /* display: block;
  position: relative;
  right: 0; */
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
} */

.gallery-image-odd, .gallery-image-even {
  margin-bottom: 1em;
}

.gallery-image {
  width: auto;
  height: 300px;
}

.landscape {
  width: auto;
  height: 300px;
}

.portrait {
  width: 300px;
  height: auto;
}

/* .floating-caption {
  font-size: 0.8em;
} */

.youtube-video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youtube-video {
  width: 277.5px;
  height: 156px;
  padding: 0.5em;
}

.video-caption {
  width: 277.5px;
  text-align: center;
  margin: 0;
}

.video-caption-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 480px) {
  #page-wrap {
    width: 460px;
    margin: 0 auto;
  }
  nav {
    display: none;
  }

  #logo {
    font-size: 48px;
  }

  .slide-image {
    width: auto;
    height: 600px;

  }

  .image-wall {
    display: flex;
    justify-content: center;
  }
  
  .youtube-video {
    width: 370px;
    height: 208px;
  }

  .video-caption {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  #page-wrap {
    width: 700px;
    margin: 0 auto;
  }

  .img-heading {
    font-size: 300%;
  }

  .img-heading-spi-dir {
    font-size: 240%;
  }

  nav {
    display: none;
  }

  #logo {
    font-size: 64px;
  }

  h2 {
    font-size: 1.2em;
  }



  #part-one {
    /* height: 600px; */
    /* display: flex; */
    margin-bottom: 2em;
    /* justify-content: space-between; */
  }

  .gallery-image-odd {
    display: flex;
    /* justify-content: space-between; */
  }
  
  .gallery-image-even {
    display: flex;
    flex-direction: row-reverse;
    /* justify-content: space-between; */
  }

  .text-wall {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    
  }

  .floating-caption {
    max-width: 280px;
  }

  #ministry-page-container {
    display: flex;
  }

  .floated-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .video-caption-container {
    display: block;
    /* align-items:flex-start; */
  }

  .youtube-video-container {
    flex-direction: row;
    /* align-items: flex-start; */
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .youtube-video {
    padding: 0;
  }

  .video-caption {
    width: 370px;
    text-align: left;
    font-size: 0.75em;
  }
}

@media screen and (min-width: 1024px) {
  #page-wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .slide-image {
    width: auto;
    height: 600px;
  }

  .ham-container {
    display: none;
  }

  .img-heading {
    font-size: 400%;
  }

  .img-heading-spi-dir {
    font-size: 320%;
  }

  nav {
    display: block;
  }

  #logo {
    font-size: 96px;
  }

  h2 {
    font-size: 1.5em;
  }

  .landscape {
    width: auto;
    height: 600px;
  }
  
  .portrait {
    width: auto;
    height: 600px;
  }

  .youtube-video {
    width: 560px;
    height: 315px;
  }

  .video-caption {
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  #page-wrap {
    width: 1200px;
    margin: 0 auto;
  }

  #img-grid-item {
    width: 500px;
  }

  #welcome-message-container {
    display: flex;
    justify-content: space-between;
  }
}