@charset "UTF-8";
/* CSS Document */

/* Global Styles ------------------------------------------------------------------*/


body {
	font-family: 'lato', sans-serif;
	font-size: 100%;  /* IE hack */
    font-weight: 400;
    color: #222;
    background: url(../images/background-pattern-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.disclaimer {
    color: #fff;
    margin-top: 50px;
}
   
.container {
	width: 80%;
	margin: 30px 10%;
	clear: both;
}

.container-fluid {
	width: 100%;
    clear: both;
}

.container-fluid.dark-background {
  padding-bottom: 60px;  
}

.row {
    width: 100%;
}

.extra-padding-top {
    padding-top: 30px;
}

.extra-padding-bottom {
    padding-bottom: 30px;
}

.dark-background {
    background-color: #1c1c1c;
}

a {
    text-decoration: none; 
}

.text-link {
    font-weight: bold;
}

.link-dark-background {
    font-weight: bold;
    color: #fff;
}

.link-dark-background:hover {
   color: #B7CC15; 
}

.nlc-button {
    font-family: 'objektiv-mk2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
}

.nlc-button:hover {
    background-color: #B7CC15;
    color: #131313;
    border-color: #1C1C1C;
    font-weight: 600;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.centered-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0 0;
}

.untappd-button {
    margin-bottom: 60px;
}

p.opacity a:hover {
    color: #B7CC15 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'objektiv-mk2', sans-serif;
    letter-spacing: normal; 
}

h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 35px;
}

h2 {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 25px;
}

h4 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 21px;
}

h6 {
    font-size: 14px;
    text-transform: none;
    line-height: 19px;
}

#wicked {
    color: #b7cc15;
    font-size: 50px;
    font-family: 'objektiv-mk2', sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: normal;
    font-weight: 400;
}

.centered-headline {
    text-align: center;
}

img {
  max-width: 100%; 
}

figcaption {
   font-family: 'lato', sans-serif;
   font-size: 18px;  /* IE hack */
   font-weight: 400;
   line-height: 25px;
   margin: 1em 0;
   color: #222;
}

p.opacity, figcaption.opacity {
    background-color: rgba(255,255,255,0.5);
    padding-bottom: 15px;
}

.project-description {
    padding: 30px 0;
}

.process-top {
    padding-top: 30px;
}

.process-bottom {
    padding-bottom: 30px;
}

.thin-words {
    font-weight: 400;
}


/* Header Styles ------------------------------------------------------------*/

header {
    background-image: url(../images/footer-background.png);
    background-size: cover; 
    background-position: center;
    position: fixed;
    padding: 10px 0;
    width: 100%;
    z-index: 99999999;
    border-bottom: 2px solid #b7cc15;
    display: block;
    clear: both;
}

.toplogo {
    width: 100px;
    float: left;
    margin: 0 0 0 100px;
    position: relative;
}

.toplogo:hover {
    opacity: 0;
    transition: opacity 750ms ease;
}

.top-logo-hover {
    opacity: 0;
    width: 430px;
    float: left;
    margin: 0 0 0 -100px;
    position: relative; 
}

.top-logo-hover:hover {
    opacity: 1;
    transition: opacity 750ms ease;
}

/* Main Menu Styles -----------------------------------------------------*/

.primary-nav {
    text-align: right;
    display: inline;
}

.primary-nav ul {
    margin: 0 100px 0 0;
    padding: 35px 0;
}

.primary-nav ul li {
    display: inline-block;
    height: 20px;
    padding: 5px 20px 5px 20px;
    line-height: 20px;
    text-align: center;
}

.primary-nav ul li a {
    color: #fff;
    font-family: 'objektiv-mk2', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.primary-nav ul li a:hover {
    color: #b7cc15;
}

.current a, .current-footer a {
    color: #b7cc15 !important;
}

.current a:hover, .current-footer a:hover {
    color: #fff !important;    
}

.mobile-menu {
    display: none;
    position: relative;
    width: 80%;
    top: 0;
}

.hidden {
    display: none;
}

button {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    margin: 15px auto 30px auto;
    text-indent: 200%;
    overflow: hidden;
    background: transparent url(../images/hamburger.png) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    outline: none;
    transition: all 400ms ease;
}

button:hover {
    background-color: #000;
}
    
.expanded {
      transform: rotate(90deg);
      background-color: #000;
      border: 0;
}

/* 404 Error Page Styles -------------------------------------------*/

.error-page-margin {
    margin-top: 30px;
}

#error-container {
    width: 980px;
    margin: 310px auto 330px auto;
    text-align: center;
    font-family: 'objektiv-mk2', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.explanation-404 {
    width: 800px;
    margin: -20px auto 0 auto;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 28px; 
}

.error-button {
    display: block;
    width: 75%;
    margin: 60px auto 30px auto;
    color: #fff;
    font-family: 'objektiv-mk2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    text-align: center;
    padding: 20px;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

/* Homepage Styles ---------------------------------------------------*/

.parallax-banner.home {
    background: url(../images/home-banner-2021.jpg) top/cover no-repeat fixed;
}

.parallax-banner.home-contact {
    background: url(../images/2snares.jpg) center/cover no-repeat fixed;
}

#intro {
    width: 900px;
    margin: 280px auto 110px auto;
    text-align: center;
    font-family: 'lato', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.welcome {
    font-family: 'objektiv-mk2', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    
}

.nlc {
    font-family: 'objektiv-mk2', sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
}

.billboard-button-column {
    margin-top: 15px;
    float: left;
    width: 50%;
    
}

.billboard-button-left {
    display: inline-block;
    float: right;
    width: 65%;
    margin: 10px 15px 30px 15px;
    color: #fff;
    line-height: 30px;
    background-color: transparent;
    text-align: center;
    padding: 18px;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

.billboard-button-right {
    display: inline-block;
    float: left;
    width: 65%;
    margin: 10px 15px 30px 15px;
    color: #fff;
    line-height: 30px;
    background-color: transparent;
    text-align: center;
    padding: 18px;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

#scroll-down {
    margin-top: 20px;
    width: 150px;
    height: 150px;
    background: url(../images/scroll-down-sprite.png) 0 0;
}

#scroll-down:hover {
    background: url(../images/scroll-down-sprite.png) 0 -150px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#portrait {
    margin: 20px auto 40px auto;
    width: 100%;
	text-align: center;
}

#portrait img {
	width: 350px;  
}

#portrait img:hover {
   opacity: 0;
   visibility: hidden;
}

#ninja {
    margin: -423px auto 0 auto;
    width: 100%;
	text-align: center;
}

#ninja img {
	width: 350px;
    opacity: 0;
}

#ninja img:hover {
     opacity: 1;
    transition: all 0.1s ease;
}

#bio {
    margin: 30px auto 30px auto;
    width: 750px;
    float: none;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#bio a {
    color: #000;
    text-decoration: none;
}

#bio h1 {
   text-align: center; 
}

.contact-button {
    float: none;
    display: block;
    width: 50%;
    margin: 15px auto 30px auto;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

.title-bar {
    background-image: url(../images/footer-background.png);
    background-size: cover; 
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 30px 5%;
    border-bottom: 2px solid #b7cc15;
    border-top: 2px solid #b7cc15;
    letter-spacing: 1px;
}

.work-sample-title {
    display: none;
}

.work-sample-arrow {
    display: none;
}

.worksample {
    width: 44%;
    float: left;
    margin: 15px 1% 15px 1%;
}

.worksample a img {
    border-radius: 25px;
}

.worksample-fullwidth {
    width: 90%;
    float: left;
    margin: 15px 5% 15px 5%;
}

.sample-left {
    margin-left: 5%;
    text-align: center;
}

.sample-right {
    margin-right: 5%;
    text-align: center;
}

.sample-top {
    margin-top: 80px;
    text-align: center;
}

.sample-bottom {
    margin-bottom: 80px;
}

.wallpaper-section {
    text-align: center;
    padding: 60px 0;
    position: relative;
    border-bottom: 2px solid #b7cc15;
    border-top: 2px solid #b7cc15;
}

.resume-button {
    float: none;
    display: block;
    width: 33%;
    margin: 0 auto;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

.wallpaper-column-1 {
    float: left;
    width: 50%;
    
}

.wallpaper-thumb-1 {
    background: url(../wallpaper/nlc-wallpaper-2021-outline-pattern-1920x1080.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 2.5% 30px 15%;
    border-radius: 25px;

}

.wallpaper-thumb-2 {
    background: url(../wallpaper/nlc-wallpaper-2021-outline-pattern-1680x1050.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 15% 30px 2.5%;
    border-radius: 25px;

}

.wallpaper-thumb-3 {
    background: url(../wallpaper/nlc-wallpaper-2021-centered-pattern-1920x1080.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 2.5% 30px 15%;
    border-radius: 25px;

}

.wallpaper-thumb-4 {
    background: url(../wallpaper/nlc-wallpaper-2021-centered-pattern-1680x1050.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 15% 30px 2.5%;
    border-radius: 25px;

}

.wallpaper-thumb-5 {
    background: url(../wallpaper/nlc-wallpaper-2021-difference-pattern-1920x1080.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 2.5% 30px 15%;
    border-radius: 25px;

}

.wallpaper-thumb-6 {
    background: url(../wallpaper/nlc-wallpaper-2021-difference-pattern-1680x1050.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.5%;
    height: 300px;
    float: left;
    margin: 30px 15% 30px 2.5%;
    border-radius: 25px;

}

.wallpaper-thumb-1:hover, .wallpaper-thumb-2:hover, .wallpaper-thumb-3:hover, .wallpaper-thumb-4:hover, .wallpaper-thumb-5:hover, .wallpaper-thumb-6:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    
}

.wallpaper-button-left {
    float: left;
    display: inline-block;
    width: 82.5%;
    margin: 10px 2% 30px 14%;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px 0;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

.wallpaper-button-right {
    float: left;
    display: inline-block;
    width: 82.5%;
    margin: 10px 14% 30px 2%;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px 0;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}  

.contact-me {
    text-align: center;
    margin-top: 60px;
}

#contact {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

#contact p {
    line-height: 25px;
}

#email {
  margin-bottom: 60px;  
}

/* Footer Styles ------------------------------------------------------*/

footer {    
background-image: url(../images/footer-background.png);
background-size: cover; 
background-position: center;   
}

#footer-nav {
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 2px solid #b7cc15;
}

#footer-nav ul li {
    display: inline;
    padding: 0 1%;
}

.border {
   border-right: 1px solid #b7cc15; 
}

#footer-nav ul li a {
    font-family: 'objektiv-mk2', sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

#footer-nav ul li a:hover {
    color: #b7cc15;
    font-weight: 400;
}

.footer-logo {
    display: inline-flex;
    width: 400px;
    margin: 0 auto -40px auto;
}

#topanchor {
    display: flex;
    float: none;
    width: 45px;
    margin: 0 auto 20px auto;
}

#topanchor:hover {
    content: url(../images/topanchor-hover.png);
    width: 45px;
    height: 45px;
}

#copyright {
    text-align: center;
    color: #fff;
    padding: 0 0 15px 0;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}

/* Interior Pages =====================================================*/

#page-title {
    width: 70%;
    text-align: center;
    margin: 350px auto 200px auto;
    padding: 0 10%;
}

.project-title {
    font-family: 'objektiv-mk2', sans-serif;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
}

.down-arrow {
    display: block;
    margin: 50px auto 0 auto;
    
}

.parallax-banner.label-design {
    background: url(../images/product-label-design-banner-2024.jpg) bottom/cover no-repeat fixed;
}

.parallax-banner.tailout-brewing {
    background: url(../images/tailout-banner-bw.jpg) bottom/cover no-repeat fixed;
}

.parallax-banner.run-lola-run {
    background: url(../images/runlolarunbanner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.sonor {
    background: url(../images/sonorbanner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.resonance-reflection {
    background: url(../images/rr-banner-2.jpg) top/cover no-repeat fixed;
}

.parallax-banner.classic-studios {
    background: url(../images/classicbanner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.meadowlark-chiro {
    background: url(../images/meadowlark-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.tc-infrastructure {
    background: url(../images/tcis-banner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.soup-sandwich {
    background: url(../images/soup-sandwich-banner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.planetcom-creative {
    background: url(../images/planetcom-creative-banner-2022-1.png) top/cover no-repeat fixed;
}

.parallax-banner.planetcom {
    background: url(../images/planetcom-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.all-saints {
    background: url(../images/asac-banner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.river-city-home-inspections {
    background: url(../images/rchi-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.rd-waste {
    background: url(../images/rdw-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.lizotte {
    background: url(../images/lizotte-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.hh-montessori {
    background: url(../images/hh-montessori-banner-bw.jpg) top/cover no-repeat fixed;
}

.parallax-banner.pelican-decks {
    background: url(../images/pelican-banner.png) bottom/cover no-repeat fixed;
}

.parallax-banner.sure-form {
    background: url(../images/sure-form-banner.jpg) top/cover no-repeat fixed;
}

.parallax-banner.sfb {
    background: url(../images/sfb-banner.png) top/cover no-repeat fixed;
}

.parallax-banner.nlc-music {
    background: url(../images/billboardhome3.jpg) top/cover no-repeat fixed;
}

.parallax-banner.craft-beer {
    background: url(../images/nlc-beer-banner-2.jpg) top/cover no-repeat fixed;
}

.parallax-banner.logo-design {
    background: url(../images/logo-design-banner.png) top/cover no-repeat fixed;
}

.arrow-bar {
    padding: 20px 5%;
    border-bottom: 2px solid #b7cc15;
    border-top: 2px solid #b7cc15;
    background-color: #1c1c1c;
}

/* Project Anchor Icons --------------------------------------------- */

#web-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/web-design-sprite.png) 0 0;
}

#web-sprite:hover {
    background: url(../images/web-design-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#three-d-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/3d-sprite.png) 0 0;
}

#three-d-sprite:hover {
    background: url(../images/3d-sprite.png) 0 -166px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#photo-sprite {
    margin-top:10px;
    width: 160px;
    height: 160px;
    background: url(../images/photo-sprite.png) 0 0;
}

#photo-sprite:hover {
    background: url(../images/photo-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#type-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/type-sprite.png) 0 0;
}

#type-sprite:hover {
    background: url(../images/type-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#logo-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/logo-sprite.png) 0 0;
}

#logo-sprite:hover {
    background: url(../images/logo-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#music-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/music-sprite.png) 0 0;
}

#music-sprite:hover {
    background: url(../images/music-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#beer-sprite {
    margin-top: 10px;
    width: 161px;
    height: 161px;
    background: url(../images/beer-sprite.png) 0 0;
}

#beer-sprite:hover {
    background: url(../images/beer-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#label-sprite {
    margin-top: 10px;
    width: 161px;
    height: 161px;
    background: url(../images/label-design-sprite.png) 0 0;
}

#label-sprite:hover {
    background: url(../images/label-design-sprite.png) 0 -166px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#info-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/info-sprite.png) 0 0;
}

#info-sprite:hover {
    background: url(../images/info-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

#illustration-sprite {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    background: url(../images/illustration-sprite.png) 0 0;
}

#illustration-sprite:hover {
    background: url(../images/illustration-sprite.png) 0 -167px;
    -webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}



/* Project Description Styles ----------------------------------------------*/

.projectdescription {
    float: left;
    margin: 20px 0;
    width: 40%;
    font-size: 18px;
    line-height: 25px;
}

.projectdescription img {
    margin: 0 3% 0 0;
    width: 12%;
}

#owl-demo {
    width: 40%;
    margin: 40px 3% 30px 8%;
    float: left;
}

.green-words {
    color: #b7cc15;
    font-weight: 400;
}

.processstandard1 {
    margin: 50px 0 20px 12%;
    width: 37%;
    float: left;
}

.processstandard1 p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.processstandard2 {
    float: left;
    width: 37%;
    margin: 50px 12% 20px 2%;
}   

.processstandard2 p {
   text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.process-img {
    box-shadow: 0 0 10px #acacac;
}

.project-button {
    float: none;
    width: 100%;
    margin: 40px auto;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px 0;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

/* Interior Footer Styles ----------------------------------------------*/

.interior-footer-nav {
    
border-top: none !important;    
    
}

#interiorfooter {
    padding: 5px 0 0 0;   
}

#arrowbuttons {
    text-align: center;
    padding-top: 5px;
}

#next {
    margin-left:10%;  
}

#next:hover {
    content: url(../images/next-2.png);
    width: 75px;
    height: 75px;  
}

#prev {
   margin-right: 10%; 
}

#prev:hover {
    content: url(../images/prev-2.png);
    width: 75px;
    height: 75px; 
}

/* Music Player Area Styles ----------------------------------------------------- */

.music {
  width: 55%;
  margin: 60px auto 60px auto;    
}

.audioplayer {
   margin: 30px 0 50px 0;      
}

/* Album of the Week Section Styles------------------------------------------------ */

.aow-container {
    width: 90%;
    margin: 30px auto 50px auto;
    display: block;
}

.album-art {
    width: 400px;
    float: left;
    padding-left: 9%;
}

.aow-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

.spotify-widget {
    width: 50%;
}

.bandcamp-button {
    float: none;
    width: 50%;
    margin: 40px auto;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px 0;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

/* Beer Page Styles ----------------------------------------------------------------*/

.beer-description {
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.beer-column-left {
    float: left;
    width: 40%;
    margin: 0 2% 0 8%;
    text-align: left;
}

.beer-column-right {
    float: left;
    width: 40%;
    margin: 0 8% 0 2%;
    text-align: left;
}

.beer-thumb-1 {
    background: url(../images/beer-2d-sour-neipa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-2 {
    background: url(../images/beer-raspberry-sour-smoothie.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-3 {
    background: url(../images/beer-jam-rock.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-4 {
    background: url(../images/beer-kaleidoscope-eyes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-5 {
    background: url(../images/beer-mango-chili-sour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-6 {
    background: url(../images/beer-guava-gose.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-7 {
    background: url(../images/beer-apricotopus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-8 {
    background: url(../images/beer-dark-horse-sour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-9 {
    background: url(../images/beer-smoothie-sour-acai-strwberries-blackberries-banana-granola.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-10 {
    background: url(../images/beer-peach-passionfruit-raspberry-sour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-11 {
    background: url(../images/beer-before-nine.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-12 {
    background: url(../images/beer-holsteins-holiday-hiatus-nitro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-13 {
    background: url(../images/beer-winter-dunkel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-14 {
    background: url(../images/beer-salted-chocolate-porter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-15 {
    background: url(../images/beer-marionberry-sour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-16 {
    background: url(../images/beer-passionfruit-kettle-sour-series.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-17 {
    background: url(../images/beer-green-demon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-18 {
    background: url(../images/beer-kiwami-plum-sour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-19 {
    background: url(../images/beer-dawn-chorus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-20 {
    background: url(../images/beer-staycation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-21 {
    background: url(../images/beer-night-gallery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-22 {
    background: url(../images/beer-scream.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-23 {
    background: url(../images/beer-discovery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-24 {
    background: url(../images/beer-psl-nitro-stout.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-25 {
    background: url(../images/beer-sweet-baby-jesus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-thumb-26 {
    background: url(../images/beer-vanilla-porter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    float: left;
    margin: 30px auto;
}

.beer-photo:hover, .logo-thumb:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    
}

.beer-button {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 10px auto 30px auto;
    color: #B7CC15;
    background-color: #1C1C1C;
    text-align: center;
    padding: 18px 0;
    border: 2px solid #B7CC15;
    border-radius: 12px;
}

.featured-beer {
    background: url(../images/beer-licensed-to-dill.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    float: left;
    margin: 30px auto;
}

.featured-beer-description {
    float: left;
    width: 40%;
    margin: 60px 8% 30px 2%;
    text-align: left;
}

/* Logo Design Page Styles -------------------------------------------------------------*/

.logo-thumb {
    width:100%;
    float: left;
    margin: 30px auto;
}

/* Label Design Page Styles -------------------------------------------------------------*/

.label-design-column {
    width: 80%;
    margin: 60px 10% 60px 10%;
    text-align: center; 
}

.label-design-column.label-collage-section {
    width: 100%;
    margin: 60px 0 0 0;
    text-align: center;
}


 /* ==========================================================================
         Media Queries
 ========================================================================== */

@media only screen and (min-width:1400px) {
    
      .album-art {
        padding-left: 10%;
    }
    
}

/* -----------------------------------------------------------------------------------------------*/

@media only screen and (max-width:1300px) {
    
      .album-art {
        padding-left: 8%;
    }
    
}
 
/* -----------------------------------------------------------------------------------------------*/

@media only screen and (max-width:1200px) {
    
      .album-art {
        padding-left: 6%;
    }     
    

    .toplogo {
        margin: 0 0 0 40px;
    }
    
    .primary-nav ul{
        margin: 0 20px 0 0;
    }
    
}

/* -----------------------------------------------------------------------------------------------*/

@media only screen and (max-width:1100px) {
    
      .album-art {
        padding-left: 5%;
    }     
    
}

/* -------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:989px) {
 
    .parallax-banner.top-billboard {
        padding-top: 315px;
    }
    
    .toplogo.error-page-margin {
        margin-top: 30px;
    }
    
    .toplogo {
        width: 150px;
        float: none;
        margin: 0 auto;
        position: relative;
    } 
    
    .toplogo:hover {
        opacity: 1;
    }
    
    .top-logo-hover {
        display: none;
    }

    .primary-nav {
        text-align: center;
        height: 250px;
        width: 100%;
        padding: 30px 0 0 0;
    } 

    .primary-nav ul {
        margin: 30px auto 0 auto;
        padding: 30px 0;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
    }    

    .primary-nav ul li {
        border: 1px solid #b7cc15;
        display: block;
        width: 80%;
        height: 50px;
        margin: 10px auto;
        padding: 0;
        line-height: 22px;
        background-color: rgba(0,0,0,0.5);
    }   
    
    .primary-nav ul li.current a {
        color: #b7cc15;
        font-weight: 400;
    }    

    .primary-nav ul li:hover {
        background-color: #b7cc15;
    }    

    .primary-nav ul li a {
        display: block;
        margin: 0;
        padding: 15px 0;
    }     

    .primary-nav ul li a:hover {
        color: #222;
        font-weight: 400;
    }

    .space {
       margin-right: 0;          
    }
 
     #intro {
        width: 80%;  
        margin: 60px auto;  
    }  
    
    #error-container, #bio, .explanation-404 {
        width: 80%;
    }

    .worksample, .worksample-fullwidth {
        width: 90%;
        float: none;
        text-align: center;
        margin: 30px auto;
    }

    .album-art {
        float: none;
        width: 85%;
        margin: 50px auto;
        text-align: center;
    }

    .featured-song {
        float: none;
        width: 80%;
        margin: 50px auto;
    }
    
    #page-title {
        margin: 100px auto 80px auto;
        padding: 0 10%;
    }    

    .projectdescription {
        float: none;
        margin: 50px auto;
        width: 85%;
    }

    #owl-demo {
        width: 100%;
        margin: 20px 0;
        float: none;
    }

    .mobile-menu {
            display: block;
     }

    .desktop-menu {
            display: none;
     } 
    
    #error-container {
        margin: 100px auto 300px auto;
    }
    
    .album-art {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: -30px;
    }
    
    .spotify-widget {
        width: 100%;
        margin-top: -50px;
    }
	
}

/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:850px) {
	
    .resume-button {
	    width: 85%;
        float: none;
        margin: 20px auto;
	
    }   
	
}

/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:767px) {     

    header {
        position: relative;
    }
    
    #error-container {
        margin: 80px auto 100px auto;
    }
    
    .parallax-banner.top-billboard {
        padding-top: 0;
    }
    
    .music {
        width: 90%;     
    }

    h1 {
        line-height: normal;
    }    
    
    .nlc, .title-404, #wicked {
        font-size: 40px;
        line-height: 45px;
    }

    #intro {
       font-size: 20px;    
    } 

    #scroll-down, #music-sprite, #beer-sprite {
        display: none;
    }

    #portrait {
        margin: 20px auto 20px auto;
    }

    #portrait img {
        width: 350px;  
    }
    
    #portrait img:hover {
        opacity: 1;
        visibility: visible;
    }   

    #ninja {
        display: none;  
    }
    
    #bio {
       width: 100%;
       margin: 30 auto 0 auto;	
    }   

    .tools {
        width: 100px !important;
        margin-top: 15px !important;
    }
    
    .work-sample-title {
    display: block;    
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 10px 0;
    }

    .work-sample-arrow {
    display: block;
    margin: 0 auto 20px auto;
    width: 25px;
    }
    
    .wallpaper-section {
        padding: 15px 0 60px 0;
    }

    .wallpaper-column-1, .billboard-button-column {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    
    .wallpaper-thumb-1, .wallpaper-thumb-2, .wallpaper-thumb-3, .wallpaper-thumb-4, .wallpaper-thumb-5, .wallpaper-thumb-6 {
        width: 85%;
        float: none;
        margin: 30px auto 30px auto;  
    }

    .wallpaper-button-left, .billboard-button-right, .bandcamp-button {
        float: none;
        width: 85%;
        margin: 30px auto 30px auto;
    }

    .wallpaper-button-right, .billboard-button-left, .error-button {
        float: none;
        width: 85%;
        margin: 30px auto 0 auto;
    }
    
    .contact-button {
        width: 85%;
    }
    
    .headline-mobile {  
       padding: 0 5%; 
    }
    
    #contact {
        width: 80%;
    }

    #topanchor {
        float: none;
        margin: 10px 45% 30px 45%;
    }    

    .processstandard1 {
        margin: 30px auto;
        width: 90%;
        float: none;
    }

    .processstandard2 {
        margin: 30px auto;
        float: none;
        width: 90%;
    } 
    
    .parallax-banner.home {
        background-attachment: scroll;
        background-position: 25% 50%;
    }
    
    .parallax-banner.contact, .parallax-banner.label-design, .parallax-banner.tailout-brewing, .parallax-banner.run-lola-run, .parallax-banner.sonor, .parallax-banner.resonance-reflection, .parallax-banner.classic-studios, .parallax-banner.meadowlark-chiro, .parallax-banner.tc-infrastructure, .parallax-banner.soup-sandwich, .parallax-banner.planetcom-creative, .parallax-banner.planetcom, .parallax-banner.all-saints, .parallax-banner.river-city-home-inspections, .parallax-banner.rd-waste, .parallax-banner.nlc-music, .parallax-banner.craft-beer, .parallax-banner.logo-design     {
        background-attachment: scroll;
    }
    
    body {
        background-attachment: scroll;
        background-size: 100%;
        background-repeat: repeat;
    }
    
    .beer-column-left, .beer-column-right, .featured-beer-description {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    
    .footer-logo {
        margin: 0 auto -30px auto;
        width: 325px;
    }
        
}


/* ==========================================================================
   Micro clearfix
   ========================================================================== */


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
   