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, .copyright a{
    background:#0A4AA0;
    color:white;
 
  }

  .copyright{
  
    padding: 1rem;
  }

  .logo{
    width:100px;
    border-radius:30%;
  }

  .responsive {
  width: 150px;
  height: auto;
}

h2{
  color:orange;
  font-weight:bold;
  font-family:arial rounded mt bold;
}
.jumbotron{

    background: linear-gradient(to right, #d60606, #130358);

}