/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/

@font-face {
    font-family: "Biolinum";
    src: url("/linux-libertine/LinBiolinum_R.woff") format('woff');
}
@font-face {
    font-family: "Biolinum";
    src: url("/linux-libertine/LinBiolinum_RB.woff") format('woff');
    font-weight: bold;
}

.navlinks li {
  display: inline-block;
  width: 10em;
}

.header-block, .header-block a {
    color: white;
    text-shadow: 1px 1px 4px #000;
}

a.sitelink {
  display: inline-block;
  font-size: 16px;
  margin-right: 0px;
  float: right;
}

.header-block {
  background: url(/header.jpg) no-repeat center center;
  
  padding-top: 20px;
  padding-bottom: 20px;


  /*background-height: 100%;*/
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Biolinum', 'sans-serif' !important;
    font-size: 20px;
}
.footer {
    margin-top: 3rem;
    width: 100%;
    text-align: center;
}

body > .container {
    padding: 20px 15px 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.margin-10{margin-bottom:10px; margin-right:10px;}

p {
     text-align: justify;
}

/* Responsive viceo? */
iframe {
     max-width: 100%;
 }
