body{
    background-color: #363131;
}
.img-wrapper .img-fluid{
    margin-top: 50px;
    height: 500px;
    width: 1000px;
}
.img-wrapper{
    background-color: #ebb134;
    border-radius: 8px;
    transform: translateY(20px);
}
h1,h5,h6{
    color:aliceblue;
}
body {
    overflow-x: hidden; 
   
  }
.container{
    margin-right: 0;
    margin-left: 0;
}
#text {
    margin-right: 20px;
    margin-left: 50px;
    background-color: #ebb134;
}
@media (max-width: 1000px){
    #footerBig{
        display: none;
    }
    #Coming-soon-small{
        display: block;
    }
    #Coming-soon-big{
        display: none;
    }
}
@media (min-width: 1000px){
    
    #Coming-soon-small{
        display: none;
    }

   
}
    
