@media (min-width:360px)and (max-width:384px){
    *{
        margin: 0;
        padding: 0;
    }
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 350px;
        margin-bottom: -100px;
        
      }
    .downloadbt {
        margin-left: 80px;
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .word {
        margin-top: 2%;
        margin-left: 15px;
        font: 500 normal 1.7em 'tahoma';
    }
    .data{
        margin-top: 25%;
        margin-left: 15px;
        color: azure;
        font-size:25px ;
        margin-bottom: 30%;
        display: inline flow-root list-item;
      }
      .column-2 {
        float: left;
        width: auto;
        padding: 40px;
        padding-left:70px;
        padding-right: 70px;
        height: 600px;
        margin:30px;
        margin-right:30px;
        margin-bottom: 70px;
        background-color: #FEDE00;
        line-height:2;
      }
      /* Large profile image */
      .large-profile {
        display: none;
      }
    .column-1 {
        width: 90%;
        height: auto;
        padding-top: 70px;
        padding-left: 70px;
        padding-bottom: 70px;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 75px;
        background-color: white;
    }

    .slk {
        padding: 40px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 60px;
        height: 450px;
        margin: 30px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 85px;
        background-color: white;
        position: relative;
        width: auto;
    }

    .column-4 {
        float: left;
        width: 21%;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 120px;
        height: 250px;
    }

    /* Color and Images for Project Containers  */
      
            .project-1 {
                background: url('../img/protoo.png');
                background-color: #209BFF;
                background-size: cover;
              }
              
              .project-2 {
              
                background:url('../img/mylogo.png');
                background-position-y:-35px;
                background-size: cover;
              }
              
              .project-3 {
                background:url('../img/logo.svg');
                background-size:250px;
                background-position-x: 25px;
                background-repeat: no-repeat;
                background-color:hsla(0, 0%, 100%, 0.623);
              }
              .openbt {
                margin-top: 250px;
                margin-left: 0px;
                  background-color:#47e1e6;
                  border-radius:34px;
                  border:1px solid #24c8d4;
                  display:inline-block;
                  cursor:pointer;
                  color:#241924;
                  font-family:Trebuchet MS;
                  font-size:18px;
                  font-weight:bold;
                  font-style:italic;
                  padding:5px 5px;
                  text-decoration:none;
                  text-shadow:-1px 0px 11px #305ed1;
              }
        /*col 5*/
        .column-5 {
            float: left;
            width: 20%;
            padding: 10px;
            margin-left: 45px;
            margin-bottom: 80px;
            height: 250px;
        }

}
@media (width:480px){
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 350px;
        margin-bottom: -100px;
        
      }
    .downloadbt {
        margin-left: 120px;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .word {
        margin-top: 2%;
        margin-left: 15px;
        font: 700 normal 2em 'tahoma';
    }
    .data{
        margin-top: 20%;
        margin-left: 15px;
        color: azure;
        font-size:25px ;
        margin-bottom: 120px;
        display: inline flow-root list-item;
      }

    .column-1 {
        width: 90%;
        height: auto;
        padding-top: 70px;
        padding-left: 70px;
        padding-bottom: 70px;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 75px;
        background-color: white;
    }

    .slk {
        padding: 40px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 60px;
        height: 450px;
        margin: 30px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 85px;
        background-color: white;
        position: relative;
        width: auto;
    }

    .column-4 {
        float: left;
        width: 21%;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 120px;
        height: 250px;
    }

    /* Color and Images for Project Containers  */
      
            .project-1 {
                background: url('../img/protoo.png');
                background-color: #209BFF;
                background-size: cover;
              }
              
              .project-2 {
              
                background:url('../img/mylogo.png');
                background-position-y:-35px;
                background-size: cover;
              }
              
              .project-3 {
                background:url('../img/logo.svg');
                background-size:250px;
                background-position-x: 25px;
                background-repeat: no-repeat;
                background-color:hsla(0, 0%, 100%, 0.623);
              }
              .openbt {
                margin-top: 250px;
                margin-left: 0px;
                  background-color:#47e1e6;
                  border-radius:34px;
                  border:1px solid #24c8d4;
                  display:inline-block;
                  cursor:pointer;
                  color:#241924;
                  font-family:Trebuchet MS;
                  font-size:18px;
                  font-weight:bold;
                  font-style:italic;
                  padding:12px 23px;
                  text-decoration:none;
                  text-shadow:-1px 0px 11px #305ed1;
              }
        /*col 5*/
        .column-5 {
            float: left;
            width: 20%;
            padding: 10px;
            margin-left: 45px;
            margin-bottom: 80px;
            height: 250px;
        }

}
