@font-face {
	font-family: 'Gilroy-SemiBold';
	src: url('/static/webfonts/Gilroy-SemiBold.otf');
}
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('/static/webfonts/Gilroy-Medium.otf');
}
@font-face {
	font-family: 'Gilroy-Light';
	src: url('/static/webfonts/Gilroy-Light.otf');
}


h1 {
  color: #fff;
  font-family: 'Gilroy-SemiBold', 'Montserrat', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h2 {
  color: rgb(184, 193, 236);
  font-family: 'Gilroy-Medium', 'Montserrat', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h3 {
  color: #232946;
  text-align: justify;
  font-family: 'Gilroy-SemiBold', 'Montserrat', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size:large;
}
h4 {
  font-family: 'Gilroy-SemiBold', 'Montserrat', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 1.1rem;
}
p {
  font-family: 'Gilroy-Light', 'Quicksand', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container {
  width: 100%;
}
.nav-link {
  color: #fff;
  font-family: 'Quicksand', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.nav {
  --bs-nav-link-hover-color: #fff;
}
a {
  color: #fff;
  font-family: 'Quicksand', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

footer {
  text-align: left;
  padding: 3px;
}

footer > a:link, a:visited {
  color: #d4d8f0;  
  text-decoration: none;
}
footer > a:hover {
  color: #d4d8f0;  
  text-decoration: underline;
}

footer > p {
  color: #d4d8f0;  
  text-decoration: none;
}


.container_outer {
  width: 100%;
  background-color: #232946;
}

.filter-green{
  filter: contrast(0%);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 890px) {
  .display-5 {
    text-align: center;
  }
  .display-7 {
    text-align: center;
  }
  .login-box {
    justify-items: auto;
    margin: auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 890px) {

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1400px) {

}
/* Medium devices (laptops/desktops, 768px and up) */
@media only screen and (min-width: 2300px) {

}