body , p{
    padding:0;
    margin: 0;
}

main {
    background-image: url("/images/hero-indea.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height:100vh;

}

.info{
    position: absolute;
    top:20%;
    left:10%;
}

.logo img{
    margin-bottom: 50px;
    min-width:400px;
}

.text{
    font-family: 'Roboto';
    font-size: 30px;
    margin-bottom: 20px;
}

.map a{
    font-family: 'Roboto';
    font-size:20px;
    color:rgb(0, 0, 0);
    text-decoration:none;
}

.map a:hover{
    color:#565858;
}

.ig_logo{
    margin-top: 10px;
    max-width: 40px;
}

.coming{
    max-width: 90%;
    position:absolute;
    top:90%;
    left:10%;
    font-family: "Roboto";
    font-size:56px;
    color:#565858;
}


@media only screen and (max-width:1000px)
{
    
    body{
        zoom:100%
    }

    main{
        background-position: center;
    }
    .info{
        position: absolute;
        top:5%;
        left:10%;
    }
    .logo img{
        min-width:300px;
    }

    .coming{
        font-size:35px;
    }

}