#page-wraper {
    background-image: url("../images/bg-grey.jpg");
    background-attachment: fixed;
}

#container-wraper {
  background-image: url("../images/bg-darkgreen.jpg");
  background-attachment: fixed;
}

#container-grey {
  background-image: url("../images/bg-blackishgreylight.jpg");
  background-attachment: fixed;
}


.navbar-custom { 
    background-image: url("../images/bg-darkgreen.jpg");
}

.navbar {
  margin-bottom: 0;
  font-family: Calibri !important;
  font-style: normal;
  font-size: 13pt;
}


h1 {
  display: block;
  font-family: Calibri;
  font-size: 22pt;
  font-style: normal;
  text-align: center;
  color: black;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Cambria;
  font-size: 16pt;
  font-style: italic;
  text-align: center;
  line-height: 35pt;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
}

h3 {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  font-style: normal;
  text-align: justify;
  line-height: 20pt;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 15px;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  letter-spacing: 1px;
  text-align: justify;
  color: black;
  line-height: 20pt;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

h5 {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  text-align: justify;
  color: black;
  line-height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 25px;
  margin-right: 25px;
}


h6	{
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  text-align: justify;
  line-height: 18px;
  color:black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 15px;
}

.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;
}

.text-center  {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  letter-spacing: 1px;
  color: black;
  line-height: 20px;
  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: #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;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

#cardhover
  {
    background-color:#1c1d15;
    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;
  }

/*----------TEXT OVERLAY OVER IMAGE----------*/
 .img-container{
  position:relative;
  display:inline-block;
}

.img-container img{
display:block
 }

.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;  
}

.img-container:hover .overlay{
  opacity:1;
}

.overlay span{
  position:absolute;
  top:50%;
  left:25%;
  color:#fff;
}