@media (max-width: 760px) {
 .flexcontainer {
      flex-direction: column;
    }
    .hide{
        display:none
    }
    .deco{
        position:relative;
       height:130px;
       img{
        height:100%;
       }
    
    }
    .fea{
        img{
            width:100%;
        }
    }
   
.navdeck {
        background-color: #eee8f3;
        width:100%;
}

    ul{
      list-style-type: none;  
      outline: none;
      border: 2px solid #6E7179;
      text-align: center;
      
    }
    li {
    display: inline-block;
    background: rgb(238,232,243);
    background: linear-gradient(0deg, rgba(238,232,243,1) 0%, rgba(244,241,248,1) 12%, rgba(253,254,255,1) 100%);
    background-color: #FDFEFF;
     width:119px;
     text-align: left;
     padding:0;
     margin:0;
    
    }
    
    .top {
        display: none;
    }
    
    .rightside{
        width:91%;
        margin: auto;
    }

    .news, .webrings{
       
        width:100%;
      }
    
#webamp{
        display:none;

    }

}