.copyright{
  text-align: center;
  background: rgb(63, 151, 233);
}

p{
  color: #fff;
  text-align: center;
}


.zoom {
  /* padding: 50px;
  background-color: green; */
  transition: transform .2s;
  /* width: 200px;
  height: 200px;
  margin: 0 auto; */
  cursor: pointer;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.zoom1 {
  /* padding: 50px;
  background-color: green; */
  transition: transform .2s;
  /* width: 200px;
  height: 200px;
  margin: 0 auto; */
  cursor: pointer;
}

.zoom1:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0);
}

  .subhead1{
    /* text-align: center; */
    background: #62D2EB;
    height: 134px;
    /* padding: 5px; */
    /* text-transform: uppercase; */
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* color: #fff; */
    /* margin-top: 7px; */
    
  }
  
  
  .subhead2{
   background: #159FBF;
   height: 50px;
   }
   
   @media only screen and(max-width:576px){
   .subhead1{
   height: 200px;
   }
   }
 
 /* On screens that are 1470px wide or less, the background color is blue */
@media screen and (max-width: 1470px) {
 
 .subhead1 {
    background: #62D2EB;
    height: 268px;
}

/* .subhead2 {
    background: #159FBF;
    height: 140px;
} */

.subhead2 {
    background: #159FBF;
    padding: 27px 0px;
    width: 100%;
    float: left;
    height: auto;
}
   
}