﻿body {
  color: #040a2f;
  background: url("../images/bg1.jpg") repeat-y fixed;
  background-size: cover;
}

a {
  color: #003366;
}

a:hover {
  color: #990033;
}

.mod-title:before {
  border-left: 0.25rem solid #990033 !important;
}

.panel {
  /*border: 1px solid #8E8080;*/
  /*border: 1px solid #f2d2b5!important;*/
  /*border-radius: 3px;*/
}
.panel-header {
  /*background-color: #fff7e8!important;*/
  /*border-bottom: 1px solid #f2d2b5!important;*/
}

.panel-title {
  /*color: #980318;*/
  color: #990033;
  font-weight: bold;
  /*border-left: 0.25rem solid #990033 !important;*/
}

.capsule-link a:hover,
.capsule-link-sm a:hover {
  color: #990033;
  border: 1px solid #990033 !important;
  text-decoration: none;
}