#page-wraper {
    background-image: url("../images/karaikudi_back_wood_dark.jpg");
    background-attachment: fixed;
}

#container-wraper {
  background-image: url("../images/ooty-back-pineforest02.jpg");
  background-attachment: fixed;
}

#container-grey {
  background-image: url("../images/ooty-back-blackishgreylight.jpg");
  background-attachment: fixed;
}

.navbar-custom { 
    background-image: url("../images/karaikudi_back_wood_dark.jpg");
}

.navbar {
  margin-bottom: 0
}


h1 {
  display: block;
  font-family: Georgia;
  font-size: 22pt;
  font-style: italic;
  text-align: center;
  color: #ceb06f;
  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: #ceb06f;
  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: #ceb06f;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 15px;
}

h4 {
  display: block;
  font-family: Cambria;
  font-size: 13pt;
  letter-spacing: 1px;
  text-align: justify;
  color: #ceb06f;
  line-height: 40px;
  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: #ceb06f;
  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:#ceb06f;
  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: #ceb06f;
  line-height: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.para-text-indent  {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  font-style: normal;
  letter-spacing: 1px;
  color: #ceb06f;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 25px;
  margin-right: 0;
}

.text-center  {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  font-style: italic;
  letter-spacing: 1px;
  color: white;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.card-img-top {
  align-content: center;
}

.card-title  {
  display: block;
  font-family: Georgia;
  font-size: 17pt;
  text-align: justify;
  color: #ceb06f;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.card-text	{
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  font-style: normal;
  text-align: justify;
  color: #ceb06f;
  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-image: url("../images/karaikudi_back_wood.jpg");
    /*background-color:#3b2509;*/
    border-color:#303030;
    /*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;
  }

img {
   margin-bottom:30px;
 }