body {
  background-color:#ffffff;
  background-image:url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "Oxygen", "Raleway", Arial, sans-serif;
}
div {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header {
	background-color:rgba(255,255,255,0.85);
}
.content-wrap {
	position:relative;
	background-color:rgba(1,1,1,0.60);
  padding:10px;
}
.main {
	position:relative;
	background-color:rgba(1,1,1,0.60);
  padding:20px;
  color: #FFFFFF;
}
.phone {
  position:relative;
  padding:30px;
  font-size: 1.6rem;
  font-weight: bold;
}
.phone a {
  color: #545454;
  text-decoration: none;
}
.phone a:hover {
  color: #878787;
  text-decoration: none;
}
.copyright{
  color:#FFFFFF;
  font-size: 0.8rem;
}
.copyright a {
  color: #FFFFFF;
  text-decoration: none;
}
.copyright a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
.disclaimer{
  font-size: 0.8rem;
  color: #DDDDDD;
}
.form {
	background-color:rgba(1,1,1,0.80);
  padding:20px 20px 20px 20px;
  color: #FFFFFF;
}
.form-style{
    position:relative;
}
.form-style-heading{
    font-weight: bold;
    border-bottom: 0px solid #AAAAAA;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2.0rem;
    color: #FF0000;
    line-height: 1.5em;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 160px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 80%;
}
.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    padding: 4px 4px;
    margin: 4px 0;
    outline: none;
    padding-left: 8px;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 80%;
}
.form-style input[type=submit],
.form-style input[type=button]{
    border: none;
    padding: 4px 12px 4px 12px;
    background: #FF0000;
    color: #fff;
    width: 80%;
}
.form-style input[type=submit]:hover,
.form-style input[type=button]:hover{
    background: #FF5555;
    color: #FFF;
}
h1{
  font-size: 3.6rem;
  font-weight: bold;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #878787;
  text-decoration: none;
}
/* ---Primary Menu--- */
.topnav {
float: left;
position: relative;
left: 50%;
}
.topnav a {
  float: left;
  position: relative;
  left: -50%;
  padding: 40px 14px 10px;
  color: #545454;
  text-decoration: none;
}
.topnav a:hover {
  color: #878787;
  text-decoration: none;
}
.topnav .icon {
  display: none;
  font-size: 2.0rem;
}
.custom-icon li {
list-style-type: none;
background: url('../images/bullets/default.png') no-repeat top left;
padding: 0px 10px 5px 20px;
list-style-position: outside;
vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .topnav a {display: none; font-size: 2.0rem;}
  .topnav a.icon {display: block; padding: 10px 10px 10px;}
  .topnav.responsive a {display: block; padding: 10px 10px 10px; font-size: 2.0rem;}
  .topnav.responsive .icon {display: block; padding: 10px 10px 10px;}
  .phone {
    font-size: 2.0rem;
  }
}
