﻿/* latin-ext */
@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 400;
  src: local('Capriola Regular'), local('Capriola-Regular'), url(https://fonts.gstatic.com/s/capriola/v4/MCXNg459ZtebBVYIDxweyhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 400;
  src: local('Capriola Regular'), local('Capriola-Regular'), url(https://fonts.gstatic.com/s/capriola/v4/1uu0rRDB9aBBIKvbF1Q_1PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
  font-family: Capriola, Arial !important;
  font-weight: normal;
}
.navbar {
    border:none;
    border-radius: 0px;
}
.navbar img {
  display: block !important;
  margin: auto !important;
}
.navbar-inverse {
    background-color: #873899 !important;
    padding: 16px 40px;
    color: white;
}
.navbar-fixed-top {
  min-height: 128px !important;
}
.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-content-hide {
    display: none;
}
.navbar p {
    font-size: 20px;
    margin: 0px;
}
.language-selector {
    display: flex;
    gap: 8px;
}
.language-dropdown {
    background-color: transparent;
    border: none;
}
    .language-dropdown .arrow {
        right: 10px;
    }
    .language-dropdown option {
        background-color: white;
        color: #873899;
        font-family: Lato;
    }
        .language-dropdown option[selected] {
            background-color: white;
            color: black;
            font-weight: bold;
        }
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.redirecturl {
  display: none;
}
h2 {
  font-size: 26px;
}
p {
  font-size: 20px;
  margin-top: 30px;
}