@font-face {
  font-family: "barondidotregular";
  src: url("barondit.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "barondidotfine";
  src: url("barondidfin.woff2") format("woff2"),
    url("barondidfin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "barondidotregular, serif";
  font-size: 18px;

  /* Margin for header */
  margin-bottom: 70px;
}

.container {
  margin-top: 30px;
}

table {
  margin: 0 !important;
  font-size: 15px;
}

.nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-link.active {
  background-color: lightgrey;
  color: rgba(0, 0, 0, 1) !important;
}

.imageBackground {
  background-image: url("../images/welcome.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;

  /* Margin top by header height */
  margin-top: 70px;
}

.imageBackground h3 {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .imageBackground {
    background-image: url("../images/welcome-small.jpg");
  }

  .imageBackground h3 {
    font-size: 18px;
  }
}

.textBottomLeft {
  position: relative;
  top: 88%;
  padding-left: 15px;
}

.textBorderBlack {
  color: white;
  text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black,
    1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

.marginBottom {
  margin-bottom: 16px;
}

.mailPdv {
  color: #0060ff;
}

.mailPdv:hover {
  color: #0056b3;
}

.btn {
  float: right;
}
