tile1 {
    color: black;
    /* text-shadow 2x wx 4x #ffff00; */
    /* text-shadow 2x wx 4x #ffffff; */
    text-shadow 2x wx 4x #c3c3c3;
}

.grey-text-shadow {
    /* text-shadow: yellow 0 5px; */
    /* text-shadow: white 0 5px; */
    text-shadow: #c3c3c3 0 5px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #999999;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
}

#myBtn:hover {
    /* color: #ffff00; */
    color: #dbf3fa;
    cursor: pointer;
    background-color: #000000;
}

div.c {
  line-height: -10px;
}

div2 {
    font-variant:small-caps;
    color: black;
    font-size: 17.5px;
    font-weight: normal;
}

div3 {
    font-variant:small-caps;
    color: black;
    font-size: 24px;
    font-weight: normal;
}

nav {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #dbf3fa;
  padding: 5px 0px 4px 0px;
  text-align: center;
  width: 100%;
  position: sticky;
  top: 0px;
}

nav a {
  /* color: #000000; */
  color: #808080;
  text-decoration: none;
  margin: 0px 20px;
  padding: 0px 5px 0px 5px;
  font-weight: bold;
  font-size: 1.3em;
}

nav a:hover {
  /* background-color: #ffffff; */
  background-color: #dbf3fa;
  /* color: #0000ff; */
  color: #000000;
  /* padding: 0px 0px; */
  font-weight: bold;
  text-decoration: underline;
}

p.box1 {
    outline-style: single;
    /* outline-offset: 2px; */
    background: white;
    outline: 4px solid silver;
    margin: auto;
    width: 80%;
    /* padding: Top Right Bottom Left; */
    padding: 5px 18px 10px 18px;
    text-align: justify;
}

.parent {
    text-align: center;
}

.child1 {
    display: inline-block;
    /* border-radius: 5px; */
    /* border: 3px solid teal; */
    /* border: 3px solid green; */
    /* outline-style: double; */
    /* outline-offset: 2px; */
    /* outline: 4px solid darkgreen; */
    /* vertical-align: middle; */
    /* text-align: center; */
    /* margin: 8px; */
    /* width: 325px; */
    /* padding: 3px; */
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: 000;
  text-align: center;
}

a {
  text-decoration: none;
}

.container {
  background-color: #f1f2f3;
  color: white;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: auto;
}

.container header {
  background-color: #fff;
  color: white;
  height: 40%;
  width: 100%;
}

.container .menu {
  background-color: #7cace5;
  width: 100%;
  height: 18%;
  float: left;
}

.container .menu ul {
  background-color: #0000ff;
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container .menu ul li {
  width: 15%;
  text-align: center;
  float: left;
  position: relative;
  font-weight: bolder;
  vertical-align: middle;
}

.container .menu ul li a{
  display: inline-block;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.container .menu ul li:hover {
  /* background-color: #00ffff; */
  background-color: #dbf3fa;
  transition: .3s ease-in-out;
  border-radius: 2px;
  text-shadow: 0 6px 6px #0000ff;
  overflow: hidden;
}

.container .menu ul li a:hover {
  color: white;
}

.container section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1f2f3;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: large;
  font-weight: bold;
  margin: 0%;
  padding: 0%;
}

.container .homebox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0%;
  padding: 2%;
}
