/*@import url('normalize.css'); */
@import url(https://fonts.googleapis.com/css2?family=Bitter:400,400italic,700|Open+Sans:400,400italic,700,700italic,300,300italic);
/*
@font-face {
    font-family: 'PN Bold';
    src: url('../../type/pn-bold-webfont.eot');
    src: url('../../type/pn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../type/pn-bold-webfont.woff') format('woff'),
         url('../../type/pn-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PN Regular';
    src: url('../../type/pn-regular-webfont.eot');
    src: url('../../type/pn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../type/pn-regular-webfont.woff') format('woff'),
         url('../../type/pn-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PN RegularItalic';
    src: url('../../type/pn-regularitalic-webfont.eot');
    src: url('../../type/pn-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../type/pn-regularitalic-webfont.woff') format('woff'),
         url('../../type/pn-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
} */
body, p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}
h1, h2, h3, h4 {font-family: 'Bitter',sans-serif; font-weight:100;}
.sitetag {font-family: 'Open Sans', sans-serif; font-weight: 100!important; font-size: 4em; line-height: 1.7em;}

.navbar-inverse {
    background-color: rgba(248, 248, 248,0);
    border-color: rgba(231, 231, 231,0);
}
.navbar-default .navbar-nav > li > a {
    color: rgb(255, 255, 255);
}

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255)!important;
    background-color: transparent;
}

	
.navbar-inner {
    background-color: rgba(0,0,0,0)!important;
    background-image: none!important;
    padding: 20px; 
    border: none; 
    }
    
    menu, ol, ul {
    padding: 0 0 0 0; }
    
    .navbar .nav > li > a {
    float: none;
    padding: 28px 10px;
    font-size: 15px;text-transform:uppercase;
    }