gp-heading1 {
  color: #b43632;
  font-weight: bold;
  font-size: 200%;
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}

gp-heading2 {
  color: #b43632;
  font-weight: bold;
  font-size: 130%;
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
}

gp-heading3 {
  display: block;
  color: #b43632;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0;
}
/* gp-headingquote {
  display: block;
  color: #b43632;
  font-weight: bold;
  font-size: 100%;seas
  
  margin-bottom: 0;
} */

/* made a new centered version  JMP*/
gp-heading2center {
  color: #b43632;
  font-weight: bold;
  font-size: 130%;
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

/* changed to 52 from 58px because it now aligns properly to the two lines nnext to it  JMP*/
.gp-dropcap {
  float: left;
  font-size: 2.9em;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
  color: red;
  font-family: 'Times New Roman', Times, serif;
  text-shadow: gray 0.05em 0.05em;
}

/*These two are to allow type to sit on top of line to the lef t and to be centered-->*/
ul.demo {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* JMP put this here to color Gyftit in Gyftopedia*/
.gy-styled-name {
  color: #b43632;
  font-weight: bold;
}

ul.demo-centered {
  list-style-type: none;
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/*another option for smaller centered heading, JMP*/
ul.demo-centered-small {
  list-style-type: none;
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ========== Gyftopedia Index =============== */

.card-header {
  padding: 4px 2px 4px 4px;
}

.gy-intro-text {
  margin-bottom: 10px;
}

.gy-index-col {
  padding: 4px 6px 14px 6px;
  margin-bottom: 10px;
}

.gy-index-card {
  border-color: #7d9e87;
  box-shadow: 2px 2px 3px 2px #ccc;
}

.gy-index-head {
  background-color: #e4efe7;
}

.gy-index-head-text {
  font-size: 100%;
  font-weight: 900;
  /* margin-bottom: 4px; */
}

.gy-index-item {
  font-size: 90%;
  font-weight: 500;
  padding-left: 28px;
  text-indent: -20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.gy-index-item a:link {
  color: #033c03;
}

.gy-index-item a:visited {
  color: darkmagenta;
}

.link-read-article {
  display: block;
  text-align: center;
  margin-top: 4px;
  padding: 2px;
  background-color: rgb(237, 250, 240);
}

a.link-read-article {
  color: darkgreen;
}


/* JOHN"S SPECIAL CSS FOR STORIES ???????///////////////////// */

.gy-cir-face2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 8px 12px 20px gray;
  transition: ease-out 500ms;
}

.card1 {
  width: 5030px;
  height: 250px;
}

/* do not change this */
.body-stone1 {
  font-size: 0.9rem;
  text-align: center;
}

.body-stone2 {
  font-size: 1.5rem;
  text-align: center;
}

/* do not change this */
.body-stone-hidden {
  text-align: center;
  visibility: hidden;
  font-size: 0.9rem;
}

.cardwidthstone {
  width: 75rem;
}

.cardwidthstone-two {
  width: 50rem;
}

.body-craft {
  font-size: 1rem;
  text-align: center;
}

.body-card-list {
  font-size: 1rem;
  text-align: center;
}

.card-sub-title1 {
  font-size: 0.9rem;
  font-weight: bolder;
  text-align: center;
}

.btn btn-primary btn-light text-dark btn-sm1 {
  font-size: 0.5rem;
  align-items: center;
  justify-content: center;
}

.btn btn-success {
  width: 50px;
}

/* .works2 {
  font-size: 40px;
  font-family: 'Permanent Marker',
    serif;
  color: #0074d9;
} */

/* .quote {
  font-size: 36px;
  font-family: 'Permanent Marker',
  ;
  color: #2c6b3f;
  font-style: italic;
} */

/* .btn btn-success {
  width: 50px;
} */

/* .btn btn-outline-light text-dark {
display: block;
align-items:  center;
margin: auto;} */

/* .buttton{
  display: block;
  margin: auto;
} */

.card-hobby {
  width: 125px;
}

.background-ima-hobby1 {
  width: 50px;
  height: 50px;
  /* margin-left: 2px; */
}
.card-body1 {
  height: 00px;
  width: 100px;
}

/* FOR USE OF DIVIDER IN CARDS */
.gy-notice1 {
  padding: 10px 20px 1px 20px;
  color: white;
}
.gy-seasonal-background3 {
  background-color: #2c6b3f;
  border-radius: 0px 50px 1px 50px;
  -moz-border-radius: 0px 50px 1px 50px;
  -webkit-border-radius: 0px 50px 1px 50px;
  border: 0px solid black;
}

.gy-seasonal-background4 {
  background-color: red;
  border-radius: 0px 50px 1px 50px;
  -moz-border-radius: 0px 50px 1px 50px;
  -webkit-border-radius: 0px 50px 1px 50px;
  border: 0px solid black;
}