body {
overflow-x: hidden;
background-color: #E9EAEC;
color: #001852;
}

p {
  padding:0;
  margin:0;
  padding-bottom: 1em;
  max-width: 70ch;

}

h1 {
  padding: 0;
  margin:0;
  font-size: 24px;
  line-height: 1.25;
}

h2 {
  font-weight: normal;
  padding: 0;
  margin:0;
  font-size: 16px;
}

.navimenu {
  padding: 2.5em 0 2em 0;
}


.nai {
  text-align: left;
}

.nai a {
  color: #001852;
  text-decoration: none;
}

.nai li {
  list-style-type: none;
  margin:0;
  padding:0;
}

.nai ul {
  margin:0;
  padding:0;
}

.alignmenuright {
  text-align: right;
}

.flagsmall {
  padding-bottom: 1em;
}

.flagsmall img {
  height: 24px;
}

.flagsmall a {
  margin:0;
  padding:0;
}


.flaglong {
  position: absolute;
  z-index: 52;
  top: 15px;
  right: 15px;
  text-align: center;
}

.flaglong img {
  height: 40px;
}

.flaglong p {
  text-align: center;
}

ul.paddingtopsmall {
  padding-top: 2em;
}

ul {
  list-style-position:inside;
}

ul.dataone, .dataone li {
  list-style-type: decimal;
  list-style-position:outside;
}

.nosquare li {
  list-style-type: square;
}

.nocircle li {
  list-style-type: circle;
}

@media screen and (min-width: 260px) {


.h1block {
  display: block;
}

.h2block {
  display: block;
}


}



@media screen and (min-width: 454px) {


.h1block {
  display: inline;
}

.h2block {
  display: block;
}


}

@media screen and (min-width: 622px) {


.h1block {
  display: inline;
}

.h2block {
  display: inline;
}


}


@media screen and (min-width: 634px) {


.h1block {
  display: inline;
}

.h2block {
  display: inline;
}

.logobanner {
  padding-bottom: 3em;
}

}


@media screen and (min-width: 639px) {


.h1block {
  display: inline;
}

.h2block {
  display: inline;
}

.logobanner {
  padding-bottom: 3em;
}

.flaglong {
  position: absolute;
  z-index: 52;
  top: 1px;
  right: 15px;
  text-align: center;
}

.flaglong img {
  height: 24px;
}


}


@media screen and (min-width: 813px) {


.logobanner {
  padding-bottom: 3em;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size:18px;
}

.flaglong img {
  height: 26px;
}




}

@media screen and (min-width: 1024px) {


.logobanner {
  padding-bottom: 3em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size:27px;
}

}


@media screen and (min-width: 1245px) {


.logobanner {
  padding-bottom: 3em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size:27px;
}

.flaglong img {
  height: 45px;
}

}


/** Overlay **/


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(233,234,236); /* Black fallback color */
  background-color: rgba(233,234,236, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 10px;
  margin-left: 15px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 2px;
  text-decoration: none;
  font-size: 16px;
  color: #001852;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 24px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 24px;
    top: 15px;
    right: 35px;
  }
}
