*
{
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

html,
body
{
  background-color: #1a2036;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  scrollbar-width: thin; /* Thin scrollbar on Firefox */
}

/* Thin scroolbar on Chrome & others */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.webgl
{
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.html-content-block {
  position: relative;
  z-index: 1;
}

.topnav {
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  padding-top: 50px;
  width: 100%;
}

.active {
  color: white;
}

.topnav .icon {
  display: none;
}

.logo1 {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;

  /* margin-right: 60px; */
  /* width: 100% */
}

.logo1 img {
  width: 60px;
  margin-right: 20px;
}

.logo1 img:hover {
  transition: all .2s ease;
  filter: drop-shadow(0 0 0.2rem #d3d3d3);
}

.logo2 img {
  position: relative;
  width: 130px;
  top: -20px;
  margin-right: 40px;
  filter: drop-shadow(0 0 0.5rem #b5b0b0);
}

.logo2 img:hover {
  transition: all .2s ease;
  filter: drop-shadow(0 0 0.5rem white);
}

.dropcategory {
  font-size: 18px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #d0d0d0;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropcategory:hover {
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 8px 0px;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.25);
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur( 6px );
  -webkit-backdrop-filter: blur( 6px );
  border-radius: 4px;
}

.dropdown-content a {
  font-size: 16px;
  font-weight: 600;
  float: none;
  display: block;
  color: #ededed;
  text-align: left;
  padding: 4px 16px;
  text-decoration: none;
}

.dropdown-content a:hover {
  background: rgba( 200, 200, 200, 0.15 );
  backdrop-filter: blur( 2px );
  -webkit-backdrop-filter: blur( 2px );
  color: white;
}

.dropdown:hover .dropdown-content {
  transition: all .4s ease;
  display: block;
}

.welcome {
  margin: auto;
  text-align: center;
  width: 30%;
  color: whitesmoke;
  margin-top: 40px;
  margin-bottom: 120px;
  min-width: 500px;
}

.video {
  margin: auto;
  width: 100%;
  text-align: center;
}

.award {
  text-align: center;
  width: 50%;
  margin: auto;
  color: white;
}

.award img{
  width: 100px;
}

.page-content {
  font-size: 18px;
  color: white;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 160px;
  width: 60%;
  max-width: 1000px;
  padding: 60px 40px 40px 40px;
  background-color: rgba(0,0,0,0.3);
  /* border: 1px solid rgba(255,255,255,0.1); */
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  text-align: justify;
  text-justify: inter-word;
}

.title {
  position: absolute;
  z-index: 3;
  top: -30px;
  left: -20px;
  font-size: 18px;
  color: white;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.3);
  /* border: 1px solid rgba(255,255,255,0.1); */
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
  border-radius: 15px;
}

.cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  backdrop-filter: blur(8px);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.3);
  width: 300px;
  height: 520px;
  margin: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.card:hover {
  transform: scale(1.06);
  transition: all .4s ease;
}

.card h3, .card h5, .card p {
  margin: 8px 20px;
}

.profile-image {
  background-color: rgba(0,0,0,0.3);
  width: 100% !important;
  margin-top: 0 !important;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 10px;
}

ul {
  margin: 8px 0px 8px 30px; 
}

li {
  margin: 10px 0;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

.page-content a { 
  color: #759ee9 !important;
  /* text-decoration: none; */
}

.page-content .fig {
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 100px;
  text-align: justify;
}

.page-content a:visited { 
  color: #8475e9;
}

.page-content img {
  display: block;
  margin: 8px auto;
  width: 80%;
  height: auto;
}

/* table {
  margin: auto;
  width:auto;
} */

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0px;
  width:auto;
  margin: 10px auto;
}

.tg td {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-cly1 {
  text-align: left;
  vertical-align: middle
}

.tg .tg-9wq8 {

  text-align: center;
  vertical-align: middle
}

.tg .tg-nrix {
  text-align: center;
  vertical-align: middle
}

.tg .tg-sq1i {
  /* color: #06C; */
  text-align: left;
  text-decoration: underline;
  vertical-align: top
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: top
}

mjx-math {
  white-space: normal !important;
}

.sponsor-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px 0 30px 0 !important;
}

.sponsors {
  height: 110px;
  flex-basis: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors-img {
  width: 200px !important;
  max-width: 100% !important;
  object-fit: contain;
  filter: grayscale(100);
  margin: 0 !important;
  background-color: #ffffff;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.sponsors-img:hover {
  filter: none;
  width: 210px !important;
  transition: all .4s ease;
}

.licence {
  color: #b9b9b9;
  text-align: center;
  margin: auto;
  width: 50%;
  margin-bottom: 20px;
}

.licence a {
  color: #b9b9b9;
}

.mobileWarning {
  display: none;
  text-align: center;
  vertical-align: middle;
  color: white;
  width: 80%;
  margin: 50% auto;
}

/* When the screen is less than 600 pixels wide, hide all */
@media screen and (max-width: 600px) {
.dropdown .dropcategory, .page-content, .logo1, .logo2, .licence {
    display: none;
  }

.mobileWarning {
  display: block;
}
}