#page-wrapper {
    background-color: #191f2d;
}

#container-wraper {
  background-image: url("../images/temple-background-blue.jpg");
  background-attachment: fixed;
}

.navbar {
  margin-bottom: 0px;
  background-color: #2e3851;
}

/*gap between columns and column color*/
.box {
    padding: 0 5px 0 5px;
}
.col-lg-6 {
	padding: 15px 0px 15px 0px;
}

h1 {
  display: block;
  font-family: Georgia;
  font-size: 15pt;
  font-weight: bold;
  color: lightgoldenrodyellow;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Georgia;
  font-style: italic;
  font-size: 15pt;
  font-weight: normal;
  color: lightgoldenrodyellow;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h3 {
  display: block;
  font-family: Georgia;
  font-style: italic;
  font-size: 13pt;
  font-weight: normal;
  color: lightgoldenrodyellow;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  line-height: 1.9;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-style: normal;
  color: white;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

h5 {
  display: block;
  font-family: Georgia;
  font-size: 14pt;
  font-weight: normal;
  font-style: italic;
  color: white;
  letter-spacing: 1.9px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h6 {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-weight: normal;
  color: white;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify;
  line-height: 2.5;
}

.text-prayer-title {
  display: block;
  font-family: Cambria;
  font-size: 12pt;
  font-weight: normal;
  color: yellow;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.text-prayer {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-weight: normal;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify;
}

.text-prayer-center {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-weight: normal;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.text-center {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-weight: normal;
  color: lightgoldenrodyellow;
  text-align: center;
  line-height: 2.5;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.card-img-overlay {
  display: block;
  font-family: Cambria;
  font-size: 13pt;
  font-weight: normal;
  font-style: italic;
  color: brown;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 225px;
  margin-right: 0;
  text-align: center;
}

.btn-primary {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 30px;
}
.rounded-circle {
text-align: center;
}

.footer-text {
  display: block;
  font-family: Calibri;
  font-size: 10pt;
  font-weight: normal;
  color: white;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  line-height: 1.5;
}
.footer-credit {
  text-align: center;
  color: white;
  font-family: Calibri;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-decoration: none;
}

#cardhover
  {
    background-color:#1d5da5;
    border-color:#303030;
    color: #1d5da5;
  }
  #cardhover:hover
  {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    transform: scale(1.1);
    transition: 1.0s;
  }

 .card-text  {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: justify;
  color: #ffffff;
  line-height: 20pt;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

hr {
  border: 1px solid white;
}
