#ndflag {
  width: 16px;
  height: 11px;
  max-width: 100%;
  /* margin: auto; */
  /* box-sizing: border-box; */
}

#officialtxt {
  box-sizing: border-box;
  color: rgb(26, 26, 26);
  cursor: pointer;
  display: block;
  font-family: "Open Sans";
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 261.888px;
  word-break: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#knowifyBlogButton {
  background-color: rgb(211, 71, 39);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 10.8px;
  height: 19.025px;
  line-height: 15.4286px;
  margin-left: 2px;
  padding: 1px 10px;
  text-align: center;
  width: 90.2px;
}

/* #siteLogo{
    color: rgb(3, 127, 174);
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 64px !important;
    line-height: 24px;
    width: 281px !important;
} */

.socialmedia{
  color: rgb(3, 127, 174); /* Change the color */
  font-family: "Open Sans", sans-serif; /* Add a fallback font */
  font-size: 16px; /* Increase the font size */
  line-height: 24px; /* Increase the line height */
  margin-right: 5px; /* Add a right margin */
  text-decoration-color: rgb(3, 127, 174); /* Change the text decoration color */
}

/* fix hover on links in social media icons */
.socialmedia:hover {
  text-decoration: none !important;
}

.socialmedia a:hover {
  text-decoration: none !important;
}

.socialmedia a:hover {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.socialmedia img {
  transition: filter 0.3s ease; /* This will smooth the transition */
}

.socialmedia:hover img {
  filter: grayscale(100%); /* This will change the image to black and white */
}

/* .navbar-brand {
  padding: 0; 
  margin: 0; 
} */

/* .navbar-brand h1 {
  margin: 0; 
  font-size: 1em;
} */

a[title="Home"] {
  margin-left: 0 !important; /* Adjust this value as needed */
}

#ndflagrow{
  margin-top: 9px;
  margin-bottom: 9px;
}

.centered-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}