@font-face {
  font-family: Lobster;
  src: url('../fonts/Lobster-Regular.ttf');
}
@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: Lato;
  font-weight: bold;
  src: url('../fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: Lato;
  font-style: italic;
  src: url('../fonts/Lato-Italic.ttf');
}

.jumbotron {
  padding-top: 80px;
  height: 250px;
  color: white;
  text-shadow: 0px 0px 10px #000;
  background: transparent;
}

.jumbotron > h1,
.jumbotron > h2 {
  font-family: Lobster;
  font-style: normal;
}
.container p {
  font-size: 1em;
  line-height: 1.7em;
  text-align: justify;
}

h1,
h2 {
  font-family: Lato;
  font-style: italic;
}
.container-main {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 30px 35px;
  margin-bottom: 25px;
}

figcaption {
  padding-top: 10px;
  text-align: center;
  font-size: 1em;
  font-style: italic;
}

hr {
  border-color: #888;
  padding: 0px 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.img-rounded {
  border: 2px solid black;
}
.no-bg {
  background: none !important;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('../pictures/background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 0px 15px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 1.2em;
  color: black;
  padding: 25px 25px;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ddd;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #ddd;
  color: black;
}

.dropdown-menu {
  background-color: #fff;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #333;
  font-family: inherit;
  font-size: 1.2em;
}
.dropdown-menu > li > a:hover {
  background-color: #ddd;
}
.navbar-brand {
  display: none;
}
/** FOOTER **/
footer {
  padding: 10px 0px 5px 0px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0;
}

footer > .subline {
    font-size: 14px;
    color: #3c3c3c;
}

@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  footer {
    position: relative;
    font-size: 0.8em;
  }
  .dropdown-menu > li {
    text-align: center;
    color: #333;
    font-family: inherit;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
  }
  .navbar-default {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 0px 0px;
  }
  .navbar-default .navbar-nav {
    margin-bottom: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
    border-bottom: 1px solid gray;
    color: black;
    padding: 15px 10px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #ddd;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: #ddd;
    color: black;
  }

  .dropdown-menu {
    background-color: #fff;
  }
  .dropdown-menu > li {
    padding: 8px;
    border-bottom: 1px solid black;
  }
  .dropdown-menu > li > a {
    text-align: center;
    color: #333;
    font-family: inherit;
  }
  .dropdown-menu > li > a:hover {
    background-color: #89bdd3;
  }
  .dropdown-menu > .divider {
    padding: 0px;
    margin: 0px 0;
    height: 0px;
  }
  .navbar-brand {
    display: inline;
    color: black !important;
    font-style: italic;
  }
  .container-main {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 25px;
  }
  .big-button {
    text-align: center;
    vertical-align: middle;
    font-size: 1.3em;
    padding: 10px 10px;
    margin: 5px auto;
    width: 100%;
  }
}
blockquote {
  border-left: none;
}
.picture-zoom {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
dl,
dd,
dt {
  font-size: 0.99em;
}
.big-button {
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  padding: 25px 0px;
  margin: 10px 0px;
  width: 100%;
}
.divider {
  margin-top: 25px;
}
