@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Lato&family=Libre+Baskerville:wght@700&family=Source+Serif+Pro:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');


i {
font-family: "Font Awesome 5 Free";
}
body .vh-100.d-flex.flex-column {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: var(--bs-body-line-height);
  font-size: var(--bs-body-font-size);
}

p {
  font-weight: 300;
}
.text-content li {
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
}
.text-content ul {
  margin-bottom: 1rem;
}

h1 {
  font-weight: 600;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #bdbcbc;
}

.intro {
  font-weight: 700;
}

form .toggle-icon.fa {
  display: none;
}
.text-content {
  margin-bottom: 4rem;
}
.logo {
    width: 277px;
    height: 59px;
    margin-top: 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.textbox {
    width: 848px;
    height: auto;
    margin-top: 62px;
}

.cover_ekoland,
.innovatie_ekoland {
  max-height: 450px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}


.btn-abonneren, .btn-adverteren,.btn-innovatieprijs {
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 5%;
  font-weight: 500;
}

.btn-abonneren {
    background-color: #B71D00;
    color: white;
    border-color: #B71D00;
}
.btn-abonneren:hover,.btn-abonneren:focus {
    background-color: black;
    border-color: black;
}
.btn-adverteren {
    background-color: black;
    color: white;
    border-color: black;
    margin-left: 3rem;
}
.btn-adverteren:hover,
.btn-adverteren:focus,
.btn-innovatieprijs:hover,
.btn-innovatieprijs:focus {
    background-color: #B71D00;
    border-color: #B71D00;
}
.btn-innovatieprijs {
  background-color: #DBCCAF;
  border-color: #DBCCAF;
  margin-left: 3rem;
  color: black;
}
.sponsoren {
    width: 124px;
    height: 62px;
    margin-top: 2rem;
    margin-left: 10px;
    margin-right: 10px;
}

.vh-100.d-flex.flex-column p {
    margin-bottom: 1rem;
    font-size: 16px;
}

.footer a {
  color: white;
}

.footer {
    background-color: black;

}

.footer .text {
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 400;
}

/* Mediaqueries */

@media screen and (max-width: 600px) {

.btn-adverteren {
  margin-left: 0px;
}

}


/* Include heroes CSS */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
