

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
  font-family: 'Roboto', sans-serif !important;
  background-color: #242323;
  background-image: url(http://www.transparenttextures.com/patterns/ag-square.png);
}
.ustmenu{

  background: rgb(69,72,77); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  box-shadow: 0px 0px 5px #333;


}

footer{

  width:100%;
  min-height: 30px;
  border-top:1px solid #1a1a1a;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 5px #333;

}
.copyright{font-size:0.8em; color:#333; text-align: right; margin-top: 7px;}
.navbar-brand{
  margin-top:7px;
}
.anabaslik{font-size:1.5em; color:#555; border-bottom:1px solid #ccc; padding-bottom: 10px; margin-bottom: 0px;}
.altbaslik{color: #666; font-size:1.2em; padding-bottom: 0px; margin-bottom: 10px;}
.projebaslik{font-size:1em; margin-bottom: 10px;}
.projekapsa{
  padding:10px;
  background: rgb(0,0,0,0.9);
  text-align: center;
  border:1px solid #90978B;
  margin-top: 20px;
}
a{color: #333;}
a:hover{color: #BD2A03;}













