.topnavborder {
  border-bottom: 1px solid white;
}

.bg-dark-navbar {
  background-color: #111 !important;
}

.site-bg{
  width:100%;
  height:70vh;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-color:#ccc;
}

#bottomBox {
  position:absolute;
  bottom:0px;
  
  width:100%;
  height:25vh;
  
  background-color:#111;
  background-image:url(/static/images/decor/color_bg_1980x.png);
  background-position:top center;
  background-repeat:no-repeat;
  background-size:contain;
  border-top:#FFF solid 3px;
  
  text-align:center;
}

#bottomBox img {
  height:40vh;
}

#imgWrap1 {
  position:absolute;
  top:-20vh;
  width:100%;
}

.contDivide {
  text-align: center;
  width:100%;
  height: 55vh;
}

.decorDivider { 
  margin-top:40vh;
  margin-bottom:2vh;

  width:50%;
  max-width:750px;
  
  opacity:.5;
}

.newsBracketLeft {
  position:absolute;
  top:-10px;
  left:-10px;
  
  width:57px;
  height:46px;
}

.newsBracketRight {
  position:absolute;
  top:-10px;
  right:-10px;
  
  width:57px;
  height:46px;
}

.newsSquareCard {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0  !important;
  border-radius: 0 !important; }
}

.newsImgBottom {
  background-color: #111;
  border:0;
  padding-left: 55px;
}

/*News Card Hack*/

.newsCard {
position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0;
  margin-bottom: 15px;
  flex: 1 0 0%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.newsCardFaded {
  background-color: #111 !important;
  border: 0;
}

.newsCardActionBar {
  background-color: #222 !important;
}

/* Full page post */

.fullPost {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background-size: cover;
}

.color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,111111+75,111111+100&0+0,0.65+75,1+100 */
  background: -moz-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,0.65) 75%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(17,17,17,0) 0%,rgba(17,17,17,0.65) 75%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(17,17,17,0) 0%,rgba(17,17,17,0.65) 75%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 992px) {
  .fullPost {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .modal-vlg {
    max-width: 95%; }
}

.closeLightbox {
  position:absolute;
  right: 30px;

  z-index: 2000;
}

.clickable-row {
  cursor: pointer;
}

pre, code {
  background:#212529;
  border: 1px solid #343a40;
  border-radius: 4px;
  padding: .2rem .5rem;
}

pre code {
  border: 0;
  background: transparent;
  padding: 0;
}

.devlog {
  min-height: 125px;
  max-height: 300px;
}

.devlog-header {
  overflow:hidden;
  min-height: 100px;
  max-height: 300px;
}
