/* WEB FONT */
/* @import url(http://fonts.googleapis.com/css?family=Signika:600|Varela+Round); */

/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
/* BASIC */
body {
  /* font: normal 18px/22px "Varela Round", sans-serif; */
  font: normal 18px/22px "Arial", sans-serif;
  background-color: #D9F9F0;
  color: #0e0e0e;
}
h1, h2 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  color: #0e0e0e;
}
h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: -20px;
}
p {
  margin: 20px 0;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

pre {
  font-size: 12px;
  line-height: 14px;
}

/* LAYOUT */
.fixed-nav-bar {
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}

.content {
  position: relative;
  background: #F6F6F6;
  background-size: cover;
 }

a, a:visited {
  color: #003378;
}

a:hover {
  color: #215489;
}


.description, .additional-content {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.description {
  padding-top: 50px;
  min-height: 250px;
  text-align: center;
}
.additional-content {
  color: #444;
}
.additional-content h1 {
  color: #38564e;
  margin-top: 60px;
/*  text-transform: uppercase; */
}
.additional-content h2 a:link, .additional-content h2 a:visited  {
  color: #222;
  transition: color 0.1s ease;
}
.additional-content h2 a:hover {
  color: #000000;
  transition: color 0.3s ease;
}
/* SPECIAL */
.summary {
  color: #090e02;
  margin-top: 40px;
  margin-bottom: 20px;
}

.button, .button:visited, .button-dark {
  display: inline-block;
  max-width: 200px;
  margin: 20px 10px 30px 10px;
  padding: 10px;
  font-family: "Arial", sans-serif;
  color: #000000 !important;
  background-color: transparent;
  border: 2px solid #111;
  border-radius: 3px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.1s ease;
}

.button-dark, .button-dark:visited {
  margin: 20px 10px 30px 0;
  color: #464646 !important;
  border-color: #464646;

}
.button:hover, .button-dark:hover {
  transition: all 0.3s ease;
}
.button:hover {
  background-color: rgba(21, 115, 119, 0.2);
}
.button-dark:hover {
  color: #ffffff !important;
  background-color: rgba(70, 70, 70, 0.9);
}

.dltable td {
  padding: 4px;
}
.dlregion, .rn-header {
  font-size: 120%;
  font-weight: bold;
}
.rn-date {
  font-size: 70%;
  padding-left: 1em;
  opacity: .5;
}

.copyright {
  text-align: center;
  color: #c0c0c0;
  font-size: 10pt;
  line-height: 12pt;
}

