a:link {
  color: #4a4e52;
}

a:visited {
  color: #4a4e52;
}

body {
  font-family: "Verdana";
  font-size: 20px;
  margin: 0px;
}

.footer_links {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1rem .5rem;
  text-align: center;
}

.footer_links_div {
  text-align: center;
}

.footer_main {
  position: fixed;
  bottom: 0;
  background: #ffffff80;
  z-index: 1000;
  width: 100%;
}

#info_box {
  background-color: #ffffffa1;
  border-radius: 25px;
  height: 150px;
  margin-left: 20px;
  width: 39%;
}

#main_div {
  background-image: url("https://littlebonsai.co/images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  padding-top: 45px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
}

.navbar {
    overflow: hidden;
    background-color: #4a4e52;
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar_logo {
  float: left;
  margin: 5px;
}

.navbar_logo_text {
  float: left;
  color: white;
  margin-left: 4px;
  margin-top: 8px;
}

#tools_menu {
  margin-left: 24px;
  margin-top: 32px;
  width: 300px;
}

.tools_menu_item {
  background: white;
  border-radius: .5rem;
  height: 37px;
  margin-bottom: 6px;
}

.tool_menu_item_img {
  margin-top: 6px;
  margin-left: 10px;
}

.tool_menu_item_label {
  margin-left: 6px;
  position: relative;
  top: -7px;
}

#tools_menu_title {
  color: #4a4e52;
  padding-top: 5px;
  text-align: center;
}
