html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
    /* Styles for mobile devices */
    .carousel-item img {
        height: auto; /* Adjust the height as needed */
        max-width: 100%;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    text-align: center;
    margin-bottom: 20px;
}

h7 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.dx-datagrid-headers {
    color: #ffffff !important;
    background-color: #343434 !important;
}

.dx-treelist-headers {
    color: #ffffff !important;
    background-color: #343434 !important;
}