/* cover image */
body{
    /* background-image: url('images/girlone.png'); */
    background: url("../images/mycoverb.jpg");
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    body{
    background: url("../images/portraitcovera.jpg");
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    }
  }
  .ili{
    color: black;
    text-decoration: none;
  }
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .p-5{
        margin-top: 300px;
      }
  }  
  /* jumbotron starts */
  .p-5{
    margin-top: 400px;
  }
  .ty{
    margin-top: 100px;
  }
  /* jumbotron ends */

  /* photo gallery starts */
  .fre{
    background-color: white;
    padding: 30px;
  }
  /* photo gallery ends */

  /* logo gallery starts */
  .ret{
    margin: 5px;
  }