* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  //list-style: none;
  //list-style-type: none;
}

body {
  font-family: sans-serif;
  //background: #3a5479;
  background: #ffffff;
  //color: #fff;
  color: #3a5479;
}

.pagetop {

  position: absolute;
  top: 0px;
  left: 180px;
  max-width: 1080px;
  width: 100%;
  height: 180px;
  //border: 3px solid #73AD21;
  z-index: 1;

  //position: absolute;
  //top: 0;
  //left: 60;
  //z-index: 1;
  //width: 100vw;
  //width:2048px;
}

.pagetop img {
  width: fit-content; 
  //max-width: 2048px;
  //width: 100%;
  //height: 90px;
  //valign:top;

  //display: flex;
  justify-content: center;
  align-items: center;
  height: 99px;
  //border: 3px solid green;

}


.pagetop td {
   padding: 15px;
}

b {
   font-size: 1rem; 
   //margin: 2.5rem; 
   color: brown;
}

ul
{
    list-style-type:none;
    //list-style-type:square
    padding:0px;
    margin:0px;
}

.list-content-left {
  list-style-type: square;
}

.list-content-left li{
  padding-left:5px;
  line-height: 25px;
}


.list-content-right {
  list-style-type: square;
  //list-style-position: inside;
  //text-align: right;
  //direction:rtl;
  //margin: 0 1em;
}

.list-content-right li {
  direction:rtl;
  line-height: 25px;
  padding-left:5px;
  //text-align:right;
  //margin:15px;
  //text-align: right;
  //list-style-position: inside;
  //margin: 0 1em;

}


.lists ul {
  list-style-type: square;
  padding-left:20px;
  //left-margin:15px;

}

li
{
   //display:inline;
    padding-left:14px;
}


.mainpage {

  position: absolute;
  top: 190px;
  left: 180px;
  width: 100%;
  //max-width: 1725px;
  max-width: 1280px;

  //height: 100px;
  //border: 3px solid #73AFFF;

//  margin-left: calc(100vw - 87%);
//  position: absolute;
//  left: 200px;
//  top: 110px;
}

.mainpage h1 {
  font-size: 6rem;
  margin: 2.5rem;
  color: brown;
}

.mainpage h2 {
  font-size: 2rem;
  margin: 2.5rem;
  color: brown;
}

.mainpage h3 {
  font-size: 1.5vw;
  color: brown;
  margin: .5rem;
}

.mainpage h4 {
  font-size: 1rem;
  margin: 2.5rem;
  color: brown;
}

.mainpage h5 {
  font-size: 4.5vw;
  color: brown;
  //margin: 2.5rem;
}

.mainpage h6 {
  font-size: .85vw;
  color: red;
  //margin: 2.5rem;
  background-color:#84c2f5;
}


.mainpage2 img {
  position: absolute;
  top 0px;
  left: 160px;
  opacity:45%;
  //border-radius: 50%;
  //width: fit-content;
  //max-width: 2048px;
  //max-height: 400px;
}


.menu {
  position: fixed;
  //top: 110px;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100vw;
}

.burger {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 30px;
  margin: 20px;
  justify-content: space-between;
  cursor: pointer;
}

.line {
  background-color: #ffff;
  width: 100%;
  height: 3px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

/*needed to position the dropdown content */
.dropdown {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  width: 120px;
  padding: 10px 0 0 10px;
  //background-color: #bf6a40;
  background-color: coral;
  height: 100vh;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}


/* Dropdown-Content (Hidden by Default) */
.dropdown-content {
  //display: none;
  display: inline-block;
  position: absolute;
  //background-color: #f1f1f1;
  background-color: #3a5479;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: "Times New Roman", Times, serif;
  font-size:12px;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 1px 1px;
  text-decoration: none;
  display: block;
}

.dropdown li {
  padding: 10px;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeIn 0.10s ease-in-out forwards;
  transform: all 0.1s;
}

.dropdown li:hover {
  background: #3a5479;
  width: 100%;
}

.dropdown a {
  color: #fff;
}

.dropdown li:nth-child(1) {
  animation-delay: 0.10s;
}
.dropdown li:nth-child(2) {
  animation-delay: 0.15s;
}
.dropdown li:nth-child(3) {
  animation-delay: 0.20s;
}
.dropdown li:nth-child(4) {
  animation-delay: 0.25s;
}
.dropdown li:nth-child(5) {
  animation-delay: 0.25s;
}
.dropdown li:nth-child(6) {
  animation-delay: 0.25s;
}
.dropdown li:nth-child(7) {
  animation-delay: 0.25s;
}
.dropdown li:nth-child(8) {
  animation-delay: 0.25s;
}
.dropdown li:nth-child(9) {
  animation-delay: 0.25s;
}


.dropdown img {
	width: 50px;
	height: 60px;

}


/* Container for content */
.pagecontent {
  //position: fixed;
  //text-align: center;
  //color: white;
  color: #3a5479;
  left: 180px;
  top: 190px;
  //border: 3px solid #73AFFF;

  //top: 190px;
  //left: 180px;
  width: 100%;
  max-width: 1725px;
  font-family: "Times New Roman", Times, serif;
  font-size:16px;


}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 160px;
  left: 16px;
  right: 460px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 160px;
  right: 16px;
  left: 460px;
}

/* Centered list */
.centered-list {
   text-align: center;
}
.CenteredUL {
  display: inline-block;
  list-style-type: square;
  padding-left:20px;
  text-align: left;
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #3a5479;
  transform: translate(-50%, -50%);
}

.left-side {
  position: absolute;
  //bottom: 160px;
  top: 8px;
  left: 16px;
  width: 350px;
  height: 100px;
  //border: 1px solid blue;
  color: #3a5479;
  font-size: 1.5vw;
}

.right-side {
  position: absolute;
  //bottom: 160px;
  top: 8px;
  right: 16px;
  width: 175px;
  height: 100px;
  //border: 1px solid blue;
  color: #3a5479;
  font-size: 1vw;
}

/* Bottom Centered text */
.bottom-center {
  position: absolute;
  bottom: 5%;
  //left: 50%;
  color: #3a5479;
  //transform: translate(-50%, -50%);
  font-size: 1.5vw;
}

/* top Centered text */
.top-center {
  //position: absolute;
  top: 1px;
  left: 0px;
  color: #3a5479;
  //transform: translate(-50%, -50%);
  font-size: 1vw;
}


/* footer */
.footer {
  //position: fixed;
  //bottom: 1%;
  left: 0px;
  //color: #3a5479;
  //transform: translate(-50%, -50%);
  width:100%;
  text-align:center;
  font-size: 1vw;
}

/* Copyright */
.copyright {
  //position: fixed;
  //bottom: 1%;
  //top: 1px;
  left: 0px;
  //color: #3a5479;
  //transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-size: .75vw;

}


.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: DodgerBlue;
}

.flex-container .box {
  background-color: #f1f1f1;
  width: 100%;
  margin: 5px;
  text-align: left;
  //line-height: 75px;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.burger:hover .dropdown {display: block;}

