@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,700,600,700italic,800,800italic);
body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}
.custom_header{
    background: #b5985a;
    text-align: center;
    padding: 1px 0 6px;
    color: #ffffff;
    overflow: hidden;
}
.phone_number {max-width: 64%;float: right;text-align: right;margin-right: 6%;margin-top: 15px;}
.myimage{
  display: block;
  width: 11%;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
  float: left;
  margin-left: 2%;
}
h2{
    padding-bottom: 0;
    font-weight: 400;
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 21px;
    width: 100%;
    display: block;
    float: left;
}
input[type="text"], input[type="email"]{
    width: 86%;
    margin-left: 6%;
    border: 1px solid #6b7b8f;
    min-height: 26px;
    font-size: 12px;
    padding: 3px;
    margin-top: 14px;
    font-weight: 300;
}
::-webkit-input-placeholder {
   font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
}

:-ms-input-placeholder {  
   font-size: 12px;
}
textarea{
    height: 98px;
    margin-left: 6%;
    width: 85.5%;
    margin-top: 14px;
    padding: 0 4px;
    border: 1px solid #6b7b8f;
}
p{
    font-size: 12px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    width: 100%;
    float: left;
    line-height: 16px;
}
p a {color:#ffffff;text-decoration: none;}
input[type="submit"]{
    display: block;
    border: none;
    background: #b5985a;
    color: #ffffff;
    padding: 8px;
    width: 89%;
    margin-left: 5%;
    font-size: 16px;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
input[type="submit"]:hover{
  opacity:0.8; 
}
select {
  margin-top: 14px;
  width: 39.5%;
  margin-left: 6%;
  min-height: 21px;
  padding: 5px 0px;
  font-size: 12px;
  border: 1px solid #a5509f;
}
.triangle {
    width: 0px;
    height: 0px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 15px solid #b5985a;
    text-align: center;
    margin: 0px auto;
    background: transparent;
    position: relative;
    z-index: 1;
}
.line1 {width: 100%; display: block;}