/* Button default */
  .btn-success, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.btn-success {
	font-size: .50em;
	background-color: #2b53ca;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background-color: #122f85;
}

#kingstonarts p {
    color: #fff;
    font-size: 30px;
    }