#container-wraper {
  background-image: url("../images/bg-blue.jpg");
  background-attachment: fixed;
}

#heading-wraper {
  background-image: url("../images/bg-black.jpg");
  background-attachment: fixed;
}

#wraper-about1 {
  background-image: url("../images/usteve-bg-01.jpg");
  background-attachment: fixed;
}

#wraper-about2 {
  background-image: url("../images/usteve-bg-02.jpg");
  background-attachment: fixed;
}

.navbar-custom { 
    background-image: url("../images/bg-black.jpg");
}

.navbar {
  margin-bottom: 0;
  font-family: Calibri !important;
  font-style: normal;
  font-size: 13pt;
}

h1 {
  display: block;
  font-family: Calibri;
  font-size: 40pt;
  font-style: bold;
  text-align: center;
  color: white;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Calibri;
  font-size: 15pt;
  font-style: bold;
  text-align: center;
  color: white;
  line-height: 30px;
  margin-top: 20px;
  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: 30px;
  margin-right: 30px;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 15pt;
  letter-spacing: 1px;
  text-align: center;
  color: black;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h5 {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  text-align: left;
  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: black;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.contact-text-left {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  letter-spacing: 1px;
  text-align: center;
  color: black;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 200px;
  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: 5px;
  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: center;
  color: blue;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

#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;
  }

.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;
}