.navbar{
      box-shadow: 3px 8px 15px black;
}
.shadow{
    box-shadow: 4px 8px 15px black;
}
.w3-half img{
    opacity: 1;
}
.about{
    margin-left: 10%;
}
.link{
    text-decoration: none;
    font-size: 30px;
}
.locators{
      background-color: rgb(255, 255, 250);
}
footer{
    margin-left: 30vh;
}
.list{
    font-size: 3vh;
}
@media screen and (max-width: 1000px){
    .about{
        margin-left: 0;
        /* text-align: center; */
    }
    footer{
        margin-left: 10px;
        font-size: medium;
    }
    .list{
        font-size: 3vh;
    }
    .link{
        font-size: 20px;
    }

}
@media  screen and (min-width:1000px ) {
    .about{
        margin-left: 20%;
    }
}
