body {
  overflow-x: hidden;
  background-color: #fff;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
}

header {
  width: 100%;
  height: 150px;
  background: #895e72;
}

header h1 {
  font-size: 20px;
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 8px;
  left: 20px;
  color: white;
}

header .header-bg {
  width: 100%;
  height: 130px;
  background-image: url("../img/headerbg.png");
  background-repeat: repeat-x;
  background-position: left;
  position: relative;
  z-index: 2;
  top: 20px;
}

header .logo {
  position: relative;
  z-index: 3;
  float: left;
  margin-left: 20px;
  padding-right: 20px;
}

header .companyName {
  font-family: "Poller One", cursive;
  color: #895e72;
  font-size: 60px;
  line-height: 60px;
  text-decoration: underline;
  position: relative;
  z-index: 9999;
  top: -6px;
}

header .subName {
  color: #333;
  font-weight: bold;
  font-family: Arial;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  z-index: 3;
  top: -2px;
}

header .login {
  float: right;
  position: relative;
  z-index: 999;
  color: gray;
  margin-right: 10px;
}

header .login:hover {
  color: white;
}

header .header-right {
  float: right;
  position: relative;
  margin-right: 20px;
  top: 0px;
  z-index: 4;
}

header .header-right .navigation {
  clear: right;
  padding-top: 13px;
}

header .navbar-default {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar-default .navbar-nav > li > a {
  color: #444250;
  font-size: 1.2em;
}

header .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #895e72;
  border-radius: 5px;
}

header .navbar-default .navbar-nav > li {
  border-right: 1px solid #444250;
}

.overlay {
  color: #fff;
  position: absolute;
  z-index: 12;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
}

.overlay h3 {
  color: #ccc;
  text-shadow: 2px 2px 4px #333;
}

.overlay h1 {
  color: #fff;
  font-family: "Poller One", cursive;
}

.pattern:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 8px #333;
          box-shadow: 3px 3px 8px #333;
}

.patternPopup {
  position: fixed;
  z-index: 9999;
  height: 400px;
  overflow: auto;
  width: 60%;
  top: 50%;
  left: 0;
  margin-top: -200px;
  background-color: #895e72;
  -webkit-box-shadow: 3px 3px 15px #333;
          box-shadow: 3px 3px 15px #333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}

.patternPopup #patternName {
  margin-left: 30px;
  color: white;
}

#mainContent {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

#mainContent .columnHeader {
  color: #895e72;
}

#mainContent .learnMore {
  margin-left: 40px;
}

#mainContent .sectionIntro {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
}

#mainContent p {
  font-size: 1.2em;
  margin-left: 20px;
  margin-right: 20px;
}

#exposedAggregate {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100px;
  position: relative;
}

#stampedConcrete {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100px;
  position: relative;
}

.screenWideTitle {
  position: absolute;
  bottom: 10px;
  left: 50px;
  color: #fff;
}

.infoBox {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 8px #333;
          box-shadow: 2px 2px 8px #333;
  width: 400px;
  color: #fff;
  padding: 20px;
}

.infoBox ul li {
  color: #895e72;
}

.infoBox .liColor {
  color: #fff;
}

.infoRight {
  float: right;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 100%;
}

#whatToKnow {
  width: 90%;
  margin: 50px auto;
}

#whatToKnow img {
  padding: 20px;
}

#social {
  margin-bottom: 50px;
  margin-top: 30px;
}

#social h2 {
  color: #444250;
  text-align: left;
}

#social h2 span {
  color: #895e72;
}

#social .carousel-caption h4 {
  color: white;
  font-size: 2.3em;
}

#social .carousel-caption a {
  margin-bottom: 20px;
}

footer {
  background-color: #444250;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}

footer h3 {
  color: white;
  text-align: center;
}

footer .fa {
  color: #ccc;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: cornflowerblue;
  text-decoration: underline;
}

.modal .modal-header {
  background-color: #895e72;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal .modal-header h5 {
  font-size: 3em;
  font-family: "Poller One", cursive;
  color: white;
}
/*# sourceMappingURL=mainStyles.css.map */