/* CSS Document */
body {
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.h1front {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.h4front {
  font-family: "Prata", serif;
  font-weight: 300;
  font-style: normal;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-xtrathin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}header.header2 {
    background-color:#05128d;
}

.row2 {
  background-image: url(../graphics/bgbankje.jpg);
  width: 100%;
  max-height: 340px;
}
.sectionbeige {
  background-color: #f9f4ee;
}
.footerbg {
  background-color:#05128d;
}
.cardheader {
  background-color: white;
}
.footerlink {
  color: #fff
}

/* mouse over link */
.footerlink:hover {
  color: hotpink;
}

/* selected link */
.footerlink:active {
  color: rgb(211, 231, 27);
}

