@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('./_bundle/Poppins-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/Poppins-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('./_bundle/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/NotoSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/NotoSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('./_bundle/NotoSans-SemiBoldItalic.ttf') format('truetype');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  background-image: url(./_shared/bg.jpg);
}

.container-fluid>div:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.box-wrapper {
  padding-top: 24px;
}

.box-wrapper a {
  text-decoration: none;
}

.box-wrapper a:hover {
  text-decoration: none !important;
}

.yellow-box h5 {
  font-size: 20px;
  background-color: #2676ad;
  color: white;
}

.yellow-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 700px;
  background-color: #2676ad;
  border-radius: 2rem;
  padding: 14px;
}

.hide-me {
  visibility: hidden;
}
