body {
    font-family: 'Ledger', serif;
    background: #333;
}
h1 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Nixie One', cursive;
}
h2 {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Nixie One', cursive;
}

p {
    font-family: 'Ledger', serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 170%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
  color: #dadada;
  text-decoration: none;
}

ul.contact-details {
  padding: 0;
  list-style: none;
}

ul.contact-details li {
  color: #fff;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  margin: 10px;
}

footer p {
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
}

.intro-wrap, .main-wrap {
  background: #333;
  padding-top: 70px;
  padding-bottom: 70px;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #333;
  background-image: url(../images/sixty-vintgage-background-repeat.png);
  background-repeat: repeat;
}

.widget-center {
  text-align: center;
}

.banner-wrap {
  height: 100vh;
  background: url(../images/sixty-vintage-furniture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sliding-link {
  position: relative;
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 18px;
}

.sliding-link:hover {
  color: #cccccc;
}

.fa-angle-down {
  position: absolute;
  color: #333;
  bottom: 0px;
  left: 70px;
}

.fa-angle-down:hover {
  color: #cccccc
}

.scroller {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.body-wrap {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  background: #333;
  background-image: url(../images/sixty-vintgage-background-repeat.png);
  background-repeat: repeat;
}
.instagram-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  background: #2c2c2c;
}