#backgroundImage {
  width: 100%;
  height: 560px;
  background: url('/img/backyard640-2.jpg') top left no-repeat;
  background-size: cover;
  background-position: center;
}

#tileContainer {
position: relative;
width: 80%;
min-height: 512px;
margin: -450px auto 0px;
padding: 0px 0px;

}

.wuImage {
  width:100%;
  margin:0px;
  background-color:#2b3e50;
}

#historyContainer {

width: 80%;
min-height: 512px;

padding: 34px 0px;

}
.badge {
  background-color:#2b3e50;
}

.list-group-item {
  background-color:#2b3e50;
}

#mobilePage {
  display: none;
  background-color: #2b3e50;
}

#tabletPage {
  background-color: #2b3e50;
}

#mobiletime {
    width:100%;
    padding-top: 10px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -o-padding-start: 0;
}

.navbar_display_none_desktop
{
    display: none; 
}

@media (max-width: 720px) {
  /*
        This isn't very standard way of hiding things, but angular-deckgrid starts loading immediately, 
        so we need to make sure that it can still find all its proper elements
    */
  #tabletPage {
    visibility: hidden;
    height: 0;
  }

  #navbar_current_time {
    display: none; 
  }
  .navbar_display_none_mobile {
    display: none; 
  }
.navbar_display_none_desktop
{
    display: block; 
}


  #mobilePage {
    display: block;
    padding-top: 34px;
    background-color: #ececec;
  }
  
  #mobilePage #space {
    padding-top: 0px;
  }
  #mobilePage .app {
    padding: 0 5px 5px 5px;
    background-color: #2b3e50;
  }
  #mobilePage .app a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ACB6CC;
  }
  #mobilePage .app #smart {
    background-color: white;
    text-align: left;
  }

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


}