/*change background*/

body {



  background:url("/images/page_gl.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000000;
  
  }
  


/*change menu bar position*/
.navbar-default { 

  background-color: transparent;
  border-style: none;
  margin-left:18%;
  float: none;


  
}


.article-aside {
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: -30px;
}

/*Change size footer*/  
  .t3-copyright {
  border-top: 1px solid #2d2d2d;
  font-size: 12px;
  padding: 15px 0 0px;
}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #333333;
  /*border-radius: 50%;*/
  

}
  
/* border for article */  
  td,
tr td {
  border-top: 0px solid #dddddd;
}
  
  
   @media screen and (min-width: 768px)
.home h2 {
  font-size: 30px;
  text-align: center;
  width: 75%;
  margin-left: 16%;
  background-color: #333333;
  }
  
      
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  background-color: #333333;
  color: #a1a1a1;
  }
  
/*adjust positioning logo*/  
  .logo {
  text-align: center;
}

@media screen and (min-width: 768px)
  .logo {
    text-align: center;
  }

/*adjust width title bar*/
  .article-title, .article-header h1 {
  margin: 0px 0px 2% 16%;
  width: 75%;
  text-align: center;
  
  }
  
  /*adjust width title bar*/
  .article-title, .article-header h2 {
  margin: 0px 0px 2% 16%;
  width: 75%;
  text-align: center;
  
  }
  