 @charset "utf-8";
/* CSS Document */
/* On screens that are 992px or less, set the background color to blue */
<style>

@media screen and (max-width: 1500px) {
 .c1 { margin-top:10px; background-color:#39C;
       
  }
  
}


@media screen and (max-width: 1024px) {
 .c1 {
       
margin-top: -2px;
       
background-color:#39C;
  }
}

@media screen and (max-width: 780px) {
 .c1 {
       
margin-top: -14px;
       
background-color:#39C;
  }
}


@media screen and (max-width: 768px) {
 .c1 {
       
margin-top: -54px;
       
background-color:#39C;
  }

@media screen and (max-width: 600px) {
 .c1 { 
       
margin-top: -55px;
       
background-color:#39C;
  }
}

@media screen and (max-width: 360px) {
 .c1 { max-width:10O%;
	 
       
margin-top: -56px;
       
background-color:#39C;
  }
}

/* On screens that are 600px or less, set the background color to olive */
 
 
</style>