body {
  background-color:#ffffff;
  background-image:url('../images/bg.jpg');
  font-family: 'Ubuntu', sans-serif;
  background-repeat: repeat;
  background-attachment: fixed;
}
div {
  border: 0px dashed red;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header {
	background-color:rgba(1,1,1,0.70);
  margin-bottom:0px;
}
.footer {
	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;
  font-size: 0.9rem;
  }
.main h3 {
    padding-top: 10px;
}
.main a {
    text-decoration: underline;
}
.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;
  font-size: 0.8rem;
}
.form h5 {
  padding-top: 10px;
}
.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;
}
.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: #ffffff;
  text-decoration: none;
}
.topnav a:hover {
  color: #cccccc;
  text-decoration: none;
}
.topnav .icon {
  display: none;
  font-size: 2.0rem;
}
/* ---Primary Menu--- */
.topnavfooter {
float: left;
position: relative;
left: 50%;
}
.topnavfooter a {
  float: left;
  position: relative;
  left: -50%;
  padding: 10px 14px 10px;
  color: #ffffff;
  text-decoration: none;
}
.topnavfooter a:hover {
  color: #cccccc;
  text-decoration: none;
}
.topnavfooter .icon {
  display: none;
  font-size: 2.0rem;
}
.custom-icon li {
list-style-type: none;
background: url('../images/bullets/') no-repeat top left;
padding: 0px 10px 5px 20px;
list-style-position: outside;
vertical-align: middle;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* Ratio 16:9 ( 100%/16*9 = 50% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 110%;
    width: 95%;
}
@media screen and (max-width: 480px) {
  .topnav a {display: none; font-size: 2.0rem;}
  .topnav a.icon {display: block; padding: 2px 10px 2px;}
  .topnav.responsive a {display: block; padding: 10px 10px 10px; font-size: 2.0rem;}
  .topnav.responsive .icon {display: block; padding: 2px 10px 2px;}
  .phone {
    font-size: 2.0rem;
  }
  .slider {
    font-size: 1.2rem;
  }
  .slider h1{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider2 {
    font-size: 1.1rem;
  }
  .slider2 h2{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  html {
    background-color:#ffffff;
    background: url(../images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
  }
  .main {
    font-size: 1.2rem;
    }
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
