/******************************************************************************
 * VARIABLES
 ******************************************************************************/
/******************************************************************************
 * GLOBAL ELEMENTS
******************************************************************************/
html,
body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #002f6d;
  height: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #002f6d;
}
/******************************************************************************
* TYPOGRAPHY
******************************************************************************/
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont-webfont.eot');
  src: url('../fonts/opensans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont-webfont.eot');
  src: url('../fonts/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sui_generisregular';
  src: url('../fonts/sui_generis_rg-webfont.eot');
  src: url('../fonts/sui_generis_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sui_generis_rg-webfont.woff2') format('woff2'), url('../fonts/sui_generis_rg-webfont.woff') format('woff'), url('../fonts/sui_generis_rg-webfont.ttf') format('truetype'), url('../fonts/sui_generis_rg-webfont.svg#sui_generisregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2 {
  font-family: 'sui_generisregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h3,
h4,
h5,
h6,
nav {
  font-family: 'open_sansbold', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}
p {
  font-family: 'open_sansregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#hero h2 {
  font-size: 48px;
  line-height: 38px;
  margin-bottom: 0px;
  color: #005cb9;
}
h2 {
  font-size: 22px;
  line-height: 72px;
}
h3 {
  font-size: 32px;
  line-height: 32px;
}
/******************************************************************************
 * NAVBAR
******************************************************************************/
#topbar {
  background-color: #002f6d;
  color: #fff;
  text-align: right;
}
#topbar p {
  font-family: 'open_sansbold', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}
nav {
  background-color: #fff;
  height: 110px;
  margin-bottom: 0px !important;
}
nav .navbar-nav {
  float: right;
  margin-right: -15px;
  margin-top: 3%;
}
nav .navbar-nav li {
  padding-left: 70px;
}
nav .navbar-nav li.active a {
  color: #005cb9 !important;
}
nav .navbar-nav a {
  padding-right: 0px;
  padding-left: 0px;
  color: #005cb9;
  text-transform: uppercase;
}
nav .navbar-nav a:hover {
  background-color: transparent;
  color: #005cb9;
}
@media (max-width: 1200px) {
  nav #logo {
    width: 340px;
    height: auto;
    margin-top: 3px;
  }
}
@media (max-width: 992px) {
  nav #logo {
    width: 340px;
    height: auto;
    margin-top: -5px;
  }
  nav .navbar-nav {
    float: left;
    margin-right: 0px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  nav {
    height: inherit;
    min-height: 90px !important;
  }
  nav .navbar-toggle {
    background-color: #ff7b00;
  }
  nav .icon-bar {
    background-color: #333333;
  }
  nav .navbar-nav {
    width: 100%;
    text-align: center;
  }
  nav .navbar-nav li {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  #topbar p {
    font-size: 12px;
  }
  nav #logo {
    width: 220px;
  }
}
/******************************************************************************
 * HERO
******************************************************************************/
#hero {
  height: 515px;
  background-color: #fff;
  background-image: url('../img/hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#hero h2 {
  margin-top: 37%;
}
#hero h3 {
  margin-top: 0px;
}
#hero #heronumber {
  font-size: 48px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  #hero h2 {
    margin-top: 28%;
  }
}
@media (max-width: 992px) {
  #hero h2 {
    margin-top: 17%;
  }
  #hero h3 {
    line-height: 32px;
  }
  #hero #heronumber {
    font-size: 32px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #hero {
    background-image: url('../img/hero-mobile.jpg');
  }
  #hero h3,
  #hero p {
    color: #fff;
  }
}
/******************************************************************************
 * SERVICES
******************************************************************************/
#services {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 50px;
}
#services h3 {
  margin-bottom: 55px;
}
#services h2 {
  margin-top: 0px;
  color: #002f6d;
}
#services a {
  color: #002f6d;
}
#services a:hover {
  color: #005cb9;
  text-decoration: none;
}
/******************************************************************************
 * SUB PAGES
******************************************************************************/
#subHeader {
  background-color: #fff;
}
#bathroom {
  background-color: #fff;
}
#bathroom h2 {
  color: #002f6d;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 36px;
}
#bathroom .subStrongText {
  margin-top: 50px;
  margin-bottom: 50px;
}
.panel-group .panel {
  margin-bottom: 20px;
}
.panel-default > .panel-heading {
  background-color: #005cb9;
  border-color: transparent;
}
.panel-group .panel {
  border-color: transparent;
}
.panel-title {
  font-size: 24px;
  color: #fff;
}
#phonecallout {
  background-color: #fff;
  padding-bottom: 50px;
}
#phonecallout h3 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 15%;
}
#phonecallout .numberCallOut {
  font-size: 48px;
}
/******************************************************************************
 * FOOTER
******************************************************************************/
footer {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .lowesLogo {
  margin-bottom: 10px;
}
footer p {
  font-family: 'open_sansbold', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  line-height: 1.2;
}
footer .footerleft p {
  float: right;
  font-size: 18px;
  line-height: 2;
}
footer .footerleft img {
  float: right;
}
@media (max-width: 767px) {
  footer .footerleft p {
    float: left;
  }
  footer .footerleft img {
    float: none;
  }
}
