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

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

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

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

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

h1 {
  display: block;
  font-family: Georgia;
  font-size: 20pt;
  font-style: italic;
  text-align: center;
  color: darkgreen;
  line-height: 30px;
  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: center;
  color: darkgreen;
  line-height: 40px;
  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: darkgreen;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 15px;
}

h4 {
  display: block;
  font-family: Calibri;
  font-size: 14pt;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h5 {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: justify;
  color: darkgreen;
  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: center;
  color: darkgreen;
  line-height: 10px;
  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: darkgreen;
  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: center;
  color: darkgreen;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  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;
}


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

thead {
 background-color: #78b277; 
}

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

/*--------------------MARQUE--------------------*/
.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    margin: 0 auto
}

.news {
    width: 80%;
    background: #d5d4d4;
    padding: 0 2%
}

.title {
    width: 20%;
    text-align: center;
    background: #3192b6;
    position: relative
}

.title h5 {
    font-family: Futura Bk Bt; 
    font-size: 18px;
    margin: 8% 0
}

.news marquee {
    font-family: Futura Bk Bt;
    font-size: 18px;
    margin-top: 12px
}

.news-content p {
    margin-right: 41px;
    display: inline
}