/* GRA310 - Digital Graphic Design for Web - SNHU
        Style Sheet - Contact
        Author: Claudia Lindsay
        Date:   01/30/2017

        Filename: style_sheet_contact_CLindsay.css*/



/* #############################BODY##################################### */
.form-horizontal {
    background-color: #d7e4c2; 
    font-family: 'Muli', Arial, sans-serif;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(190, 30, 45, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(190, 30, 45, 1);
}