#container-wraper {
  background-color: #f6fbfd;
}

#heading-wraper {
  background-image: url("../images/bg-blue.jpg");
  background-attachment: fixed;
}

#footer-wraper {
  background-color: #053750;
}

.navbar-custom { 
  background-color: #ffcc00;
}

.navbar {
  margin-bottom: 0;
  font-family: Calibri !important;
  font-style: normal;
  font-size: 12pt;
}

h1 {
  display: block;
  font-family: Georgia;
  font-size: 18pt;
  font-style: italic;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Georgia;
  font-size: 12pt;
  font-style: italic;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}


h3 {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 12pt;
  font-style: normal;
  text-align: justify;
  line-height: 20pt;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 15px;
}

h4 {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 12pt;
  letter-spacing: 1px;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h5 {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 11pt;
  text-align: center;
  color: black;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 30px;
}


h6 {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 10pt;
  letter-spacing: 1px;
  text-align: right;
  color: black;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.heading-text {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 20pt;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.para-text {
  display: block;
  font-family: Georgia;
  font-size: 12pt;
  font-style: italic;
  text-align: justify;
  line-height: 25pt;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 15px;
}

.contact-text-center {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 12pt;
  letter-spacing: 1px;
  text-align: center;
  color: darkred;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.footer-text {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 10pt;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.footer-credits-text {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 9pt;
  letter-spacing: 1px;
  text-align: center;
  color: darkred;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.box {
  box-sizing: border-box;
  border: 1px solid;
  color: grey;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.fa {
  font-size: 3em;
  margin-top: 5px;
}

.card-img-top {
  align-content: center;
}

.card-title {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 11pt;
  text-align: center;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.card-text  {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 11pt;
  text-align: justify;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

#cardhover
  {
    background-color: #f6f7fb;
    border-color:#016407;
    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;
  }

.hr
{
  background-color:#3b3b3b;
}



.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.table-striped {
  font-family: Calibri;
  font-size: 16px !important;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*background-color: #febcbb;*/
}

/*thead {
 background-color: #c72c2a; 
}*/

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}