/* ubuntu-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/ubuntu-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('../Fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/ubuntu-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: url('../Fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../Fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
body {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.45;
  font-weight: 300;
  font-size: 20px;
  min-height: 100vh;
}
@media ((min-width: 768px)) {
  body {
    font-size: 22px;
  }
}
@media ((min-width: 992px)) {
  body {
    font-size: 26px;
  }
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("../Images/bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#wrapper .container {
  max-width: 1140px;
}
#wrapper #header {
  background-color: #fff;
  padding: 3rem 0;
}
@media ((min-width: 576px)) {
  #wrapper #header img {
    width: 400px;
  }
}
#wrapper #content {
  background-color: rgba(179, 204, 196, 0.8);
  color: #004a60;
  padding: 4rem 0 5rem;
}
#wrapper #content h2,
#wrapper #content .h2,
#wrapper #content h3 {
  font-weight: 500;
  font-size: 20px;
}
@media ((min-width: 768px)) {
  #wrapper #content h2,
  #wrapper #content .h2,
  #wrapper #content h3 {
    font-size: 22px;
  }
}
@media ((min-width: 992px)) {
  #wrapper #content h2,
  #wrapper #content .h2,
  #wrapper #content h3 {
    font-size: 26px;
  }
}
#wrapper #content h2.sub,
#wrapper #content .h2.sub,
#wrapper #content h3.sub {
  font-size: 22px;
}
@media ((min-width: 768px)) {
  #wrapper #content h2.sub,
  #wrapper #content .h2.sub,
  #wrapper #content h3.sub {
    font-size: 26px;
  }
}
@media ((min-width: 992px)) {
  #wrapper #content h2.sub,
  #wrapper #content .h2.sub,
  #wrapper #content h3.sub {
    font-size: 34px;
  }
}
#wrapper #content h3 {
  margin-top: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media ((min-width: 768px)) {
  #wrapper #content {
    padding: 4rem 0;
  }
}
#wrapper #footer {
  flex: 1;
  background-color: rgba(181, 176, 164, 0.85);
  color: #fff;
  padding: 2rem 0;
}
@media ((min-width: 768px)) {
  #wrapper #footer {
    background-color: rgba(181, 176, 164, 0.75);
  }
}
#wrapper #footer h3 {
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  font-size: 20px;
}
@media ((min-width: 768px)) {
  #wrapper #footer h3 {
    font-size: 22px;
  }
}
@media ((min-width: 992px)) {
  #wrapper #footer h3 {
    font-size: 26px;
  }
}
#wrapper #footer a {
  text-decoration: none;
  color: #fff;
}
#wrapper #footer dt {
  font-weight: 300;
}
#wrapper #footer .nav-link {
  font-size: 20px;
}
#wrapper #footer #stoerer {
  width: 150px;
  height: 150px;
  font-size: 18px;
  padding-top: 2rem;
  background-color: #dddf4b;
  top: 0;
  right: 1.3rem;
  transform: rotate(5deg) translateY(-70%);
  color: #004a60;
  line-height: 1.25;
  border-radius: 50%;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}
@media ((min-width: 768px)) {
  #wrapper #footer #stoerer {
    width: 180px;
    height: 180px;
    font-size: 20px;
    padding-top: 2.5rem;
  }
}
@media ((min-width: 1200px)) {
  #wrapper #footer #stoerer {
    right: -2rem;
  }
}
/*# sourceMappingURL=styles.css.map */