@import url(https://fonts.googleapis.com/css?family=Slabo+27px|Raleway:400,500);nav {
  background-color: #303030;
  height: 4rem;
}

nav ul .logo {
  max-height: 40px;
  display: none;
}

nav ul .logo.visible {
  display: block;
}

nav ul li a.nav-link {
  color: #ffffff;
  padding-right: 1rem !important;
  padding-left: 0 !important;
}

nav ul li a.nav-link img.flag {
  height: 20px;
  width: auto;
}

header {
  background: url("/images/banner.jpg") no-repeat center center fixed;
  color: #fff;
  background-color: #d6d6d6;
  background-size: cover;
  min-height: 600px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

header .logo {
  max-width: 100%;
  margin-top: 250px;
}

header a.btn,
header a.btn:hover,
header a.btn:focus,
header a.btn:active {
  color: #ffffff;
}

footer {
  color: #ffffff;
}

footer .footer-top {
  background-color: #303030;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer .footer-top ul {
  margin: 0;
}

footer .footer-bottom {
  font-size: 0.8rem;
  background-color: #202020;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

footer .footer-bottom a img {
  height: 25px;
  margin-bottom: 5px;
}

body,
html,
input,
select,
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  font-family: 'Slabo 27px', serif;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}

strong {
  font-weight: 500;
}

a {
  color: #90be2c;
  text-decoration: none;
}

a:hover {
  color: #709520;
  text-decoration: none;
}

p {
  text-align: justify;
}

p.subline {
  margin-top: -0.5rem;
}

small {
  font-weight: 300;
}

.top-margin-1 {
  margin-top: 1rem !important;
}

.btn {
  margin-top: 20px;
  background-color: #90be2c;
  color: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  outline: none;
}

.btn:hover {
  outline: none;
  background-color: #709520;
}

.btn:focus {
  outline: none;
}

img.img-thumbnail {
  max-height: 150px;
}

section {
  margin-bottom: 4rem;
}

section.switch {
  padding: 2rem 0;
  background-color: #dadada;
}

section.switch_light {
  padding: 2rem 0;
  background-color: #f0f0f0;
}

section.content {
  margin-top: 100px;
}

.partner {
  text-align: center;
}

.partner img {
  margin-bottom: 0.5rem;
}

.profile {
  text-align: center;
}

.profile img {
  width: 80%;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  border: 5px solid #ffffff;
}

div.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

