/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('./fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
       url('./fonts/quicksand-v30-latin-regular.woff') format('woff');
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('./fonts/quicksand-v30-latin-500.woff2') format('woff2'),
       url('./fonts/quicksand-v30-latin-500.woff') format('woff');
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('./fonts/quicksand-v30-latin-600.woff2') format('woff2'),
       url('./fonts/quicksand-v30-latin-600.woff') format('woff');
}

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  padding-top: 75px;
  padding-bottom: 65px;
  background-color: #ffffff;
  color: #212529;
}

.myFont {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
}

.navbar {
  margin-bottom: 0;
}

.row.content {
  min-height: 450px;
}

.sidenav {
  background-color: transparent;
}

.myindent {
  text-indent: 40px;
}

footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1030;
  font-size: 0.95rem;
}

@media screen and (max-width: 767.98px) {
  body {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sidenav {
    height: auto;
    padding: 15px;
  }

  .row.content {
    height: auto;
  }
}

