@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background-color: #070a0c;
  color: white;
}

.home_logo {
  /*background-color: white;*/
  /*padding: 5px;*/
  margin: 0 auto;
}

.home_logo img {
  border-radius: 5px;
  max-height: 150px;
}

.frmSegment {
  border: 10px solid #ff6600 !important;
}

.card-body {
  color: #333333;
}

.card-uog {
  border-width: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-link {
  color: white;
}

.nav-link:visited {
  color: white;
}

.nav-link:hover {
  color: yellow;
}

header {
}

header img {
  max-height: 80px;
}

.nav-item-camera-data a:visited {
  color: #333333 !important;
}

.nav-item-camera-data a {
  color: #333333 !important;
}
.nav-item-camera-data a:hover {
  color: #235887 !important;
}
