/* Add here all your CSS customizations */

.prompt {
	font-family: prompt ;
}

#color1 {
  background-image: linear-gradient(to right, #5bbaf4, #006fc4);
}

#colormaster {
  background-color:#04234E;
}


/*-------------------------------*/
.donate-now {
     list-style-type:none;
     margin:5px 0 0 0;
     padding:0;
	 text-align:center;
}

.donate-now li {
    float:left;
    margin:0 5px 0 0;
    width:200px ;
    height:50px;
    position:relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label,
.Checked + label {
	color: #FFF;
    background: #473277;
	border:1px solid #473277;
}

.donate-now label {
    padding:5px;
    border:1px solid #DDD; 
    cursor:pointer;
    z-index:90;
	border-radius: 3px;
	background:#ffffff;
}

.donate-now label:hover {
	color: #FFF;
    background:#473277;
}