h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
   color: #286289;
}

#hero h2 {
   color: #ffffff !important;
}

.sculptor {
  float: left;
}

.headercontact {
   margin-left: 200px;
   margin-top: -4px;
   padding-bottom: 10px;
}

.LOGO {
    max-width: 730px;
}

@media screen and (max-width: 480px) {
   header h4, header p {
   text-align: center !important;
 }
 }


@media screen and (max-width: 1195px) and (min-width: 658px) {
.header-block1, .header-block2 {
    width: 100%;
}
.customaddress {
   float: left;
}
.header-buttons {   
    float: right;
   margin-left: 30px;
}
}


@media screen and (min-width: 1200px) {
header {
   margin-right: -200px !important;
   margin-left: -200px !important;
}
header .learnmore {
   margin-bottom: 15px;
}
.customaddress {
   float: left;
}
.header-buttons {
    width: 230px;   
    float: right;
}
}