#page-wraper {
  background-color: #efefef;
}

#bg-container {
  background-color: #ffffff; 
}

#bg-header {
  background-color: #000000;
}

h1 {
  display: block;
  font-family: Cambria;
  font-size: 40pt;
  font-style: bold;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Calibri;
  font-size: 35pt;
  font-weight: bold;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h3 {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  text-align: justify;
  color: black;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 10pt;
  text-align: justify;
  color: black;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

h5 {
  display: block;
  font-family: Cambria;
  font-size: 16pt;
  text-align: center;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}


h6	{
  display: block;
  font-family: Calibri;
  font-size: 10pt;
  text-align: justify;
  line-height: 22px;
  color: white;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-center  {
  display: block;
  font-family: Cambria;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  line-height: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.card-text	{
  display: block;
  font-family: Georgia;
  font-size: 11pt;
  font-style: italic;
  text-align: justify;
  color: black;
  line-height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.para-text {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  text-align: justify;
  color: black;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 15px;
}

.para-text-italics {
  display: block;
  font-family: Georgia;
  font-size: 10pt;
  font-style: italic;
  text-align: justify;
  color: black;
  line-height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.para-text-center {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: center;
  color: black;
  line-height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

hr
{
  background-color:#3b3b3b;
}

.footer-text-header {
  display: block;
  font-family: Calibri;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: white;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
 #footer-header-img {
    width:290px;
    margin-left:0px;
  }
}

.footer-text-credits
{
   display: block;
  font-family: Calibri;
  font-size: 10pt;
  text-align: center;
  color: white;
  margin-top: 3px;
  margin-bottom: -1rem;
  margin-left: 0;
  margin-right: 0;
}

.btn {
  float: right;
  margin-top: 10px;
  margin-bottom:: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

#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;
