@import url("../../../lammerant/assets/css/index.css?v=20171127");
@import url('//fonts.googleapis.com/css?family=Muli:300,700');
body {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
@media (max-width: 48em) {
  section.no-jumbotron {
    margin-top: calc(-35vh + 6rem) !important;
  }
}
/*h1, .h1
    {
        font-family: @serif;
        font-weight: 300;
        letter-spacing: .25em;
        text-transform: uppercase;
        margin-bottom: 2rem;
        
        &::after
        {                   
            content: '';
            display: none;
        }
    }
    
    h2, .h2
    {
        font-family: @serif;
        font-weight: 300;
        letter-spacing: .25em;
        text-transform: uppercase;
        line-height: 1.8;
        
        &::after
        {                   
            content: '';
            display: none;
        }
    }
    
    h3, .h3
    {
        font-family: @serif;
        font-weight: 300;
        letter-spacing: .25em;
        text-transform: uppercase;
        line-height: 1.8;
    }
    
    p, a
    {
        font-weight: 300;
    }
    
/// buttons
    .btn
    {
        font-family: @serif;
        letter-spacing: 0;
        border-radius: .25em;
    }*/
.navbar .logo img {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  height: 3.5rem;
  margin: 0;
}
.body-scrolled .navbar .logo img {
  height: 2.5rem;
  margin: 0;
}
.navbar-fixed-top .nav.navbar-nav {
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: -1rem;
}
.navbar-fixed-top .nav.navbar-nav .nav-item,
.navbar-fixed-top .nav.navbar-nav .like-nav-item {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .15em;
}
.navbar-fixed-top .nav.navbar-nav .nav-item + .nav-item,
.navbar-fixed-top .nav.navbar-nav .like-nav-item + .nav-item,
.navbar-fixed-top .nav.navbar-nav .nav-item + .like-nav-item,
.navbar-fixed-top .nav.navbar-nav .like-nav-item + .like-nav-item {
  margin-left: 3rem;
}
.navbar-fixed-top .nav.navbar-nav .nav-item a::after,
.navbar-fixed-top .nav.navbar-nav .like-nav-item a::after {
  content: '•';
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.navbar-fixed-top .nav.navbar-nav .nav-item.current-page-ancestor a,
.navbar-fixed-top .nav.navbar-nav .like-nav-item.current-page-ancestor a,
.navbar-fixed-top .nav.navbar-nav .nav-item.current-menu-item a,
.navbar-fixed-top .nav.navbar-nav .like-nav-item.current-menu-item a {
  border-bottom: none;
}
.navbar-fixed-top .nav.navbar-nav .nav-item.current-page-ancestor a::after,
.navbar-fixed-top .nav.navbar-nav .like-nav-item.current-page-ancestor a::after,
.navbar-fixed-top .nav.navbar-nav .nav-item.current-menu-item a::after,
.navbar-fixed-top .nav.navbar-nav .like-nav-item.current-menu-item a::after {
  opacity: 1;
}
.jumbotron-container {
  top: 9rem;
}
@media (max-width: 48em) {
  .jumbotron-container {
    top: 8rem;
  }
  .jumbotron-container.jumbotron-container-home {
    margin-bottom: 0rem;
  }
}
.social-icons {
  top: 12rem !important;
}
.body-scrolled .social-icons {
  top: 9rem !important;
}
footer img {
  opacity: 1;
  height: 1.5rem;
  margin: 0 1rem;
}
.nf-form-title,
.nf-before-form-content {
  display: none;
}
.nf-field-label label {
  font-weight: normal !important;
}
footer::before {
  display: none;
}
footer .navbar-nav {
  margin-bottom: 3rem;
}
.alert {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  border-radius: .25em !important;
}
/*
    .wizard
    {
        .steps
        {
            ul
            {                
                li
                {                         
                    a
                    {
                        &, &:hover, &:link, &:focus, &:active
                        {
                            font-family: @serif !important;
                            border-radius: .25em !important;
                        }
                    }
                    
                    &.current a
                    {
                        font-family: @serif !important;
                        border-radius: .25em !important;
                    }            
                }
            }
        }
        
        .content
        {
            margin: 2rem 0 !important;
            
            .body
            {
                input
                {
                    display: inline-block !important;
                    border: none !important;
                    
                    &.btn
                    {
                        font-size: 1rem !important;
                    }                    
                }
            }
        }
        
        .actions
        {
            a
            {
                &, &:hover, &:link, &:focus, &:active
                {
                    font-family: @serif !important;
                    border-radius: .25em !important;
                }
            }   
        }
    }

    .wizard .steps ul
    {
        margin-top: 2rem!important;
    }
    
    */
h1 .archive-date,
.h1 .archive-date,
h1 .post-subtitle,
.h1 .post-subtitle {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}
.mobile-nav-bar {
  height: 2rem;
}
.mobile-nav-item-left {
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-nav-item-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 48em) {
  h1,
  .h1 {
    font-size: 1.5rem !important;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 1rem !important;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 1rem !important;
  }
  h1 .post-subtitle,
  .h1 .post-subtitle {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  h1 .archive-date,
  .h1 .archive-date {
    margin-top: -2rem;
  }
}
/*# sourceMappingURL=index.css.map */