@font-face {
  font-family: 'Primetype';
  font-style: normal;
  src: url('../fonts/notessoft-regular-webfont.woff') format('woff');
}
nav.navbar{
  background-color:#ccc;
   // Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

nav.navbar.shrink {
  min-height: 40px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  font-family: 'Primetype',sans-serif;
  font-size: 15px;
}

.divider{
  margin: 3.5rem 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
}
a {
  color: #FF9300;
}

a:link,
a:hover,
a:visited {
  color: #FF9300;
  text-decoration: none;
}

.wrapper {
  width: 1140px;
  max-width: 100%;
}
.test{
  max-width: 100%;
}

/* fancy logo in header */
.navbar #logo img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    padding-left: 15px;
}

.btn-metaksi {
    background: #FF9300;
    color: #fff;
    border-color: #FF9000;
}
.btn-metaksi > a:active{
  color: rgb(80,80,80);
}

/*Color correction*/
.nav > li.active > a{
  background-color: rgb(80,80,80);
}

/* Textoverlay */
.caption {
        width:100%;
        bottom: 0;
        position: absolute;
        background:#000;
        background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
    }

    .caption h2 {
        color: #ff9300;
        -webkit-font-smoothing: antialiased;
    }
