html, body {
  height: 100%;
}
body {
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #f6f6f6;
  color: #231f20;
  display: table;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 20px;
}
a {
  color: #231f20;
  text-decoration: underline;
}
a:hover {
  color: #ff474a;
}
a:focus {
  color: #231f20;
}
#menu-navigation li a:hover, li.current-menu-item a {
  color: inherit;
  text-decoration:none;
}

.container {
  padding: 0 40px;
}

/* HEADER */
header {
  background: #ffffff;
  display: table-row;
  height: 1px;
}
header .backToTop {
  display:none;
}
#juicy-menu .nav-pills {
  margin: 30px 0;
  border-bottom: 1px solid #777777;
}
#juicy-menu .nav-pills li {
  float: left;
  text-align: center;
  width: 100%;
  border-top: 1px solid #777777;
}
#juicy-menu .nav-pills>li+li {
  margin-left: 0;
}
#juicy-menu .nav-pills li a {
  padding: 10px;
  text-decoration: none;
  outline:none;
}
#juicy-menu .nav-pills li a:focus {
  background-color:transparent;
}
#juicy-menu .nav-pills li:last-child a {
  padding-right: 0;
}
#juicy-menu .nav-pills li a.active {
  font-weight: bold;
}
#juicy-menu .nav-pills li a:hover {
  background: none;
}
header .address {
  font-size: 10px;
  margin-top: 110px;
  position: relative;
}
header .address:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: -110px;
  height: 105px;
  background: #777777;
}
header .logo {
  display: block;
  width: 137px;
  float: right;
  margin-top: 80px;
  margin-bottom: 58px;
}
@media (min-width: 375px) {
  header .logo {
    width: 157px;
  }
}
header .menu {
  display: block;
  float: right;
  clear: both;
  width: 34px;
}
/* INTRO */
.intro {
  padding: 60px 0 10px;
}
.intro h1 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
}
.intro.feed h1 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  font-style: italic;
}
.intro.feed h1 a {
  font-style: normal;
  word-break: break-all;
}
/* FOOTER */
footer {
  display: table-row;
  height: 1px;
}
footer .footer-content {
  padding: 20px 0;
  border-top: 1px solid #777777;
}
footer .address {
  font-size: 10px;
}
footer .logo {
  width: 64px;
  display: block;
}

/* MAIN */
main {
  height: 100%;
  display: table-row;
}
.hero {
  width: 100%;
  height: 660px;
}
.hero a {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;

}

/* FEATURED PROJECT */
.featured-project {
  padding: 15px 0;
  border-bottom: 1px solid #777777;
}
.featured-project .image {
  height: 450px;
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-bottom: 15px;
}
.featured-project h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}
.featured-project h2 a {
  text-decoration: none;
}
.featured-project h2 a:hover {
  text-decoration: underline;
}
.featured-project p {
  margin-bottom: 20px;
}

/* TAGS */
.tags {
  text-transform: uppercase;
  font-style: italic;
}

/* PROJECT FILTERS */
.project-filters {
  margin: 50px 0 25px;
  font-size: 20px;
}
.project-filters h3 {
  font-size: 20px;
  font-weight: bold;
}
.project-filters .filter-heading {
  font-style: italic;
  display: block;
}
.project-filters a {
  text-decoration: none;
}
.project-filters .active {
  font-weight: bold;
  text-decoration: underline;
}

/* WORK GRID */
.work-grid {
  margin-bottom: 45px;
}
.work-grid .image-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.work-grid .square {
  padding-bottom: 100%;
}
.work-grid .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-grid .image:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.work-grid {
  margin-top: 15px;
}
.work-grid a {
  font-size: 12px;
}
.work-grid .project-info {
  margin-bottom: 15px;
  padding: 15px;
  padding-top: 0;
  border-bottom: 1px solid #777777;
}

/* PROJECT PAGE */
.project-images img {
  margin-bottom: 20px;
}


/* PROJECT INSTAGRAM */
.instagram .handle {
  position: absolute;
  color: white;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: block;
  text-decoration: none;

}
.instagram .handle:hover {
  text-decoration: underline;
}

/* FEED */
.juicy-handle {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
  text-decoration: none;

}
.juicy-handle:hover {
  text-decoration: none;
}

/* PROFILE */
.profile {
  margin-top: 50px;
  margin-bottom: 50px;
}
.profile h2 {
  font-weight: bold;
}

/* SPLASH */

.page-template-page-splash a {
  /*color: #000;*/
}
.page-template-page-splash header {
  background: transparent;
}
.page-template-page-splash header .address:before {
  background: white;
}
.page-template-page-splash #juicy-menu .nav-pills {
  border-top-color: white;
  border-bottom-color: white;
}
.page-template-page-splash #juicy-menu .nav-pills li {
  border-top-color: white;
}
.page-template-page-splash footer .footer-content {
  border-top-color: white;
}

.carousel-indicators li {
  background-color:rgba(255,255,255,0.3);
}

.sticky {
  position: fixed;
  top: 0;
  width: 180px;
  padding-top:20px;
}