.carousel-control.left, .carousel-control.right
	{
    	background-image: none;
	}

.home
  {
    background-color: white;
    color: #0d0d0d;
    font-family: times new roman;
  }
  .home > p 
    {
      font-size: 15px;
      text-align: left;
      text-indent: 30px;
    }

.centerize 
  {
    margin: 0 auto;
    text-align: center;
  }