        @media screen and (min-width: 601px) {
                  div.blink{
                    width:25%;
                    height:25%;
                  }
                  
                  div.mainpic{
                    width:25%;
                    height:25%;
                  }
                  
                  div.title {
                    font-size: 43px;
                  }
                  div.place{
                    font-size: 31px;
                  }
                  p.social{
                    font-size: 30px;
                  }
                  p.contact{
                    font-size: 20px;
                  }
                  div.menu{
                    font-size: 17px;
                  }
                  p.content{
                    font-size: 17px;
                  }
                  img.clergy {
                  width: 50%;
                  object-fit:fill;
                }
             /*     img.slides{
                      float:none;
                      width:45%;
                  } */
                  
                img.photo {
                  width: 100px;
                  height: 100px;
                  object-fit:fill;
                  /* display:none; */
                }
                img.galdel {
                  width: 80px;
                  height: 60px;
                  object-fit:fill;
                  /* display:none; */
                }
                
               /* div.polaroid {
                  width: 100%;
                  background-color: white;
                  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                  margin-bottom: 25px;
                } */
                
                div.galpic {
                  text-align: center;
                  color:green;
                }
               /*  
                .zoom {
                  padding: 50px;
                  background-color: green;
                  transition: transform .2s;
                  width: 200px;
                  height: 200px;
                  margin: 0 auto;
                } */
                
                .zoom:hover {
                  -ms-transform: scale(1.7); /* IE 9 */
                  -moz-transform: scale(1.7);
                  -webkit-transform: scale(1.7); /* Safari 3-8 */
                  transform: scale(1.7); 
                }
                
                div.info{
                    overflow-y: scroll;
                    height: 100px;
                }
            }
            
        @media screen and (max-width: 600px) {
                  div.blink{
                    width:100%;
                    height:100%;
                  }
                  div.title{
                    font-size: 5.7vw;
                  }
                  div.place{
                    font-size: 5.7vw;
                  }
                  p.social{
                    font-size: 4vw;
                  }
                  p.contact{
                    font-size: 4.5vw;
                  }
                  div.menu{
                    font-size: 4vw;
                  }
                  p.content{
                    font-size: 4vw;
                  }
                  img.clergy{
                    width: 30%;
                    height: 20%;
                    object-fit:fill;
                 }
                 img.photo {
                  width: 30%;
                  height: 20%;
                  object-fit:fill;
                  float: none;
                  /* display:none; */
                }
                img.galdel {
                  width: 30%;
                  height: 20%;
                  object-fit:fill;
                  /* display:none; */
                }
                
                div.galpic {
                  text-align: center; 
                  color:green;
                }
                div.info{
                    overflow-y: scroll;
                    height: 100px;
                }
                
        }
        
            .slides {
                  width: 300px;
                  height: 200px;
                  object-fit:fill;
                  float:none;
                  /* display:none; */
                }
            
        
         /*   .hov:hover {
                    color: red;
                    transform: scale(1.7); 
            }  
           
            a:link {
              color: green;
            }
            
           
            a:visited {
              color: green;
            }
            
           
            a:hover {
              color: red;
            }
            
          
            a:active {
              color: yellow;
            }  */
                
          /*  .sldshow {
                  width: 400px;
                  height: 300px;
                  object-fit:fill;
                  float:none;
                }  */
            
                
        