html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #660000;
    background: linear-gradient(45deg, rgb(255, 221, 153, 0.8), rgb(255, 212, 128, 0.8));

    
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

#wrapper {
    min-height: 100%; 
    height: 100%;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    
}

#container {
    min-height: 100%; 
    height: 100%;
}

.branding {
    padding: 3px;
    padding-top: 37px;
}

#page-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.stage-img {
    box-shadow: 0px 2px rgb(204 204 204 / 0.6);
}

.stage-img-dp{
    box-shadow: 0px 2px rgb(204 204 204 / 0.6);
    max-width: 100%;
    padding: 30 0 30px 30px;
}

.content-body {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 6px;
    line-height: 21pox;
}

@media only screen and (max-width: 768px) {
  #page-wrapper {
    margin-left: 2px!important;
    margin-right: 2px!important;
  }
}

#footer {
    height:30px;
}

h1, h5, h6 {
  text-transform: uppercase;
  overflow-wrap: break-word;
}

h1.page-heading {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 26px;
  margin-bottom: 15px;
}

h2 {
    font-weight: bold;
    font-size: 28px;
}

h3 {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

h4 {
    font-weight: bold;
    font-size: 17px;
}

h6 {
    margin-top: 20px;
    margin-bottom: 9px;
}

strong {
  font-weight: bold;
}

p {
  margin: 1.6em 0;
}

p.indent{
    padding-left: 5%;
}

a {
  color: #cd2516;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #660000;
}

a:hover, a:active {
  outline: 0;
}

a.home {
    display: block;
    margin: .3em 0 .15em;
    font-size: 1.3em;
    line-height: 1.1em;
}

.subhead {
    margin-left: .2em;
    text-transform: uppercase;
    font-size: 86%;
    opacity: 0.7;
    line-height: 1.3em;
    text-rendering: optimizelegibility;
}

.responsive-img {
  width: 100%;
  height: auto;
      background: #6f4242;
    border-radius: 2px;
       padding: .25em .25em;
}



}
.floatleft{
    background: #6f4242;
    border-radius: 2px;
    width: 30%;
    position: relative;
    padding: .25em .25em;
    float: left;
    margin-right:15px;
}

.icon-img {
  width: 150px;
  height: auto;
}

.icon-img-left {
  width: 150px;
  height: auto;
  float: left;
  padding-right: 20px;
}
.subhead-left {

  float: left;

      margin-left: .2em;
    text-transform: uppercase;
    font-size: 86%;
    opacity: 0.7;
    line-height: 1.3em;
    text-rendering: optimizelegibility;
}

.icon-img-right {
  width: 150px;
  height: auto;
  float: right;
  padding-right: 20px;
}

.feature-wrap>small {
    display: none;
    visibility: hidden;
}

.map-container {
    position: relative;
    padding-bottom: 31.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 2px rgb(204 204 204 / 0.6);
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 2px rgb(204 204 204 / 0.6);
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-body {
    min-height: 400px;
}

.poem {
    text-align: center;
    padding: 10px 15px 0px 15px;
}

.photo {
    background: #fff;
    border-radius: 2px;
    width: 30%;
    position: relative;
    margin: 1em auto;
    padding: 1em 1em;
}

.floatleft{
    background: #6f4242;
    border-radius: 2px;
    width: 30%;
    position: relative;
    padding: .25em .25em;
    float: left;
    margin-right:15px;
}
.floatright{
    background: #6f4242;
    border-radius: 2px;
    width: 30%;
    position: relative;
    padding: .25em .25em;
    float: right;
    margin-right:15px;
}
  
.box {
    margin: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    background-color: lightgoldenrodyellow;
    border: 2px solid saddlebrown;
}


