@import url('https://fonts.googleapis.com/css?family=Blinker:100,200,300,400,600,700,800,900|Cairo:200,300,400,600,700,900|Raleway:300,300i,400,400i,500,500i,600,600i|Quicksand:300,400,500,700|Montserrat:300,300i,400,400i,500,500i|Libre+Barcode+128+Text|Quantico:400,700|Open+Sans:300,300i,400,400i,700,700i|Titillium+Web:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');


html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 5px;
  text-align: justify;
  font-family: 'Blinker', sans-serif;
  line-height: 23px;
  font-size: 14.3px;
  font-weight: 400;
  color: #333;
  height: 100%;
  margin-bottom: 50px;
}

@media (min-width:768px) {
    .lead {
        font-size: 18px
    }
}

p.text-minified {
  padding-top: 10px;
  font-size: 75%;
  text-align: center;
  line-height: 12px;
}

h4.alphanumeric,
p.alphanumeric,
span.alphanumeric {
  font-family: 'Quantico', sans-serif;
}



p.credit {
    font-family: 'Blinker', sans-serif;
    font-size: 12px;
}

p.dates {
    font-size: 14px;
}

p.aj-index{
  font-family: 'Libre Barcode 128 Text', cursive;
  font-size: 30px;
}

h1.article {
  font-family: 'Blinker', sans-serif;
  text-align: left;
  font-size: 27px;
  line-height: 32px;
}

h1.issuetitle {
  font-family: 'Quantico', sans-serif;
  font-size: 30px;
  color: #13435f;
}

h2.issuesubtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #13435f;
}

h1 {
  font-family: 'Open Sans', sans-serif;
}

h1.text-brand {
  font-size: 40px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13435f;
  color: white;
  font-family: 'Quantico', sans-serif;
  font-weight: 900;
}
h2.text-brand {
  font-size: 13px;
  color: #13435f;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}
.thumbnail {
  border: 0px;
}

.nav.navbar-nav {
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.navbar-nav>li {
  float: none!important;
  margin: 0 auto;
  display: inline-block;
}

.navbar-default {
    background-color: #FCFCFC;
    border: 0px;
}

.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 35px;
  background-color: #ffff;
}

.jumbotron {
  background-color: #FFF;
  background-image: url('/https/www.alphanumericjournal.com/media/back.png');
  background-size: cover;
  height: 300px;
}

.jumbotron h1 {
  font-size: 70px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #13435f;
  color: transparent;
  text-align: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

.jumbotron h2 {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-size: 17px;
  font-weight: 200;
  color: #4b4b4b;
}

.well {
  background-color: #FCFCFC;
  padding: 15px;
  margin-bottom: 10px;
}

/* Listede Icon Kullan */

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\e080\e080\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 3px;
    margin-left: -40px;
    color: #CCCCCC;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 3px;
}

.hr-narrow {
    height: 6px;
    color: #2f2f2f;
    width: 100px;
    margin: 2px;
}

.label {
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
}


