.jumbotron {
    background-color: #ffffff;
    color: #000000;
	font-family: Century Gothic,sans-serif;
    padding: 0;
}
.jumbotron img{
    width: 100%;
    margin: 0;
    padding: 0;
}
.jumbotron h1 {
    margin: 30px 0 20px 0;
    padding: 0;
    font-family: Century Gothic, sans-serif;
    font-size: 42px;
    text-shadow: none;
}
.jumbotron img {
    margin: 0;
}
h1.text-info{
	color: #6f3198;
}

.text-info {
    color: #6f3198 !important;
}
#heading h1 {
    color: #6f3198 !important;
  
}
h3 {
    color: #6f3198 !important;
   }


.btn-primary {
    background-image: linear-gradient(to bottom, #22b14c 0px, #22b14c 100%);
    background-repeat: repeat-x;
    border-color: #ffffff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
	background-color: #22b14c !important;
	background-position: 0 -45px;
}
