body {
  /*background: url(https://images.unsplash.com/27/flock.jpg?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925);*/
  background: url(http://www.pigeonracingpigeon.com/wp-content/uploads/2010/03/pigeon_flock_large_0410094946-1024x475.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  color: white;
}

.right {
  float: center;
  width: 9%;
}

.sponsor {
  max-width: 60px;
  height: auto;
}

html {
  height: 100%;
}

#content {
  text-align: center;
  padding-top: 5%;
}

.bk{
  margin-top: 5%;
}
.albumname{
  text-align: center;
}

.raced{
  background-color: #ff8c1a;
  color: #fff;
}

.greybk{
  background-color: rgba(66, 66, 66, 0.8);
  margin-top: 5%;
}

#content2 {
  text-align: center;
  padding-top: 5%;
}

h1 {
  font-weight: bold;
  font-size: 5em;
}

hr {
  width: 50%;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  
}

.img-responsive{
  margin: auto;
  max-height: 500px;
  
}
.logo{
  max-height: 200px;
}

.blog-header {
  padding-top: 40px;
}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: rgba(217, 217, 217, 0.4);
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #000;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

a {
  color:#ff8c1a;
}

h3 {
  font-weight: bold;
}

h3.center {
    text-align:center;
}

h2.center {
    text-align:center;
}

/*image gallery*/
ul {
    padding:0 0 0 0;
    margin:0 0 40px 0;
}
ul li {
    list-style:none;
    margin-bottom:10px;
}
ul li.bspHasModal {
    cursor: pointer;
}
.modal-body {
    padding:5px !important;
}
.modal-content {
    border-radius:0;
}
.modal-dialog img {
    text-align:center;
    margin:0 auto;
}
.controls{
  width:50px;
  display:block;
  font-size:11px;
  padding-top:8px;
  font-weight:bold;
}
.next {
  float:right;
  text-align:right;
}
.text {
font-family: 'Bree Serif';
color:#666;
font-size:11px;
margin-bottom:10px;
padding:12px;
background:#fff;
}
.glyphicon-remove-circle:hover {
cursor: pointer;
}
@media screen and (max-width: 380px){
 .col-xxs-12 {
   width:100%;
 }
 .col-xxs-12 img {
   width:100%;
 }
}
