/* Individual */

@font-face {
  font-family: 'Poppins';
  src: url('/template/fonts/Poppins-Regular.eot');
  src: url('/template/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('/template/fonts/Poppins-Regular.woff2') format('woff2'),
      url('/template/fonts/Poppins-Regular.woff') format('woff'),
      url('/template/fonts/Poppins-Regular.ttf') format('truetype'),
      url('/template/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#top {
  margin-top: 15px;
  margin-bottom: 15px;
}

#top-logo {
  max-height: 45px;
  max-width: 100% !important;
}
  
#top .btn-default,
.languageSwitch {
  font-family: Poppins, Tahoma, sans-serif;
  color: #645F57;
  background-color: #ffffff;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.923px;
  margin-bottom: 3px;
  transition: all .5s ease-in-out;
}

#top .btn-default:hover,
.languageSwitch:hover {
  color: #66101F;
  background-color: #ffffff;
  text-decoration: underline;
}

.row.flexi {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #top {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.abm-navbar {
  position: relative;
}