/*VARIABLES*/
/*POSITIONING*/
body {
  position: relative; }

nav {
  position: fixed; }

footer {
  position: absolute;
  bottom: 0; }

.undercover {
  position: relative;
}
.overcover {
  position: absolute;
  top: 0;
  left: 0;
}
/*BOX MODEL*/
* {
  box-sizing: border-box; }
body {
  min-width: 300px;
}
nav {
  width: 100%;
  display: inline-block;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  nav ul {
    padding: 0; }
  nav li {
    list-style: none;
    margin: 5px; }
  nav .hide-small {
    display: none; }
  nav .dropdown {
    min-width: 260px; }
  nav .dropdown-hidden {
    display: none; }
  nav .dropdown-visible {
    display: block; }
  @media only screen and (min-width: 500px) {
    nav li {
      padding: 10px; } }
  @media only screen and (min-width: 1500px) {
    nav .hide-small {
      display: inline-block; }
    nav .dropdown,
    nav #dropdown-ul {
      display: none; }
    nav li {
      display: inline-block;
      width: 280px; } }

.added-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  padding-bottom: 100px; }
  .container h1,
  .container h2,
  .container h3,
  .container p {
    margin-bottom: 30px; }
  .container ul {
    margin: 0;
    padding: 0; }
  .container li {
    margin: 0;
    padding-bottom: 5px;
    list-style: none; }

.anchor {
  padding-top: 100px;
  min-height: 100vh; }
  .anchor .panel-default {
    margin: 10px 0px; }
  .anchor .panel-body {
    padding: 30px;
    margin: 0; }

footer {
  width: 100%;
  bottom: 0;
  padding: 20px; }
  footer p {
    padding: 0px;
    margin: 0px; }
  footer .footer-logo {
    width: 100px;
    padding: 0;
    margin: 0 auto; }

.center-img {
  width: 100%; }

/*TYPOGRAPHY*/
.centered-text {
  text-align: center; }

.right-text {
  text-align: right;
  font-style: italic; }

footer p {
  color: white; }

nav li {
  text-align: center; }
nav a,
nav a:hover,
nav a:active,
nav a:visited {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.5em; }

.landing-page-navigation a:hover,
.landing-page-navigation a,
.landing-page-navigation a:active,
.landing-page-navigation a:visited,
.secondary-page-navigation a:hover,
.secondary-page-navigation a,
.secondary-page-navigation a:active,
.secondary-page-navigation a:visited {
  text-decoration: none; }

.container h1,
.container h2 {
  font-family: 'Droid Serif', serif; }
.container p, .container li {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
.container li {
  text-align: center; }
.container .reference {
  color: #0992e1;
  font-size: 2em; }

/*VISUAL*/
body {
  background-color: #dee8ee; }

nav ul {
  background-color: none; }
nav li {
  background-color: #10cccc; }
nav li:hover a {
  color: #0992e1; }

.landing-page-navigation li:hover {
  background-color: #dee8ee; }

.secondary-page-navigation {
  background-color: #10cccc; }

footer {
  background-color: #10cccc; }

.container-90 {
  width: 90%; }

.container-90 .content {
  margin-bottom: 10px; }

.col {
  margin-bottom: 10px; }

.jumbotron {
  /*background: url(../img/vector-jumbotron-image.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
  position: relative;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}

.jumbotron img {
  width: 100%;
}

.overcover {
  opacity: 0;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

@media only screen and (min-width: 480px) {
  .container-90 .content {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-top: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-left: 1em solid transparent;
    border-right: 1em solid transparent; } }
@media only screen and (min-width: 480px) and (min-width: 1000px) {
  .content {
    padding-top: 10px; } }
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2em; } }

/*# sourceMappingURL=styles.css.map */
