body {
    -webkit-touch-callout: none; 
    -webkit-text-size-adjust: none; 
    -webkit-user-select: none;  
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:18px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
}
	
.app {
    position:absolute;
    left:0px;
    top:5%;
    height:200px;                
    width:100%;                  
    text-align:center;
    padding:0px 0px 0px 0px;   
    margin:0px 0px 0px 0px;  
}
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        position:absolute;
	    left:0px;
        top:5%;
        height:300px;
        width:100%;   
        text-align:center;
        padding:0px 0px 0px 0px; 
        margin:0px 0px 0px 0px;  
    }
}

/* Portrait layout (default) */
.event {
    border-radius:8px;
    -webkit-border-radius:8px;
    color:#FFFFFF;
    font-size:28px;
    margin:0px 30px;
    padding:5px 0px;
}
.cl {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:90px; 
	margin-top:0px; 
	font-weight:bold; 
	color:#000;
	}
.lit {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:48px; 
	margin-top:-10px; 
	font-weight:bold; 
	color:#000;
	}

@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.event {
    border-radius:8px;
    -webkit-border-radius:8px;
    color:#FFFFFF;
    font-size:30px;
    margin:0px 30px;
    padding:5px 0px;
}	
}

.event.listening {
    background-color:#ab0207;
    display:block;
	text-align: center;
}

.event.received {
    background-color:#4B946A;
    display:none;
	text-align: center;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.loader {
  border: 8px solid #ccc;
  border-radius: 50%;
  border-top: 8px solid #ab0207;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 0.4s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.developers {
  margin-top: 10px;
  text-align: center;
 }
.developers a {
  margin-top: 10px;
  text-align: center;
 }

.developers img {
	width:400px;
	height:400px;
	margin-top:80px;
 }
 @media screen and (max-width: 900px) {
.developers img {
	width:400px;
	height:400px;
	margin-top:30px;
 }
.cl {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:90px; 
	margin-top:0px; 
	font-weight:bold; 
	color:#000;
	}
.lit {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:48px; 
	margin-top:-10px; 
	font-weight:bold; 
	color:#000;
	} 	 
 }
 @media screen and (max-width: 600px) {
 .developers {
  margin-top: 10px;
  text-align: center;
 }
.developers a {
  margin-top: 10px;
  text-align: center;
 }

.developers img {
	width:200px;
	height:200px;
	margin-top:30px;
  }
.cl {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:50px; 
	margin-top:0px; 
	font-weight:bold; 
	color:#000;
	}
.lit {
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:28px; 
	margin-top:-10px; 
	font-weight:bold; 
	color:#000;
	}  
 }




