body {
  background-color: #f7f7f7;
}

h1 {
  margin: .2em 0;
  color:#FFF;
}

.text-muted_business {
	padding-top: 20px;
	}

section#contact {
	background-color: #f7f7f7;
}
footer {
	background-color: #f7f7f7;
}


#mainNav {
  background-color: #222222;
  position: absolute;
}
  #mainNav .navbar-toggler {
    border: 0;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-transform: uppercase;
    padding: 13px;
    right: 0; }
  #mainNav .container {
    padding: 0; }
    #mainNav .container .navbar-brand {
      color: #2196f3; }
      #mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active {
        color: #2196f3; }
    #mainNav .container .navbar-nav .nav-item .nav-link {
      font-size: 90%;
      padding: 0.75em 0;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 1px;
      color: white; }
      #mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item .nav-link.active {
        color: #2196f3;
		text-decoration: underline;}

@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      background-color: #222222;
      padding: 0; }
      #mainNav.navbar-shrink .navbar-brand {
        padding: 12px 0;
        font-size: 1.25em; } }
		
header {
  background-image: url("../images/header_img_01.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white; }
  header .intro-text {
    padding-top: 250px;
    padding-bottom: 20px;
	font-weight:bold; }
    header .intro-text .intro-lead-in {
      font-style: italic;
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 25px; }
    header .intro-text .intro-heading {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 25px; }

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header .intro-text .intro-lead-in {
      font-style: italic;
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 25px; }
    header .intro-text .intro-heading {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 75px;
      line-height: 75px;
      margin-bottom: 50px; } }
	  