.navbar {
    margin-bottom: 0!important;
    background: white;
    border-bottom: 3px solid #0e76bc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-image: url(https://rgrantelectrical.co.nz/images/headers/navbg.jpg);
}
.navbar-default .navbar-nav>li>a {
    color: #292929;
    font-size: 18px;
}

body {
  font-family: 'Questrial', sans-serif;
}
#wrap {
    overflow: hidden;
}
.h2, h2 {
    font-size: 46px;
    margin-bottom: 40px;
}
.col-md-6 h2:after {
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    margin: 15px 0;
    content: '';
    background: #0e76bc;
    text-align: left;
}
p {
    margin: 0 0 10px;
    font-size: 24px;
}


/* Header */
.headtext {
    position: absolute;
    top: 30%;
    left: 10%;
    background: rgba(49, 71, 89, 0.55);
    padding: 10px;
}
.headtext h1 {
    color: white;
    font-size: 58px;

}
.headtext p {
    color: white;
    font-size: 26px;
    border-top: solid 1px white;
    margin-top: 30px;
    padding-top: 30px;
}
.headtext a {
  color: white;
}
div#fullwidthbar a {
    color: #d6d6d6;
}
.col-md-6.boxl {
    border-right: 1px solid #525252;
}

div#fullwidthbar {
    text-align: center;
    background: #0e76bc;
    color: white;
    padding: 20px 0px 0px 0px;
    margin: 100px 0px 50px 0px;
    -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.75);
}
div#fullwidthbar p {
  font-size:36px;
}
div#footer {
    background: #0e76bc;
    color: white;
}
div#footer a {
  color:white;
  font-size:16px;
}
div#footer p {
  color:white;
  font-size:16px;
}

/* Contact Form */
.col-md-6.form6l {
    padding: 0px 20px 0px 0px;
}
.col-md-6.form6r {
    padding: 0px 0px 0px 20px;
}
.control-label.formControlLabel {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    font-family: 'Questrial', sans-serif;
}
.col-sm-12.formControls {
    text-align: center;
}
input#Send {
    background: #0e76bc;
    padding: 10px 50px 10px 50px;
    font-size: 24px;
    color: white;
    font-family: 'Questrial', sans-serif;
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
    height: 50px;
}
@media only screen and (max-width: 768px){

  .col-md-6.form6l {
    padding: 0px 0px 0px 0px;
}
.col-md-6.form6r {
    padding: 0px 0px 0px 0px;
}

  .rsform {
    padding: 20px;
}

  .col-md-6.boxl {
    border-bottom: 5px solid #0e76bc;
    border-right: none;
}
  #fullwidth {
    overflow: hidden;
        margin-top: 60px;
}
  .headtext {
    display:none;
  }
  #brand {
    width: 80%;
 }


}
@media only screen and (min-width: 1024px) {
  ul.nav.menunav.menu.navbar-nav {
    margin-top: 30px;
    margin-left: 350px;
}
}
.block.notices {
  	background: #d4f0ff;
    border: 2px #0080c4 solid;
    border-radius: 10px;
}
	