body {
  font-family: 'Roboto', sans-serif;
  line-height: 15px !important;
  font-size: 13px !important;
}
.nav-item {
  letter-spacing: 0.2em;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-item {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.custom-container {
  padding: 0 50px;
}
#my_top_navbar {
  height: 40px;
  line-height: 30px;
  background-color: #fff;
}
.lan-choice {
  text-align: center !important;
}
#income_create {
  color: white;
}
.lan-choice a {
  text-decoration: none;
  color: #000;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.my_custom_menu {
  text-align: right !important;
}
.my_custom_menu ul li {
  list-style: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  padding-right: 20px;
  display: inline;
}
.my_custom_menu ul li a {
  text-decoration: none;
  color: #000;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.my_footer {
  background-color: #f8f9fa;
  height: 60px;
}
.my_footer p {
  padding-top: 20px;
  font-size: 14px;
}
.store-add {
  list-style: none;
  text-decoration: none;
}
/*Image Gallery*/
a,
a:visited {
  color: #aca8a2; /* #9eb4ca */
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: orange;
}
.btn a:hover {
  color: #000;
}
.gallery {
  text-align: center;
}

.gallery:after {
  content: '';
  display: block;
  height: 2px;
  margin: 0.5em 0 1.4em;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(77, 77, 77, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(77, 77, 77, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.content {
  max-width: 1160px;
  margin: 0 auto;
}
.gallery img {
  height: 100%;
}
.gallery a {
  width: 180px;
  height: 135px;
  display: inline-block;
  overflow: hidden;
  margin: 4px 6px;
  box-shadow: 0 0 4px -1px #000;
}

.ribbon > img {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

@media (max-width: 768px) {
  .sm-hidden {
    display: none;
  }
}

#map {
  height: 400px;
  width: 100%;
}

svg {
  background-color: #f8f7f0;
}

#myModal {
  font-size: 10px;
}

#table-sm-12 {
  font-size: 12px;
}

#table-sm-14 {
  font-size: 14px;
}

#certificate {
  padding: 10px;
}

#bl_logo {
  widows: 100px;
  height: 100px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 17%;
}
