body {
  background-color: #343a40;
}

.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background-image: none !important;
}
.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background-color: #7f2101;
  color: white;
}

.dropdown-menu .active {
  background-color: #b12e02 !important;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #1955a5;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a {
  color: cadetblue;
}

header {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}

@media not screen and (max-width: 600px) {
  .two-col {
    column-count: 2;
  }
}

.main-container {
  /* border-bottom: 1px solid black; */
  box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 25%);
}

#fab_top {
  background-color: #005499;
  width: 60px;
  height: 60px;
  border-radius: 100%;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 400;
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
  text-align: center;
  cursor: pointer;
}

.mycard {
  /* border-bottom: 1px solid black; */
  /* box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 25%); */
  border-bottom: 1pt solid grey;
  text-align: justify;
}

#skills h2 {
  text-align: center;
}

/* .skill-list {
  display: block;
} */

.skill-list li {
  list-style: none;
  margin-bottom: 0.3rem;
  display: inline-block;
}

.mybadge {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;

  color: #ffffff;
  background-color: #005499;
  border-radius: 0.375em;
}

.item-card {
  display: inline-block;
  padding-bottom: 0.625em;
  padding-top: 4em;
  text-align: center;
  width: 85.12px;
  margin: 25px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: top center;
  -webkit-border-radius: 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
  color: #fff;
  cursor: pointer;
}

.subtitle {
  color: #7eb7e4;
}

#language-toggle {
  cursor: pointer;
}
