body 
{
  background-image:url('img/back.png');
  background-size:cover;
  background-attachment:fixed;
   font-family: "Montserrat", sans-serif;
   color:#fff;
}

h4 
{
  color:#fff;
  font-size:22px;
  margin-top:20px;
}

h5 
{
  margin-top:0px;
  color:#e3c167;
  font-weight:700;
}

.bgi-image 
{
  margin-top:15vh;
}

.ashim-image 
{
  margin-top:12vh;
}

.premier-image 
{
  width:70%;
}

.register-btn 
{
  background:#007b85;
  color:#fff;
  border-radius:20px;
  padding:10px 25px;
  font-weight:700;
  margin-top:30px;
  display:inline-block;
  font-size:24px;
  transition:linear 0.1s background;
}

.register-btn:hover 
{
  text-decoration:none;
  background:#e3c167;
  color:#007b85;
  transition:linear 0.2s background;
}

.hide-desktop 
{
  display:none;
}

.hide-phone 
{
  display:inline-block;
}

p 
{
  margin-bottom:0px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width:1340px;
    }
  }

@media only screen and (max-width: 600px) {
body 
{
  background-image:url('img/back-phone.png');
  background-size:cover;
  background-attachment:fixed;
   font-family: "Montserrat", sans-serif;
   color:#fff;
}
  .hide-phone 
  {
    display:none;
  }

  .hide-desktop 
  {
    display:inline-block;
  }

  .bgi-image 
  {
    margin-top:-30px;
    width:80% !important;
    margin-left:10%;
  }

  .ashim-image 
  {
    margin-top:50px;
  }

  h4 
  {
    text-align:center;
    font-size:18px;
  }

  h5 
  {
    font-size:18px;
    text-align:center;
    margin-top:10px;
    margin-bottom:0px;
  }
  p 
  {
    text-align:center;
    margin-bottom:0px;
  }

  .register-btn 
  {
    font-size:15px;
    width:70%;
    margin-left:15%;
    text-align:center;
    margin-bottom:20vh;
  }

  .premier-image 
  {
    width:70%;
    margin-left:15%;
  }


}