/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

 .italic {
   font-style: italic;
 }

 .bold {
   font-weight: bold;
 }

 .center-text {
   text-align: center;
 }

.post-area {
  padding: 40px;
  width: 100%;
  min-height: 150px;
  border-bottom: 1px dotted #ddd;
}

.post-area a:link, .post-area a:visited {
  font-size: 30px;
  color: #333;
}

.post-area a:hover {
  color: #0D0017;
}

#event-info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

#event-info p, #event-info #post-area p {
  color: black;
}

.post-title {
  font-weight: bold;
}

.navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
}

.navbar-brand h1 {
  margin: 0px;
}

.navbar-toggle {
  float: right;
}

#slider p {
  margin-top: 100px;
  margin-bottom: 100px;
}
