body {
  font-family: ;
  background-color: #ffffff;
  background-image: url(../images/BG_Graphics.jpg);
  margin: 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .pageTitleD{
        display: none !important;
    }
    .sidenav{
        display: none !important;
    }
    .pageTitleM{
        display: block !important;
    }
}

#chartdiv {
    width: 100%;
    max-height: 600px;
    height: 100vh;
    direction: ltr;
}

#mainSection {
    padding-top: 50px;
}

.pageTitleD {
    position: absolute; 
    color: #ffc00d;
    text-align: center;
    margin-top: -350px;
    margin-right: 365px;
    font-size: 52px
}

.spantitle{
    color: white;
    font-size: 70px
}

.pageTitleM{
    color: #ffc00d;
    text-align: center;
}

.spantitleM{
    color: white;
    font-size: 35px
}

#firstSection {
    padding-top: 2em;
    background-color: rgba(35, 81, 104, 0.6);
}

#secondSection {
    /*margin-top: 2em;*/
}

#thirdSection {
    /*padding-top: 2em;*/
}

#chartdiv4 {
  width: 100%;
  height: 400px;
    direction: ltr;
}

/*knight lab timeline styling*/
.tl-timeline h2{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.tl-slide-content[style]{
    padding-left: 100px !important; 
    padding-right: 100px !important; 
    Width: 100% !important; 
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text{
    text-align: right;
}

.tl-timeline h2.tl-headline-title{
        font-size: 24px;
    line-height: 24px;
}

.tl-timeline h2{
    margin-bottom: 15px;
}

.tl-timeline p{
    font-size: 20px;
    direction: rtl;
}

.tl-text .tl-headline-date, .tl-text h3.tl-headline-date{
    direction: rtl;
}

.tl-slidenav-next .tl-slidenav-title{
    direction: rtl;
}

.tl-slidenav-next .tl-slidenav-description{
    direction: rtl;
}

.tl-slidenav-previous .tl-slidenav-description{
    direction: rtl;
}

.tl-timeline{
    font-family: Al-Jazeera-Arabic-Bold;
}

.tl-skinny .tl-text h2.tl-headline-title, .tl-skinny .tl-text h2.tl-headline{
    font-size: 18px;
    line-height: 18px;
}
/*End knight lab timeline styling*/

#fourthSection {
    padding-top: 1em;
}

#fifthSection {
    /*padding-top: 2em;*/
}

#chartdiv1 {
  width: 100%;
  max-height: 600px;
  height: 100vh;
  direction: ltr;
}

#sexthSection{
    /*padding-top: 2em;*/
}

#chartdiv2 {
  width: 100%;
  max-height: 600px;
  height: 100vh;
  direction: ltr;
}

#chartdiv3 {
  width: 100%;
  max-height: 600px;
  height: 100vh;
  direction: ltr;
}

#seventhSection{
    /*padding-top: 2em;*/
}

a {
 -webkit-transition: .25s all;
 transition: .25s all;
}
.card {
  padding-left:auto;
  padding-right:auto;
  min-height:280px;
  margin-top:15px;
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 -webkit-transition: .25s box-shadow;
 transition: .25s box-shadow;
}
.card:focus, .card:hover {
 box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-inverse .card-img-overlay {
 background-color: rgba(51, 51, 51, 0.85);
 border-color: rgba(51, 51, 51, 0.85);
}
.card-img-top{
  margin-top:10px;
}
.col-xs-12{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.row{
  margin-left:auto;
  margin-right:auto;
}

#eightSection{
    /*padding-top: 2em;*/
}

#chartdiv5 {
  width: 100%;
  max-height: 400px;
  height: 100vh;
  direction: ltr;
}

#ninthSection{
    /*padding-top: 2em;*/
}

/* Top right text */
.top-right {
  position: absolute;
  top: 85px;
  right: 16px;
  color:#ffc00d;
}

.sidenav {
  margin-top: 65px;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 50px;
  right: 10px;
  background: rgba(255,255,255,0.2);
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 0px;
  text-decoration: none;
  font-size: 14px;
  color: #ffc00d;
  display: block;
    line-height: 1;
}

.sidenav a:hover {
  background: rgb(255,255,255);
    padding-bottom: 10px;
  cursor: pointer;
}

.main {
  margin-right: 0px; /* Same width as the sidebar + left position in px */
                       /* Increased text to enable scrolling */
  padding: 0px 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 14px;}
  .sidenav a {font-size: 14px;}
}

.separatorTop{
    background-color: rgb( 112, 140, 153 );
  position: inherit;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 0;
  padding-bottom: 25px;
  margin-bottom: -25px;
}

.separatorBottom{
    background-color: rgb( 112, 140, 153 );
  position: inherit;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 0;
  padding-bottom: 25px;
  margin-top: -20px;
}