@charset "utf-8";
/* CSS Document */
h1 {color: white;}
.white {color: white;}
.panel-body p, .events a, .page-content p, .page-content li {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}
.page-content li {
  line-height: 1.4em;
  margin-bottom: 0.8em;
}
.col1 {
  float: left;
  width: 70%;
}
.col2 {
  float: right;
  width: 260px;
}

.center {
  margin: auto;
  text-align: center;
}

p a {
  text-decoration: underline;
}
aside {
  float: right; 
  padding-left: 10px;
}

aside > a > img {
  border: solid 2px #555 !important;
}

aside .img-insert {
  width: 230px;
  font-style: italic; 
  text-align: center;
}

aside .img-insert img {
  width: 230px;
  font-style: italic; 
  text-align: center;
  margin-bottom: 10px;
}

.seal {
  text-align: center;
  margin: auto;
}
.seal img {
  display: inline;
  padding: 5px;
  width: 90px;
}

.danger {
  color: red !important;
}

@media (min-width: 992px){
  .imgCaption {
		width: 100%;
  }
}