html,
body {
  margin: 0px;
  padding: 0px;
}

.main {
  padding: 40px;
}

.bar {
  height: 1em;
  width: 100%;
  /* background-color: #1cdac3; */
  background-image: linear-gradient(
    #264653,
    #1a665d,
    #69eede,
    #1a665d,
    #264653
  );
  margin-top: 5em;
  /* border-top: 1px dashed #264653; */
  /* border-bottom: 1px dashed #264653; */
}

.headings {
  text-align: center;
  margin-top: 5px;
  /* background-color: #264653; */
  padding: 20px;
  font-size: 1.5em;
}
.heading {
  text-align: center;
  font-weight: 900;
  margin-top: 1em;
}

.sep {
  font-size: 2em;
  font-weight: 900;
  color: #2a9d8f;
  padding: 1em;
}

.calculators {
  background-color: #2a9d8f;
  padding: 0.5em 3em;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 2em;
}
.calculators:hover {
  background-color: #264653;
  color: #2a9d8f;
  transition: 0.4s;
  text-decoration: none;
}

.pdfs {
  background-color: #264653 !important;
  padding: 0.5em 3em !important;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
  border: none;
  margin-top: 20px;
}

a {
  text-decoration: none;
  color: white;
}

.chkNotes {
  padding: 30px 0px 0px 0px;
  display: block;
}
h2 {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 2px;
}

#s1,
#s2,
#terminal {
  display: inline-block;
  font-size: 2em;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1.6;
}

.navbar {
  color: white;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  padding: 0rem !important;
}
.topbar {
  background-color: #264653;
  width: 100%;
  top: 0px !important;
  font-size: 0.9em;
  text-align: center;
}

.mainbar {
  background-color: #2a9d8f;
  width: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0em 3em;
}

/* .bottombar {
  border-top: 1px solid #26465349;
  border-bottom: 1px solid #26465333;
  width: 100%;
  text-align: left;
  padding: 0.5em;
  position: sticky;
}

.bottombar a {
  color: #264653;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0em 2em;
} */

.right a {
  float: right;
  color: white;
  text-transform: uppercase;
  padding: 1em;
  margin-left: 2em;
  font-weight: 700;
}
.right a:hover {
  background-color: #264653 !important;
  color: #2a9d8f !important;
  text-decoration: none !important;
  transition: 0.4s;
}
.right {
  float: right;
}

.listitem {
  color: black !important;
  line-height: 2;
}
.listitem:hover {
  text-decoration: none;
  color: #2a9d8f !important;
  transition: 0.3s;
}

li {
  list-style-image: url("list.png");
}

h3 {
  padding: 3em 0em 1.2em 0em;
  letter-spacing: 1px;
}
.note {
  color: #02554b;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}
