body {
  font-family: Arial, Helvetica, sans-serif;
  background: url("../img/bg.jpg");
  padding: 0px;
  margin: 0px;
}
#wrapper {
  position: relative;
  width: 980px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
#flag {
  position: absolute;
  display: block;
  z-index: 1;
  left: -65px;
  top: -15px;
  width: 643px;
  height: 390px;
}
#content {
  position: relative;
  z-index: 10;
  width: 978px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-radius-bottom-left: 5px;
  border-radius-bottom-right: 5px;
}
#navigation {
  position: relative;
  z-index: 11;
  width: 980px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#navigation li {
  display: inline-block;
  color: rgb(245, 245, 245);
  width: 135px;
  height: 35px;
  line-height: 35px;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0px;
  font-size: 15px;
  flex-grow: 1;
}
#navigation li ul {
  display: none;
  text-align: left;
  width: 20%;
}
#navigation li:hover > ul {
  background: rgb(18, 18, 19);
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  top: 35px;
  z-index: 50;
}
#navigation li > ul a {
  background-image: none;
}
#navigation li > ul a:hover {
  color: rgb(255, 255, 255);
  background: rgb(18, 18, 19);
  background-image: none;
}
#navigation a {
  display: block;
  color: rgb(245, 245, 245);
  background: rgb(21, 21, 21) url("../img/nav-bg.png");
  text-decoration: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#navigation a:hover {
  background: rgb(200, 200, 200) url("../img/nav-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#greeting {
  background: url("../img/greeting.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 910px;
  height: 280px;
  margin: auto;
}
#greeting h2 {
  color: rgb(0, 0, 0);
  text-align: center;
  text-shadow: 2px 2px rgb(200, 200, 200);
}
#greeting p,
#greeting ol {
  clear: both;
  float: right;
  display: block;
  font-weight: bold;
  text-align: right;
  width: 300px;
  margin-right: 20px;
}
#greeting ol {
  text-align: left;
}
#footer {
  margin-top: 15px;
}
#copyright {
  float: left;
}

.title {
  position: relative;
  z-index: 10;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 25px auto;
  text-align: center;
  text-shadow: 3px 3px rgb(10, 10, 10);
  font-size: 50px;
}
#tiles {
  width: 910px;
  height: 300px;
  margin: 20px auto;
}
.tile {
  display: inline-block;
  background: rgb(200, 200, 200);
  width: 210px;
  height: 300px;
  margin: 5px;
  vertical-align: top;
  text-align: center;
  border: 1px solid rgb(250, 250, 250);
  border-radius: 5px;
}
.tile h4 {
  width: 190px;
  text-align: center;
  margin: 5px auto;
  border-bottom: 2px dashed rgb(20, 20, 20);
}
.tile ul {
  list-style: none;
  margin: 10px 0px;
  padding: 10px;
  text-align: left;
}
.tile li {
  margin: 0px;
  padding-right: 10px;
}
.tile h5 {
  text-align: center;
  margin: 5px auto;
}
.section {
  clear: both;
  background: rgb(200, 200, 200);
  width: 910px;
  margin: 20px auto;
  padding: 20px 0px;
  border: 1px solid rgb(250, 250, 250);
  border-radius: 5px;
}
.section p {
  text-indent: 20px;
  padding: 0px 15px;
}
.section h1 {
  margin-left: 25px;
}
.section .closing {
  text-align: right;
  padding: 0px 100px;
}
.down {
  padding: 0;
  margin: 0px;
}
.totop {
  float: right;
}
.spacer {
  clear: both;
}
.administration {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
