.clean-navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}

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

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(9,171,74);
}

.text-container {
  background: rgba(255,255,255,0.71);
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  color: rgb(0,0,0);
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.bottom-logo {
  width: 100px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.bottom-trucktor {
  width: 400px;
  height: auto;
}

@media (max-width: 576px) {
  .bottom-trucktor {
    width: 250px;
    height: auto;
  }
}

ul {
  font-size: 16px;
}

@media (max-width: 576px) {
  ul {
    font-size: 13px;
  }
}

.brand-name {
  font-size: 20px;
  color: rgba(126,126,126,0.9);
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 13px;
    /*display: none;*/
  }
}

.navbar-brand img {
  width: 60px;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 35px;
    height: auto;
  }
}

@media (max-width: 576px) {
  .section-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

