@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);
  background-size: cover;
  overflow-x: hidden;
  padding-bottom: 48px;
}

.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;
}

.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding: 0px 40px;
}

.header {
  margin-top: 0px;
  background-color: var(--primaryblue);
  padding-top: 24px;
  padding-bottom: 24px;
}

.header h1 {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #41a2ce;
  display: block;
  letter-spacing: 2px;
}

.header h2 {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  line-height: 1.25em;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

article {
  padding-left: 15px;
  padding-right: 15px;
}

article nav {
  background-color: #fff;
  padding: 12px;
  margin-top: -12px;
  list-style-type: none;
  text-align: left;
}

nav li a {
  color: var(--primaryblue) !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 18px;
}

nav li {
  padding-top: 12px;
  padding-left: 24px;
}

article h2 {
  display: block;
  background-color: var(--headingblue);
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  outline: 3px solid var(--headingblue);
  outline-offset: 0;
  font-size: 24px;
  min-height: 60px;
  padding-top: 15px;
  text-align: center;
  margin-right: -18px;
  margin-left: -18px;
}

.link-row {
  margin-bottom: 48px;
}

.navbar-static-bottom {
  position: absolute;
  bottom: 0;
}

.footer-fluid {
  max-width: unset;
  padding: 0px 12px;
}

div.info {
  background-color: transparent !important;
  padding: 12px;
  text-align: center;
}

@media (max-width: 500px) {
  .header h1 {
    font-size: 28px;
  }

  .header h2,
  article h2 {
    font-size: 20px;
  }

  nav li a {
    font-size: 16px;
  }

  .container-fluid {
    padding: 0px 24px;
  }
}
