
    .raleway_small{
    Font-Family: 'Raleway', Sans-Serif;
    Font-Size: 25px;
    color:#FBAA1E;
    }


	#page_wrapper {
      margin:auto;
      text-align: center;
      background-color: aliceblue;
      min-height: 100vh;
        margin-top: 20px;
    }

#contact-area {
	width: 600px;
	margin-top: 25px;
	border: 1px solid #61967B;
	padding:10px;
    border-radius: 25px;
}

#contact-area input, #contact-area textarea {
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
    color: #566F77;
    padding-left: 50px;
    padding-right: 50px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #FFE066;
    border-radius: 25px;
}

#contact-area input.submit-button {
	width: 140px;
	float: right;
    background-color: #B07585; 
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}