@font-face {
  font-family: Monoton;
  src: url("../font/Monoton-Regular.ttf");
}

@font-face {
  font-family: Font1;
  src: url("../font/Panton-BlackCaps.otf");
}

body {
  margin: 0px;
  padding: 0px;
  background: #ECF0F1;
  color: #ECF0F1;
  transition: all 1s;
}

svg {
  height: 50px;
  width: 50px;
  padding: 5px;
  opacity: 0.7;
  cursor: pointer;
}

#nav {
  padding: 0px;

}

#nav li {
  list-style: none;
  display: inline-block;
}

#nav a{
  display: block;
  width: 100px;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 115%;

}

#nav a:hover {
  text-decoration: underline;
  color: #BDC3C7;
}

header {
  height: 400px;
  width: 100%;
  max-width: 100%;
  background-image: url("../img/header-bg1.jpg");
  background-size: cover;
  background-blend-mode: darken;
  background-color: skyblue;
}

header:after {
  content: 'JavaScript';
  font-size: 80px;
  display: block;
  text-align: center;
  padding-top: 70px;
}

#op:hover {
  color: #BDC3C7;
}

#ho {
  position: absolute;
  opacity: 0;
  width: 172px;
  right: 9999px;
  transition: opacity 1s;
  background: #34495E;
  padding: 10px;
  border-radius: 5px;
}

#nav li:hover #ho{
  right: 5px;
  opacity: 0.9;
}

#auth {
  position: absolute;
  opacity: 0;
  width: 172px;
  right: 9999px;
  transition: opacity 1s;
  background: #34495E;
  padding: 10px;
  border-radius: 5px;
}

#nav li:hover #auth{
  right: 5px;
  opacity: 0.9;
}

.submit {
  display: block;
  background: transparent;
  border: 0px;
  font-size: 115%;
  color: #ECF0F1;
  cursor: pointer;
}

.submit:hover {
  text-decoration: underline;
}

#content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

th {
  width: 170px;
  font-size: 125%;
  font-family: Font1;
  color: #34495E;
}

td {
  text-align: center;
  font-size: 125%;
  font-family: Font1;
  color: #34495E;
}

.today {
  font-size: 150%;
  color: #E74C3C;
}

#weekday {
  padding: 15px;
  color: #E74C3C;
}

#convert {
  background-image: url("../img/money.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 30px;
  background-blend-mode: darken;
  background-color: skyblue;
}

#cal {
  padding: 30px;
}

.submits {
  display: inline-block;
  background: transparent;
  border: 0px;
  font-size: 115%;
  color: #ECF0F1;
  cursor: pointer;
}

.submits:hover {
  text-decoration: underline;
}

#cl {
  border-bottom: 5px #ECF0F1 solid;
}

#time {
  padding: 30px;
  text-align: center;
  font-size: 150%;
  color: #34495E;
}

#time p {
  margin: 0px;
}

#action {
  background: #95A5A6;
  padding: 30px;
}

#action a {
  font-size: 125%;
  width: 177px;
  margin: 0 auto;
}

#slider {
  padding: 30px;
}

#nexty {
  border-radius: 50px;
}

#testdiv h2 {
  color: #34495E;
  text-align: center;
  font-size: 200%;
}

#questions h3{
  color: #34495E;
}

#testdiv a {
  color: #34495E;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.block {
  width: 400px;
  margin: 15px auto;
  background: #BDC3C7;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px gray;
  transition: background 1s;
  display: none;
}

.block h3 {
  text-align: center;
}

#questions label {
  display: inline;
  color: #34495E;
}

#questions  .check{
  display: inline;
  color: #34495E;
  margin-right: 5px;
}

.centered {
  width: 125px;
  margin: 5px auto;
}

.checksend {
  background: transparent;
  border: 0px;
  color: #34495E;
  font-weight: 600;
  margin: 5px auto;
  display: block;
  width: 150px;
  font-size: 125%;
}

.checksend:hover {
  border-bottom: 2px #34495E solid;
}

.check {
  color: #34495E;
  height: 15px;
  width: 15px;
}

#q6 {
  color: #34495E;
}
