html, body {
  font-size: 100%;
  background-size:cover;
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
a:hover {
  color: #00aeff;
}
.header {
  display: table;
  width: 100%;
}
.header .row {
  height: 100%;
  display: table-row;
}

.header .row > div {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.logo {
  background-color: #00aeff;
}
.logo h1 {
  width: 100%;
  bottom: 10px;
  margin-top: 1.2em;
  text-align: center;
  font-size: 28px;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
}
.logo span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu ul {
  margin: 0.2em 0;
}
.menu ul li a {
  margin-right: 0.5em;
  padding: 0.3em 0.5em;
  display: block;
  color: #4a5054;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.menu ul li a:hover, .menu ul li.active a{
  color: #00aeff;
}

.content {
  border-top:1px solid #d2d2d2;
  border-bottom:1px solid #d2d2d2;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
img.foto, div.photocaption {
  float: right;
  max-width: 50%;
  margin-left: 2em;
}
div.photocaption img {
  width: 100%;
}
div.photocaption p {
  margin-top: 0;
  text-align: center;
  font-size: 90%;
}



/* Stream */
div.stream-date {
  margin: 2em 0 0.8em;
  padding: 0.2em 1em;
  background-color: #dbdbdb;
  font-weight: bold;
}

div.stream-link {
  position: relative;
  width: 699px;
  max-width: 95%;
  margin: 1em auto 1.5em;
  background-color: #ebebeb;
}
div.stream-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
div.stream-link-image img {
  max-width: 100%;
}

div.stream-link-title {
  font-size: 120%;
  font-weight: bold;
  padding: 8px 15px 0;
}
div.stream-link-description {
  padding: 3px 15px 0;
}
div.stream-link-domain {
  font-size: 90%;
  padding: 8px 15px 8px;
  font-style: italic;
}
div.stream-link-small div.stream-link-image {
  float: right;
  margin-left: 1em;
}

div.stream-previous {
  float: left;
}
div.stream-next {
  float: right;
}

div.side-bar {
  margin-top: 10px;
}

@media(min-width: 1200px) {
  .container{
    max-width: 1080px;
  }
}
@media(max-width: 992px){
  .logo h1 {
    font-size: 20px;
  }
  .menu ul li a {
    font-size: 100%;
  }
}
@media(max-width:768px){
  .logo h1 {
    font-size: 16px;
  }
  .menu ul li a {
    font-size: 80%;
  }
}
@media(max-width:480px){
  .logo h1 {
    font-size: 16px;
  }
  .menu ul li a {
    font-size: 75%;
  }
}
