/*!
 * Start Bootstrap - 2 Col Portfolio (https://startbootstrap.com/template-overviews/2-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-2-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #2E2F2F;
  color:white;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

footer {
  margin-top: 15px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

/* custom */
.meme-images {
  display: block;
  max-width: 100%;
  height: auto;
}

.memeblk:hover {
  opacity: 0.5;
}

.sidebar {
  /* background-color: #EB8921;
  color: #1E1E1E; */
}


a.dropdown-link:hover{
  opacity:0.5;
}

.side-bar-img {
  max-width:100%;
}

.userinput {
  background-color:white;
  padding:10px !important;
}

#weeklywinner {
  color: white !important;
  margin-top:10px;
}

.comment-link {
  background:none;
  border:none;
}

.comment-link:hover {
  opacity: 0.5;
}

.weekly-contest-link {
  background:none;
  text-decoration: underline;
  border:none;
  color: white;
}

.weekly-contest-link:hover {
  color: white;
  opacity: 0.5;
}

title-wrapper {
  margin: 5px;
}

.submit-button {
  background-color: #F5AD28;
  color: #2E2F2F;
  font-weight: bold;
  border: 1px solid #2E2F2F;
}

.submit-button:hover {
  opacity: 0.5;
  font-weight: bold;
  color: #2E2F2F;
  border: 1px solid #2E2F2F;
  background-color: #F5AD28;
}

/* blog page */
.blog-page-meme-images {
  max-width: 300px;
}

.div-bottom-margin {
  margin-bottom:10px;
}

.masonry2 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px; /* Adjustment for the gutter */
  width: 100%;
}

.masonry2-brick {
  flex: auto;
  height: 350px;
  min-width: 150px;
  margin: 0 8px 8px 0; /* Some gutter */
}

.masonry-brick:nth-child(4n+1) {
  width: 250px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+2) {
  width: 325px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+3) {
  width: 180px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+4) {
  width: 380px;
}
