@font-face {
  font-family: "Impress"; 
  src: url(Impress.ttf) 
}

@font-face {
  font-family: "BowlbyOneSC-Regular";
  src: url(BowlbyOneSC-Regular.ttf)
}

@font-face {
  font-family: "vtRemingtonPortable";
  src: url(vtRemingtonPortable.ttf)
}

body {
  margin: 0;
  font-family: Impress, sans-serif;
  font-size: 18px;
  background-color: #006ebd;
  background-image: repeating-linear-gradient(0deg, #006ebd -5px, #006ebd 5px, #006ebd 5px, #0084BF 5px, #0084BF 10px);
  color: white;
}

.boddy {
 padding-left: 30px;
 padding-right: 30px;
}

h1 {
  font-family: BowlbyOneSC-Regular, sans-serif;
  font-size: 40px;
  text-align: center;
  background-color: white;
  color: black;
  border: 8px solid #1fb5d7;
  border-radius: 8px;
  padding: 40px 20px;
  overflow-wrap: break-word;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h2 {
  font-family: BowlbyOneSC-Regular, sans-serif;
  text-align: center;
}

table, th, td {
  padding: 5px;
  overflow-wrap: break-word;
}
table {
  border: 3px solid;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
th {
  border: 2px solid;
  text-align: center;
  background-color: #1fb5d7;
  color: white;
}
td {
  border: 2px solid;
  border-color: #a4b8d8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
  background-color: white;
  color: #779bd5;
}

.accordion {
  background-color: #1fb5d7;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.8s;
}

.active, .accordion:hover {
  background-color: #002fbd; 
}

.panel {
  padding: 0 18px;
  max-height: 0;
  background-color: white;
  color: #779bd5;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.dash {
 border: 1px dashed; 
}

.next {
 border: 3px solid; 
}

a:link {
  color: #6be1bb;
}
a:visited {
  color: #6be1dd;
}
a:hover {
  color: #28d79a;
}

button {
  font-family: Impress, sans-serif;
  font-size: 26px;
  padding: 10px 20px;
  background-color: white;
  border: 4px solid #1fb5d7;
  border-radius: 8px;
  transition-duration: 0.2s;
  cursor: pointer;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button:hover {
  background-color: #1fb5d7;
  color: white;
}

footer {
  font-family: Impress, sans-serif;
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #b4cae9;
  color: #6190d1;
  text-align: center;
}

a:link.footerlink {
  color: #1766b5;
}
a:visited.footerlink {
  color: #1766b5;
}
a:hover.footerlink {
  color: #002fbd;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #006ebd;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #006ebd;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  font-family: Impress, sans-serif;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #006ebd transparent transparent transparent;
}

.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity .5s;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  border: 4px solid #1fb5d7;
  border-radius: 8px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.active {
  background-color: #002fbd;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  border-radius: 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ebf1fa;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #1fb5d7;
  color: white;
}

.dropdown-content a:hover {
  background-color: #3498DB;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

