#page-wraper {
    background-color: #ed008c;
    /*background-image: url("../images/sona_background-title banners.jpg");
    background-attachment: fixed;*/
}

#container-wraper {
  background-image: url("../images/sonamina_headerdesign.jpg");
  background-attachment: fixed;
}

h1 {
  display: block;
  font-family: Georgia;
  font-size: 22pt;
  font-style: italic;
  text-align: center;
  color: #eed7a4;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Georgia;
  font-size: 16pt;
  font-style: italic;
  text-align: left;
  line-height: 30pt;
  color: #eed7a4;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}


h3 {
  display: block;
  font-family: Georgia;
  font-size: 13pt;
  font-style: italic;
  text-align: justify;
  line-height: 20pt;
  color: #eed7a4;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 15px;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  letter-spacing: 1px;
  text-align: justify;
  color: #eed7a4;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

h5 {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  text-align: left;
  color: #eed7a4;
  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: 18px;
  color:#eed7a4;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.para-text  {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  font-style: normal;
  letter-spacing: 1px;
  color: #eed7a4;
  line-height: 50px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.text-center  {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 1px;
  color: white;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.card-img-top {
  align-content: center;
}

.card-text	{
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: justify;
  color: #eed7a4;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

hr
{
  background-color:#3b3b3b;
}

.footer-text {
  display: block;
  font-family: Calibri;
  font-size: 10pt;
  text-align: center;
  color: white;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

#cardhover
  {
    background-color:#ed008c;
    border-color:#ed008c;
    color: #9ca324;
  }
  #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;
  }
