@font-face {
  font-family: 'FXMatrix105MonoComprDblSubRegular';
  src: url("../fonts/FXMatrix105MonoComprDblSubRegular.woff") format('woff');
}


@font-face {
  font-family: 'FXMatrix105MonoComprDblSubRegular';
  src: url("../fonts/FXMatrix105MonoComprDblSubRegular.woff2") format('woff2');
}

@font-face {
  font-family: 'FXMatrix105MonoEliteDblSubRegular';
  src: url("../fonts/FXMatrix105MonoEliteDblSubRegular.woff") format('woff');
}


@font-face {
  font-family: 'FXMatrix105MonoEliteDblSubRegular';
  src: url("../fonts/FXMatrix105MonoEliteDblSubRegular.woff2") format('woff2');
}



/*  Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
 border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: white;
  border: solid 1px black;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3e4435;
}

/* Text styling */
body {
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  /* line-height: 100%; */
  /* letter-spacing: 1px; */
  overflow-y: hidden;
  color: black;
  /* color: #3e4435; */
  /* background-image: url("../img/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}





/* Grid */
html, body {
  height: 100%;
  width: 100%;
  padding:0;
  margin: 0;
}


h1 {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: -2px;
  /* line-height: 100%; */
  display: inline;
  text-align: center;
}

h2 {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  /* display: inline; */
  letter-spacing: -2px;
  line-height: 100%; 
  text-align: center;
}


h3 {
  font-weight: 400;
  font-size: 0.8em;
  display: inline;
  text-align: center;

}

p {
  font-family: 'Times', serif;
  display: inline;
  font-size:1  em;

}

.time {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  display: inline;
  font-size:1em;
  line-height: 100%;
}


sup {
  display: inline;
}

a {
  display: inline;
  text-decoration: none;
  color: #3e4435;
  cursor: pointer;
}

a:hover {
  color: #2a8831;
}








/* Header*/
header {
  position: absolute;
  top: 0;
  left: 0;
}
.aboutbutton {
  position: fixed;
  top: 0;
  right: 0;
  background-color: lightgreen;
  border-radius: 0;
  border-style: none;
  z-index: 2;
} 

#aboutus {
  position: absolute;
  display: none;
  background-color: lightgreen;
  padding: 5px 20px 5px 5px;
  width: 200px;
}




.part {
  width: 50%;
  height: 100%;
  float: left;
  overflow: scroll;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#div1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  background-image: url("../img/ohlogo_green.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

#div2 {
  display: flex;
  flex-flow: column nowrap;
  overflow: scroll;
  overflow-wrap: break-word;
  /* padding: 10px; */
  border-left: solid 1px black;
}

/* #div3 {
  display: flex;
  align-items: center;
  justify-content: center;


}
#div4 {
  display: flex;
  align-items: center;
  justify-content: center;
} */


.upnextarchive {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  width: 100%;
  padding: 10;
}

.schedule {
  display: flex;
  flex-flow: column;
  align-content: center;
  margin-top: 10px;
  margin: auto;
  width: 95%;
  padding: 10px;
  overflow-wrap: break-word;
}

.line {
  width: 100%;
  border-bottom: solid 1px black;
}

.scheduleimage {
  max-width: 70%;
  margin: auto;
}

iframe {
  width: 100%;
  height: 60px;
margin: auto;
}

.live {
  font-family: 'Arial Narrow', Times, serif;
  font-weight: 400;
  color: black;
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  font-size: 3em;
  /* display: inline; */
  letter-spacing: -1px;
  line-height: 100%; 
  text-align: center;
}


.control {
  z-index: 100;
}





.clockcontainer {
  /* display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: fixed; */

}

.clock {
  border-radius: 0;
  border-style: none;
  z-index: 2;
  align-self: left;
  text-align: left;
  padding: 0px;
  /* -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); */
}

.txt {

}


/* Overlay ABOUT */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 49;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: display 2s ease-in 3s;
}

.buttons {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
  cursor: pointer;
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  text-align: left;
}


.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10%; 
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.overlay a {
  display: block;
  
}

.overlay .closebtn {
  position: absolute;
  padding: 5px;
  border-radius: 5px;
  top: 10;
  right: 10;
  /* border: solid 1px black;*/
  z-index: 3;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); !* Fallback color *!*/
  /*background-color: rgba(255,255,255,0.4); !* Black w/ opacity *!*/
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin: auto;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 650px;
  max-width: 80%;
  height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.2s;
  animation-name: animatetop;
  animation-duration: 0.2s
}

.modal-body {
  padding: 5px;
  align-content: center;
  text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}



.openore, .openox, .openabout, .tracks-as-envelopes {
  z-index: 1;
  cursor: pointer;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.openore:hover, .openox:hover, .openabout:hover, .tracks-as-envelopes:hover {
  color: #2a8831;
}


/* The Close Button */
.oreclose, .oxclose{
  float: right;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.oreclose:hover, .oxclose:hover,
.oreclose:hover, .oxclose:focus {
  color: #2a8831;
  text-decoration: none;
  cursor: pointer;
}


.modal-footer {
  padding: 2px 16px;
  background-color: rgb(48, 59, 1, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: white;
}


#mydiv {
  position: absolute;
  cursor: move;
  text-align: center;
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.example {
    h1: 3em;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 2em;
  }

 .part {
  width: 100%;
  height: 50%;
  float: left;
  overflow: scroll;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#div2 {
  border-left: none;
  border-top: solid 1px black;
}

}