* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

body {
  font-size: 14px;
}

h1 {font-size: 36px;}

p {font-size: 21px;}

.wrapper {
  width: 100%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
}

.full-width {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.fixed-width {
  width: 1364px;
  margin: 0 auto;
}

.inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.horz-line {
  width: 85px;
    border: solid;
    border-width: 1px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header-bar {
  height: 50px;
  background-color: #000;
}

.header-bar .inner p a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

.header-bar p {
  font-size: 21px;
  color: #FFF;
  text-align: right;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
}


.hero {
  text-align: center;
  background-image: url(im/hero-new.jpg);
  background-position: center;
  background-size: cover;
  height: 800px;
}

.hero p {
  font-size: 54px;
  color: #FFF;
}

.hero .inner {
  padding: 200px 0 0 0;
}

.hero .inner img {
  width:400px;
  padding-top: 20px;
}




.intro {
  text-align: center;
  padding: 50px 0;
}

.intro .inner {
  width: 900px;
  margin: 0 auto;
}

.intro h1 {margin-bottom: 20px;}

.intro p {margin-bottom: 10px;}


.instagram-feed {
/*  padding-bottom: 50px;*/
}


.get-in-touch {
  text-align: center;
  padding: 50px 0;
}

.get-in-touch h1 {margin-bottom: 20px;}

.get-in-touch a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.request-a-quote {
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 80px;
  text-align: center;
}

.request-a-quote .inner {
  padding-top: 50px;
}

.request-a-quote h1 {
  color: #FFF;
}

.request-a-quote p {
  color: #FFF;
  font-size: 24px;
  padding: 0 10px;
}

.footer {
  text-align: center;
}

.footer a {
  text-decoration: none;
  color: #FFF;
}

.footer-main {
  height: 170px;
  margin-bottom: 20px;
  background-color: #000;
}

.footer-main img {
  padding-top: 30px;
  margin: 0 auto
}

.footer-bar {
  height: 50px;
  background-color: #000;
}

.footer-bar p {
  color: #FFF;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
}
