
  #confname {
  text-align: left;
  font-size: 100px;
  font-family: "Roboto", system-ui;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 40px;  
  text-shadow:
    -4px -4px 0 #224491,
     0   -4px 0 #224491,
     4px -4px 0 #224491,
     4px  0   0 #224491,
     4px  4px 0 #224491,
     0    4px 0 #224491,
    -4px  4px 0 #224491,
    -4px  0   0 #224491;
  color: #FBA948;
  }
  
  @media (max-width: 900px){
  /* Use cqw unit for font size */
  #confname {
    font-size: 6cqh; /* Adjust the value as needed */
  }
  #confnamefull {
    font-size: 3cqh; /* Adjust the value as needed */
  }
}

#maindiv{
font-size: 18px;
max-width: 1000px; margin: auto;

    min-height: -webkit-calc(100% - 550px);     /* Chrome */
    min-height: -moz-calc(100% - 550px);     /* Firefox */
    min-height: calc(100% - 550px);     /* native */
}

#maindiv h2 {
min-width: 250px;
padding-left: 6px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;  
  font-family: "Roboto", system-ui;
  font-weight: normal;
}


#contactdiv h2 {
min-width: 250px;
padding-left: 6px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;  
  font-family: "Roboto", system-ui;
  font-weight: normal;
}
  
#confnamefull {
  text-align: left;

  margin-top: 0px;

  font-family: "Roboto", system-ui;
font-weight: bold<img src="logo_AIJ.jpg" alt="" />;
margin-left: 6px;
padding-bottom: 25px;
  text-shadow:
    -2px -2px 0 #224491,
     0   -2px 0 #224491,
     2px -2px 0 #224491,
     2px  0   0 #224491,
     2px  2px 0 #224491,
     0    2px 0 #224491,
    -2px  2px 0 #224491,
    -2px  0   0 #224491;

  color: #FBA948;
}

#posterimg{
max-width: 90vw;
  width: 700px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 499px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  #maindiv > div> div , p {
  max-width: 1000px; 
    margin-left: 7px;
    margin-right: 7px;
  }
  
  #maindiv {
    min-height: 0px;      /* Chrome */
    min-height: 0px;     /* Firefox */
    min-height: 0px;     /* native */
  }
}
html, body {
font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
}

#menuContainer {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
}

.menu li {
	flex-grow: 4;
display: inline-block;
  padding: 0em 1.5em;
  text-decoration: none;
  font-size: 0.90em;
  font-weight: 600;
  outline: 0;
  color: #FFF;
}
.menu li a {
display: inline-block;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  outline: 0;
  color: #FFF;  
  font-family: "Roboto", system-ui;
  font-weight: normal;
}

