#contact_form{
    margin-bottom: 20px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 10rem;
    
}


.contact_formPart{
     margin-top: 10px;     
}
.contact_formPart label{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    

    
}
.contact_formIntro{
    width: 100%;
}
.contact_formIntro h2{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 50px;
    
}
.inpt{
    border: 1px #4545451e solid;
    width: 100%;
    height: 3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    padding-left: 10px;
    border-radius: 5px;
    
}
.desc{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 5px;
    border: 1px #4545451e solid;
    
    
}
.btn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 3rem;
    background: #578d05;
    color: white;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    border: none;

}
.contact_formPart > span {
	color: #93c896;
    margin-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
    display: block;
    text-align: right;
    
}

#contact_formResponse{
    
    margin-bottom: 50px;
}
#contact_formResponse p{
    background-color: #93c896;
    color: white;
    padding: 20px 20px;

}

