body {
	/* background-color: #2B0C63; */
	/* background-image: url(images/oil.gifs); */
  background-image: url(images/potent.png);
	background-repeat: no-repeat;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    /* height: 100%; */
  }

  .whitebg{
    background:#fff;
    padding:5em;
  }

  .p-c{
    /* height:200px; */
    padding:1rem;
  }

  .connect a {
    padding: 1em ;
    font-size:2em;
  }

  .copyright{
    background:#0A4AA0;
  }

  .logo{
    width:100px;
    border-radius:30%;
  }

  .responsive {
  width: 150px;
  height: auto;
}

h2{
  color:orange;
  font-weight:bold;
  font-family:arial rounded mt bold;
}