
 select
{
	color: #f2a100;
	height: 36px;
	padding-left: 10px;
	text-decoration: none;
	background-repeat: repeat-x;
	font-weight:bolder;
	font-size: 24px;
}

input[type=text]
{
	color: #f2a100;
	height: 36px;
	padding-left: 10px;
	text-decoration: none;
	background-repeat: repeat-x;
	font-weight:bolder;
	font-size: 40px;
}


/* Additional styling for the dropdown arrow */
select {

	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right: 30px; /* Space for the custom arrow */
}

/* Option styling */
select option {
	color: #f2a100;
	font-weight: bolder;
}

.required {
  color: #f8cf66;
}


#ip2 {
border-radius: 25px;
border: 2px solid #897238;
padding: 20px; 
width: 300px;
height: 85px; 
}	

.vertical-space-100 {
padding-top:500px;
}

.centered-text {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.centered-text-banner {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
	padding-top:25px;
}

.centered-text-home {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
	padding-top:5px;
	margin-bottom:85px;
}

.vertical_buffer {
	margin-bottom:65px;
}