@charset "UTF-8";

html {
  min-height: 100%;
  ` min-width: 100%;
}

body {
  font-family: "adriane", serif;
}

a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
}

button {
  color: black;
  cursor: pointer;
  margin-bottom: 10px;
}

footer {
  bottom: -30px;
  left: 0;
  right: 0;
  color: #1B1464;
  padding-top: 10px;
  padding-right: 30px;
  text-align: right;
  position: sticky;
  width: 100vw;
  background-color: #91a0b6;
}

img.modalPic {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}

video {
  width: 100%
}

a:hover, .link:hover {
  text-decoration: underline;
  opacity: .7;
  cursor: pointer;
}

a:hover{color: #e07627;}

button:hover {
  background-color: #9e785a
}

p.titleHeader {
  padding-top: 0
}

h2.titleHeader {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img{
  max-width: 100%;
  /* margin-left: -16px; */
  margin-top: 10px;
  border-radius: 20px;
}

.sRecordings audio{
  margin: 0 0 20px 0;
}

.sRecordings{
  background-color: rgb(255, 255, 255, .75);
  bak
}

.container-fluid{background-color: #91a0b6;}

.material_icons_outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.headr {
  background-color: #000000a8;
  background-blend-mode: hue;
  color: white;
  background-position: center;
  background-position-y: -230px;
  border-radius: 40px;
  margin: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-height: -webkit-calc(100vh + 30px);
  min-height: -moz-calc(100vh + 30px);
  min-height: calc(100vh + 30px);
  backdrop-filter: blur(10px);
}

.container {
  width: 75%;
  margin: auto;
  max-width: 1030px;
  background-image: url("../gary_bkg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  /* background-color: rgb(255, 255, 255, 0.5); */
}

.announcement {
  text-align: center;
  padding: 1rem;
}

.titleHeader {
  text-align: center;
  font-family: sans-serif;
  padding: 1rem;
}

audio{margin-top: 20px;}

.imgwpr {
  display: flex;
  flex-flow: column;
  text-align: center;
  font-family: sans-serif;
}

.auctionItemsDiv {
  /* background-color: rgb(255, 255, 255, 0.5); */
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 1rem;
  padding: 1rem;
}

.auctionItemsDiv .eachItem {
  background-size: contain;
  background-repeat: no-repeat;
  height: 120px;
  background-color: white;
  background-position: center;
  border-radius: 1rem;
  margin: .5rem;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0 left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #d6d9d8;
  margin: 1% auto;
  padding: 20px;
  width: 100%;
  display: block;
  max-width: 600px;
}


.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  float: none;
  text-align: right;
  width: 100%;
  display: inline-block;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content img {
  max-height: -webkit-fill-availables;
  width: 100%;
}

.modalPic:hover {
  opacity: 0.5
}

.lgscreen {
  display: none;
}

.smscreen {
  display: flex;
}

.smscreen .title_wrds h2 {
  transform: rotate(-10deg);
}

.locationDiv {
  display: inline-block;
  background: #21212180;
  /* background-image: url("../img/mo-commerical-building.jpg"); */
  padding: 1rem;
  border-radius: 1rem;
  color: white;
  font-size: 1rem;
  border: 1px solid;
}

.locationDiv span {
  font-size: 3rem
}

.title_img img {
  width: 90%
}

.title {
  width: 70%;
}

.title_img {
  text-align: center;
  display: inline-block;
  padding: .5rem;
}

.title h1 {
  font-family: 'Kalam', cursive;
}

.title_wrds, .title_img {
  pad
}

.title_wrds h2 {
  font-family: 'Kalam', cursive;
  background: linear-gradient(125deg, #56411f, #484d4f);
  border-radius: 1rem;
  padding: 1rem;
  border: 2px solid white;
  transform: rotate(25deg);
  font-size: 1.25rem;
  box-shadow: inset 0 0 10px white;
  max-width: 250px;
  text-shadow: 1px 1px black;
}

.title_wrds h2::before {
  background: none;
  border: 2px solid black;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  pointer-events: none;
  border-radius: .9rem;
}

.row1 {
  position: relative;
  text-align: center;
  align-items: center;
  padding: 1rem;
  z-index: 5;
  justify-content: space-around;
}

.sRecordings{
  padding-top: 30px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
}

img.logo {
  width: 60px
}

.hidden {
  display: none;
}

.story_btn {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background-color: #9593a399;
}

.line_v {
  width: 95%;
  border-radius: 50%;
  height: 2px;
  background-color: var(--gray);
  margin: auto;
}

.itemsList {
  background-color: rgb(255, 255, 255, 0.50);
  padding: 20px;
  border-radius: 20px;
  /* margin: 10px; */
  text-align: center;
}


.po_rel {
  position: relative;
  margin-top: -50px;
}

.cheesecake_bkgrnd {
  /* background-image: url('/dustinrambo/img/ozark_cheesecake.jpeg'); */
  background-position: center;
  background-size: cover;
  /* background-color: #ffffff5c; */
  background-blend-mode: hue;
  /* box-shadow: inset 0 0 20px black; */
  margin-left: -15px;
  margin-right: -15px;
  padding: 1rem;
  /* min-height: 650px; */
}

.top_left_bk, .top_right_bk {
  position: absolute;
  z-index: 0;
  top: 1rem;
  width: 100%;
  border-radius: .5rem;
  opacity: .8;
  text-align: center;
  width: 100%;
}

.top_left_bk img, .top_right_bk img {
  width: 100%;
  border-radius: .5rem;
}

.program-titles {
  text-decoration: underline;
  font-weight: bold;
}

.poem{
  text-align: center;
  padding: 30px 10px 20px 10px ;
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  margin: auto;
}

#actiontrackchair {
  margin: 0 -20px -20px -20px;
  text-align: center;
}

#youth_logo img {
  width: 80px;
}

#program {
  text-align: center;
}

.link {
  color: black;
  text-decoration: underline;
}

@media only screen and (min-width: 576px) {
  .btnAra {
    grid-template-columns: repeat(2, 1fr);
  }

}
.container{
  /* background-image: url("../charlottebkg1.jpg"); */
  width: 100%;
  min-height: 1600px;
}

@media only screen and (max-width:650px) {
    .container{
        background-position: -600px;
    }
    body{
        min-height: 100vh;

    }


}


@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;

  }


  .lgscreen {
    display: flex;
  }

  .smscreen {
    display: none;
  }

  /* .cheesecake_bkgrnd {
    background: none;
    box-shadow: none;
  } */

  .title_wrds h2 {
    font-size: 2rem;
  }

  /* .top_left_bk, .top_right_bk {
    width: 30%;
    top: 6rem;
    transform: rotate(-10deg);
    opacity: .75
  } */

  .top_left_bk {
    left: 2rem;
  }

  .top_right_bk {
    right: 2rem;
    transform: rotate(9deg);
    top: 9rem;
  }

  footer {
    /* position: absolute; */
  }
}
