

h1{ 
  font-family: monospace; 
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

h3{
  font-family: monospace;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 999;
  width: 100%;
  mix-blend-mode: screen;
  margin-bottom: 15px;

}

.grid .square {
  position: relative;
  z-index: 9999;
  width: 10%; 
  padding-bottom: 10%;
  overflow: hidden;
  outline: 1px solid #fff;
}

.squares-container{
  right: 0;
left: 0;
display: flex;
flex-wrap: wrap;
position: fixed;
z-index: 999;
width: 100%;
height: 100vh;
bottom: 23px;
}

.grid .square .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.square {
  background-color: #673AB7;
}

#bkg{
    position:fixed;
    mix-blend-mode: darken;
    opacity:92%;
    z-index:999;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(../img/emergency.png) no-repeat center center fixed;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#gradient{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top:0;
  left: 0;
}

h1{
  position: fixed;
color: #fff;
top: 0;
text-align: center;
width: 100%;
margin: 20% auto;
z-index: 99;
left: 0;
font-size: 7em;
}
  


.world-clock{
  padding-right: 3%;
}

.footer {
position: absolute;
width: 100%;
top: 0;
height: 25px;
background-color: transparent;
font-family: monospace;
color: #fff;
z-index: 99999;
padding-top: 15px;
}

.copyright{
  position: absolute;
  left: 30px;
}

.time {
width: 100%;
margin: 0 auto;
position: absolute;
text-align: center;
}

.footer a{
  position: absolute;
  right: 30px;
  color: #fff;
}

.marquee {
  height: 25px;
  width: 100vw;
  z-index: 99999;
  position: absolute;
  background-color:transparent;
  bottom: 0;
  color: #fff;
}

.marquee div {
  display: block;
  width: 700%;
  padding-top: 6px;
padding-bottom: 6px;
  bottom:0;
  background-color: transparent;
  padding-left: 99%;
  position: fixed;

  animation: marquee 40s linear infinite;
}

.marquee span {
  width: 20%;
  text-transform: uppercase;
  color: #fff;
  font-family: monospace;
  padding-top: 15px;
  margin: 1 5%;
}

@keyframes marquee {
  0% { left: 1%; }
  100% { left: -550%; }
}



.marquee-bottom {
  height: 25px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee-bottom div {
  display: block;
  width: 200%;
  height: 30px;
  z-index: 999;
  bottom:0;
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  border-top: 1px solid #fff;

  animation: marquee-bottom 10s linear infinite;
}

.marquee-bottom span {
  float: left;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  font-family: monospace;
  padding-top: 5px;
}

@keyframes marquee-bottom {
  0% { right: 0; }
  100% { right: -100%; }
}

.marquee-bottom div:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}


@media (max-width: 760px){
  .grid .square {
  position: relative;
  z-index: 9999;
  width: 25%; 
  padding-bottom: 25%;
  overflow: hidden;
  outline: 1px solid #fff;
}

h1{
  font-size: 2em;
  margin: 55% auto;
}



.world-clock {
padding-right: 4%;
}

.copyright{
  font-size: 15px;  
  left: 10px;
}

.footer a{
  right: 10px;
  font-size: 15px;
}
}