
@font-face {
  font-family: 'Gill Sans';
  src: url('./Gill\ Sans.otf') format('opentype')
} 

@font-face {
  font-family: 'Gill Sans MT';
  src: url('./GIL2.TTF') format('truetype')
} 


.htmlb {
  background-image: url('hex.jpg');
}

.logoholder {
  margin-top: 5px;
  margin-left: 8px;
}

.topnav {
  font-family: "Times New Roman", Times, serif;
  background-color: #004107;
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
}

.topnav a {
  float: left;
  color: #f6ff00;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.bottomnav {
    font-family: "Times New Roman", Times, serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #004107;
    line-height: .9;
}

.bottomnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

.bottomgrid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
    color: #ffffff;
    height: 150px;
    font-size: 30px;
}

.ptime {
    font-size: 65px;
    margin-top: 8px;
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.starttime {
  margin-top: 15px;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
}

.shurooqdesc {
  margin-top: 18px;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
}

.clock {
    color: #004107;
    font-family: "Times New Roman", Times, serif;
    font-size: 300px;
    letter-spacing: 5px;
    margin-top: 158px;
    margin-left: 10px;
    text-align: center;
}

.clocksession {
    color: #004107;
    font-family: "Times New Roman", Times, serif;
    font-size: 70px;
    letter-spacing: 5px;
    text-align: center;
}

.clockseconds {
  color: #004107;
  font-family: "Times New Roman", Times, serif;
  font-size: 100px;
  margin-top: 85px;
  letter-spacing: 5px;
  text-align: center;
}

.clockpane {
  margin-top: 253px;
  font-family: "Times New Roman", Times, serif;
}

.middle {
  display: flex;
  flex-flow: row;

}

.logotext {
    position: absolute;
    top: 54%;
    left: 120px;
    transform: translateX(3%) translateY(-50%);
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
}

.iclock {
    position: absolute;
    top: 54%;
    left: 79%;
    transform:  translateY(-50%);
    color: #ffffff;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
}

.pbox {
    background-color: #004107;
    font-size: 25px;
}

.pboxname {
  margin-top: 10px;
  font-size: 30px;
}

.onbox {
    background-color: #b48c08;
    font-size: 25px;
    height: 100%;
}

.redbox {
  background-color: #930000;
  font-size: 25px;
  height: 100%;
}

.jbox {
  background-color: #004107;
  border-radius: 25px;
  width: 23%;
  height: 370px;
  margin-top: 140px;
  margin-left: 20px;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.jboxtext {
  line-height: 1.0;
  font-size: 30px;
  margin-top: 5px;
  color: #ffffff;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.jboxtime {
  font-family: "Times New Roman", Times, serif;
  font-size: 65px;
}

.jboxTitle {
  padding-top: 15px;
}