
/** ADD YOUR AWESOME CODES HERE **/

.custom.active{
    background: #d07272;
	color: #ffffff;
	border-radius: 4px;
}



/** ADD YOUR AWESOME CODES HERE **/

.custom.active{
    background: #d07272;
	color: #ffffff;
	border-radius: 4px;
}
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: 'Athiti', sans-serif;
    width: 70%;
    min-width: 300px;
  }

#venuetype{
	width:150px;
	height:40px;
}
  #regForm h3 {

	text-align: center;
  }

.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-form{
  font-size:18px;
}

.custom-brown{
  color:brown;
}
.custom-green{
  color:green;
}
.custom-blue{
  color:#3498DB;
}
.custom-red{
  color:red;
}

.custom-grey{
  color:#2C3E50;
}
.custom-violet{
  color:#9B59B6;
}


.custom-center {
  margin: auto;
  width: 50%;
  padding: 10px;
}


.custom-text-center{
text-align:'center';
}

.custom-p{
  display:inline;margin-left: 12px;
}

.custom-font-10{
  font-size:9px;
}

.custom-link{
  color:#239B56;
}