html{ padding-top: 77px; }
.hidden{ visibility: hidden; }
.text-light .text-muted {
    color: rgba(255,255,255,0.5) !important;
}

/* =============================================
/* Navbar
/* ============================================= */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0px 2px 5px 5px rgb(0 0 0 / 25%);
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  max-height: 65px;
}
.nav-item{
  border-bottom: 2px solid #F8F9FA;
}
.nav-print:hover{
  border-bottom: 2px solid #C0200D;
}
.nav-promo:hover{
  border-bottom: 2px solid #FD9D01;
}
.nav-marketing:hover{
  border-bottom: 2px solid #5B954E;
}
.nav-apparel:hover{
  border-bottom: 2px solid #3963AA;
}
.nav-packaging:hover{
  border-bottom: 2px solid #604399;
}
@media screen and (min-width: 768px ){
  .nav-social-icons{
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px){
  nav[data-scrolled=false] {
      position: fixed;
  }
  nav[data-scrolled=false] .navbar-brand {
    display: none;
  }
  nav[data-scrolled=false] .navbar-nav {
      margin-right: auto;
  }
  nav[data-scrolled=false] .navbar-nav > li {
    margin: 10px 5px;
  }
  nav[data-scrolled=false] .navbar-nav > li > a {
      font-size: 1.2rem;
  }
  nav[data-scrolled=false] .navbar-nav > li > a.social-icon {
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width: 992px){
  nav[data-scrolled=false] .navbar-nav > li > a {
      font-size: 1.5rem;
  }
  nav[data-scrolled=false] .navbar-nav > li > a.social-icon {
    font-size: 2.3rem !important;
  }
}

a.social-icon{
  font-size: 1.85rem;
  margin: 0 5px;
  display:inline-block;
}
a.social-icon:hover{
  text-decoration: none;
}
.color-facebook{ color: #4267B2; }
.bg-facebook{ background-color: #4267B2; }
.color-instagram{ color: #833AB4; }
.bg-instagram{ background-color:#833AB4; }
.color-blogger{ color: #fc4f08; }
.bg-blogger{ background-color: #fc4f08; }




/* =============================================
/* Sections
/* ============================================= */
.section{
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.text-light{
  color: #eee;
}
.section.text-light h1,
.section.text-light .section-text{
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.section.text-dark{
  color: #222;
}
.section.text-dark h1,
.section.text-dark .section-text{
  text-shadow: 2px 2px rgba(255,255,255,0.5);
}
.section-box-shadow {
  box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 20%);
}
.section > .content {
    position: relative;
    text-align: center;
    z-index: 10;
}
.section > .content > h1 {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 20px;
}
.section.text-light > .content > h1 {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.section.text-dark > .content > h1 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.section > .section-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#promo.section > .section-bg-image,
#marketing.section > .section-bg-image {
  opacity: .125;
}

.section > .content > .form-container {
    text-align: left;
}
.section > .content .section-text {
    font-size: 26px;
}
.section .form-container h3{
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section.text-light .form-container h3{
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.section.text-dark .form-container h3{
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.section.diagonal-box {
    position: relative;
    transform: skewY(-3deg);
    margin-top: 20px;
    margin-bottom: 20px;
}
.section.diagonal-box .content {
    transform: skewY(3deg);
    padding-top: 60px;
    padding-bottom: 60px;
}
.section.diagonal-box.transverse {
    transform: skewY(3deg);
}
.section.diagonal-box.transverse > .content {
    transform: skewY(-3deg);
}
.section-button {
    padding-top: 50px;
}
.section.diagonal-box.transverse .section-button{
    /* text-align: right; */
}
#about-buttons a{
  margin: 15px auto;
}
#contact.section {
  background-color: #0089D0;
}
#contact.section .section-text,
#contact.section .form-container{
  text-align: left;
}
#print.section{
  background-color: #B50001;
}
#promo.section{
  background-color: #E9C53E;
  z-index: 1;
}
#marketing.section{
  background-color: #277300;
}
#apparel.section{
  background-color: #3963AA;
  z-index: 1;
}
#packaging.section{
  background-color: #604399;
}
#packaging.section .section-text,
#packaging.section .form-container{
  text-align: left;
}

#splash.section{
  padding: 0;
}
#splash .container {
  position: relative;
}
#splash-image {
    position: relative;
    z-index: 2;
}
#splash-image > img {
  width: 100%;
}
.splash-image-container {
  width:100%;
  max-width: 800px;
  margin: 0 auto;
}
.splash-image-container > img{
  width: 100%;
}

/* Deals */
.deal-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}
div#deals {
    position: relative;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
.deal-image {
    max-height: 600px;
    overflow: hidden;
}
.deal-desc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(255,255,255,0.7);
}
.deal-title {
    margin: 15px 15px 0;
}
.deal-title h1{
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}
.deal-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .deal-title h1{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .deal-text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .deal-title{
    margin: 30px 30px 0;
  }
  .deal-text{
    margin: 0 30px 30px;
  }
  .deal-title h1{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .deal-text {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.75rem;
  }
}

/* section buttons */
.section-button > .btn {
    border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.7);
}
.text-dark .section-button > .btn {
  border: 1px solid rgba(0,0,0,0.7);
  color: rgba(0,0,0,0.7);
}
.section-button > .btn:hover {
  background-color: rgba(255,255,255,0.7);
  border-color: rgba(0,0,0,0.0);
  color: rgba(0,0,0,0.7);
}
.text-dark .section-button > .btn:hover{
  background-color: rgba(0,0,0,0.7);
  border-color: rgba(0,0,0,0.0);
  color: rgba(255,255,255,0.7);
}
#print.section .section-button > .btn:hover {
  color: #B50001;
}
#promo.section .section-button > .btn {
  color: rgba(0,0,0,0.7);
}
#promo.section .section-button > .btn:hover {
  color: #E9C53E;
}
#marketing.section .section-button > .btn:hover {
  color: #277300;
}
#apparel.section .section-button > .btn:hover {
  color: #3963AA;
}
#packaging.section .section-button > .btn:hover {
  color: #604399;
}


/* =============================================
/* Splash links
/* ============================================= */
/*
ul.splash-links{
  position: relative;
  width: 100%;
  height: 60px;
  margin: 5% 0 0;
  padding: 0;
}
.splash-links > li{
  position: absolute;
  transition-property: : 0;
  width: 18%;
  z-index: 100;
  list-style: none;
}
.splash-links > li.splash-print {
    left: 5%;
    top:-1%;
    z-index: 100;
}
.splash-links > li.splash-promo {
    left: 23%;
    top: -1%;
    z-index: 100;
}
.splash-links > li.splash-marketing {
    left: 42%;
    top: -1%;
    z-index: 100;
}
.splash-links > li.splash-apparel {
    right: 22%;
    top: -5%;
    z-index: 100;
}
.splash-links > li.splash-packaging {
    right: 5%;
    top: -25%;
    z-index: 100;
}
.splash-links > li > a {
    display:block;
}
.splash-links > li > a > img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 150%;
}
.splash-links > li.splash-print > a > img {
    width: 150%
}
.splash-links > li.splash-promo > a > img {
    width: 145%
}
.splash-links > li.splash-marketing > a > img {
    width: 150%
}
.splash-links > li.splash-apparel > a > img {
    width: 125%
}
.splash-links > li.splash-packaging > a > img {
    width: 145%
}
.splash-links > li.splash-print > a:hover > img {
    width: 165%
}
.splash-links > li.splash-promo > a:hover > img {
    width: 160%
}
.splash-links > li.splash-marketing > a:hover > img {
    width: 165%
}
.splash-links > li.splash-apparel > a:hover > img {
    width: 140%
}
.splash-links > li.splash-packaging > a:hover > img {
    width: 160%
}

@media screen and (min-width: 768px) {
  ul.splash-links{
    height: 125px
  }
  splash-links > li > a > img {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      width: 150%;
  }
  .splash-links > li.splash-print > a > img {
      width: 130%
  }
  .splash-links > li.splash-promo > a > img {
      width: 120%
  }
  .splash-links > li.splash-marketing > a > img {
      width: 150%
  }
  .splash-links > li.splash-apparel > a > img {
      width: 105%
  }
  .splash-links > li.splash-packaging > a > img {
      width: 120%
  }
  .splash-links > li.splash-print > a:hover > img {
      width: 140%
  }
  .splash-links > li.splash-promo > a:hover > img {
      width: 130%
  }
  .splash-links > li.splash-marketing > a:hover > img {
      width: 165%
  }
  .splash-links > li.splash-apparel > a:hover > img {
      width: 115%
  }
  .splash-links > li.splash-packaging > a:hover > img {
      width: 130%
  }
}
*/
