body {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
}

a {
  color: #469400;
  -webkit-transition-property: background, text-decoration;
  -o-transition-property: background, text-decoration;
  -moz-transition-property: background, text-decoration;
  transition-property: background, text-decoration;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moztransition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  color: #469400;
}

:active {
  outline: none;
}

::selection {
  color: white;
  background: #e20048;
}

::-moz-selection {
  color: white;
  background: #e20048;
}

header {
  padding-right: 2em;
  background: #67ab2b url(grass.png) no-repeat right top;
  background-size: cover;
  box-shadow: 0 2px 6px #bbb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.31);
  color: white;
  text-shadow: black 0.1em 0.1em 0.4em;
  text-align: right;
}
header h1 {
  margin-top: 0;
}

.container {
  margin-top: -15px;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "»\00a0";
}

.sidebar-module {
  padding: 15px;
}
.sidebar-module-inset {
  background-color: #f4f4f4;
  border-radius: 6px;
  box-shadow: 2px 2px 6px #ddd;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.jumbotron {
  border-radius: 6px;
  box-shadow: 2px 2px 6px #ddd;
}

.content {
  background: white;
  border-radius: 6px;
  box-shadow: 2px 2px 6px #ddd;
  padding-top: 1px;
  margin-right: 0;
  margin-left: 0;
}
.content a {
  color: #e20048;
}
.content a:hover {
  color: #e20048;
}

footer {
  margin-left: 20%;
  margin-right: 20%;
  padding: 40px 0;
  font-size: 80%;
  color: rgba(50, 50, 50, 0.7);
  text-align: center;
}
footer a {
  color: rgba(50, 50, 50, 0.7);
}
footer p:last-child {
  margin-bottom: 0;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;   /* Align the flex-items vertically */
  justify-content: center; /* Optional, to align inner flex-items
                horizontally within the column  */
}

.row-fullheight {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-top {
  display: table-cell;
  float: none;
  vertical-align: top;
  height: 100%;
}
.col-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
  height: 100%;
}
.col-bottom {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  height: 100%;
}

dt {
  font-weight: normal;
}
dd {
  margin-left: 3em;
}

ul.news > li {
  margin-top: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
pre code {
  white-space: pre;
}

video {
  vertical-align: middle;
}

.jumbotron {
  margin-top: 2em;
}
