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

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

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

.navbar-custom { 
    background-image: url("../images/bg-blue.jpg");
}

.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: Calibri;
  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: Calibri;
  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: Calibri;
  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: Calibri;
  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: Calibri;
  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;
}

.contact-text-center {
  display: block;
  font-family: Calibri;
  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: Calibri;
  font-size: 9pt;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

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

.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;
}