/* This stylesheet is meant for custom styles, on top of the Bone Template */
.container title {
  position: absolute;
  margin: 0 auto; /* Center it */
}

.container .content2 {
  display: none;
  position: relative;
  margin-top: 180px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */

  padding: 20px; /* Some padding */
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}


#more {
    display: none;
}

