/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}
.top-image img{
  width: 100%;
  height: auto;
}
.navbar-inverse{
  background-image: none;
  background: rgb(0,0,0);
}
.navbar-brand{
  color: #FFF !important;
  font-weight: bold;
}
.jumbotron{
  position: relative;
  margin-bottom: 0px;
}
.jumbotron .container{
  z-index: 100;
  position: relative;
}
.jumbotron:before{
}

img{
  max-width: 100%;
  height: auto;
}

div.twocol{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	margin-bottom: 2em;
}
@media (min-width: 768px) {
    .jumbotron .h1, .jumbotron h1{
      font-size: 48px;
    }
    .jumbotron{
    }
}

/* cookies*/
#cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 6em;
    width: 100%;
    margin-bottom: 0em;
    /* margin-left: 50%; */
    text-align: center;
    background: #333;
    color: #999;
    padding: 0.75em 0 0.75em 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    font-size: 1em!important;
}

#cookies a{
   color: #999;
 
}

.navbar.navbar-inverse.navbar-fixed-top .container{
	margin-top:0em;	
}
