.bkg-lay {
  background-color: #d0d0d0!important;
}

.booter{
  margin-left: -30px;
}


svg {
  fill: currentColor;
  max-width:200px;
  margin-left: 30px;
  
}
svg .logo_border,
svg .logo_divider {
  stroke: currentColor;
}

.blackerson{
  fill:black!important;
}
/*.section--light {
  background-color: #EDEDED;
}
.section--dark {
  background-color: #0007E2;
}*/

.logo {
  position: fixed;
  left: 59px;
  /*top:62px;*/
  z-index: 10;
  color: #fff;
}

.logo2 {
  position: fixed;
  left: 59px;
  top:62px;
  z-index: 10;
  color: #fff;
}


.fartsy{

  margin-left:-12px !important;
}





@media only screen and (max-width: 770px){

.blogerson{
  display: none !important;
}
}

.sfitz-3 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}

@media only screen and (max-width: 960px){
.testies{
  height: 630px !important;
}

.fartsniffer{


    left: -10px !important;

}


.crasonry{
      padding-right: 15px;
    padding-left: 15px;
}

.bangbang{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

  .top-panel::before{

    width: 71px ;
  margin-left: -30px;

}

.farter{
    border-bottom: 10px solid white;
    max-width: 130%!important;
    margin-left: -52px;
}

.portfolio2 img {
    max-width: 100%!important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
}

.portfolio img {
    max-width: 100%!important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
}

.text-line-vertical:after {

    left: 51%;

}

.nav-icon-6{
 
  top: 65px!important;
  right: 54px!important;

}

nav ul {
    top: 120px!important;
    right: 68px!important;
    }

  .logo {
  visibility: hidden;
}

  .logo2 {
  visibility: hidden;
}

.mobileShow { display: none;}

.section-block, .fullscreen-section .fullscreen-inner, .pagination-2 .pagination-next, .row.xlarge {
    padding-top: 5rem;
    padding-bottom: 7rem;
    height: 100% !important;
}


.wrapper-inner {
        padding: 1.7rem;
}


.mb-30 {
    margin-bottom: 3rem;
    margin-left: 2rem!important;
    font-family: industry, sans-serif;
      text-decoration: underline; 
}

  .brand {
  visibility: visible!important;
}

  .brand2 {
  visibility: visible!important;
}

.nuclear {
  visibility: hidden !important;
}

.fart{
      left: -75px!important;
}

.testies-jd {
    height: 700px !important;
}

.testies-st {
    height: 660px!important;
}

.looter {
  padding-left: 4rem;
}

.tms-slide img {

    margin: 0 -5px;
 
}

.mobile .header, .mobile .header .header-inner {

    background: #fff;
}

}



.mob-log-master {
    margin-left: 30px;
    margin-top: 30px !important;
        background: transparent;
}





@media only screen and (min-width: 960px){

  .butts{
  margin-top:73px!important;
}

.desktophide { display: none;}

  .image.blend-10 {
visibility: hidden !important;
}

.mob-log-master {
  visibility: hidden !important;}

}

  .brand {
  visibility: hidden;
}


  .brand2 {
  visibility: hidden;
}



.logo--dark {
  color: #ff002d;  /* blue - #0007E2 f47e14*/
}

.logo--dark2 {
  color: #000;  /* blue - #0007E2 f47e14*/
}

#scroll-down {
  position: fixed;

}


/* new--nav */


nav {
  mix-blend-mode: difference;
  z-index: 100;
}
nav ul {
  position: fixed;
  top: 100px;
  right: 71px;
  height: 100vh;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  width: 27px;
}
nav ul li {
  font: bold 1.4rem  industry, sans-serif !important;
  background-color: #ddf400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 1.75em 1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
nav.active ul {
  visibility: visible;
  pointer-events: initial;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}


.boom {
  padding:.5em 0!important;
  font: bold 1.4rem  industry, sans-serif !important;
  background-color: #ddf400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: .25em 1em!important;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.boom-2 {
  max-width: 25px;
  max-height: 20px;
}






/* nav-icon-6 */
.nav-icon-6{
  width: 35px;
  height: 30px;
  margin: 20px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  position: fixed;
  top: 40px;
  right: 57px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.moves:hover {
    width: 0;
    height: 0;
    border-left: 5px solid #ddf400;
    border-right: 5px solid #ddf400;
    border-bottom: 8px solid currentColor;
    display: inline-table;
    line-height: 0;
 
    -webkit-animation: fadein s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nav-icon-6 span{
  position: absolute;
  display: block;
  right: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color:#000;
  /*border-radius: 2px;*/
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
}
.nav-icon-6 span:nth-child(1){
  top:0px;
  left: 0px;
}
.nav-icon-6 span:nth-child(2){
  top: 8px;
  left: 0px;
}
.nav-icon-6 span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.nav-icon-6:not(.open):hover span:nth-child(1){
  transform:  scaleY(1.2);
  left: -5px;
}
.nav-icon-6:not(.open):hover span:nth-child(2){
  transform: rotate(5deg) scaleY(1.1);
}
.nav-icon-6:not(.open):hover span:nth-child(3){
  transform:  scaleY(1.2);
  left: 7px;
}
.nav-icon-6.open span:nth-child(1){
  transform: rotate(45deg) scaleX(0.7);
  top: 13PX;
  left: -8px;
}
.nav-icon-6.open span:nth-child(2){
  transform: scale(0);
  transition-duration: 50ms
}
.nav-icon-6.open span:nth-child(3){
  transform: rotate(-45deg) scaleX(0.7);
  top: 13PX;
  left: 2px;
}




/* color change*/


#hamburger span {
  height: 4px;
  width: 100%;
  background: #fff;

}

#hamburger2 span {
  height: 4px;
  width: 100%;
  background: #fff;

}

#hamburger3 span {
  height: 4px;
  width: 100%;
  background: #000;

}

#hamburger span.change.darker {
  background: #ff002d;
}

#hamburger.open span.change.darker {
  background: #ff002d;
}

#hamburger2 span.change.darker {
  background: #000;
}

#hamburger2.open span.change.darker {
  background: #000;
}


.section-g,
.section-g-bottom {
  background: #2bc28a;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.section-w,
section-w-bottom {
  background: #fff;
      -webkit-animation: fadein s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;


}

.section-w-2,
section-w-bottom {
  background: #ddf400 !important;
      -webkit-animation: fadein s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;


}


.section-w-3,
section-w-bottom {
  background: #fff !important;
      -webkit-animation: fadein s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;


}




.blend-10 {
  position: fixed;
  mix-blend-mode: difference;
  z-index: 100;
  cursor: pointer !important;
}


.brand .change .darker {
  filter: grayscale(100%) brightness(17.5%) sepia(100%) hue-rotate(114deg)
    saturate(600%) contrast(0.8);

}


.sfitz{
    border-top: 33px solid!important;
    border-color: white!important;
}

.sfitz-2{
    border-bottom: 33px solid!important;
    border-color: white!important;
}

.sfitz-3{

    padding-top: 0rem!important;
    padding-bottom: 3rem;
}


.sfitz-4{

    padding-top: 0rem!important;
    padding-bottom: 3rem;
}

.sfitz-5{

    padding-top: 0rem!important;
    padding-bottom: 3rem;
}

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
} 


.top-panel {

}

.top-panel::before{
     content: url(http://badbrain.jeremytrahan.com/images/lightning-01-red-01.svg);
    color: #fff!important;
    position: absolute;
    font-size: 25px;
    width: 22px;
    height: 44px;
    line-height: 85px;
    text-align: center;
    border-radius: 10px;
    bottom: 25px;
    left: 49.25%;
    margin-left: -7px;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}



.mb-30 {
    margin-bottom: 3rem;
    margin-left: 6rem;
    font-family: "industry",sans-serif;
      text-decoration: underline; 
}


.fink {
  font-family: "industry",sans-serif;
  font-weight: 900;
}


.fink :hover {
  color:#fff!important;
}


.blogerson :hover{
  opacity: .5 !important;
  cursor: pointer;
}





.mb-30-2 {
    margin-bottom: 3rem;
    float: left;
    font-size: 1.6rem;
    width: 266px;
    height: 21px;
    line-height: 41px;
    background-color: black;
    padding: 0 20px;
    color: #fff !important;
    font-family: "industry",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.cornered-2 {
    margin-top: 20px;
    width: 266.4px;
    border-top: 20px solid black;
    border-right: 20px solid transparent;
}





.portfolio img {
    max-width: 85%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
}

.portfolio2 img {
    max-width: 76%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
}



.testies{
  height: 520px;
}

.testies-2{
  height: 585px;
}

.testies-3{
  height: 785px;
}

.testies9{
  height: 775px;
}

.section-y{
  background-color: #fce000;
}


.hamburger-2 span {
    height: 4px;
    width: 100%;
    background: #000!important;
}

@media only screen and (max-width: 768px){

/*[class*="offset-"] {
    margin-left: -25px !important;*/
}
}


.thebeez{
border-left: 3rem solid white;
border-right: 3rem solid white;
border-top: 3rem solid white;

}

blockquote cite, blockquote .cite{

      font-size: 70%!important;
}

blockquote p {
    margin-bottom: 0;
    font-size: 2.4rem!important;
}

.fatso {    font-size: 5.3rem;
            color: #000;
}

.charlie {
  display: block;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
}


svg|a:link, svg|a:visited {
  cursor: pointer;
}



.brand {
    width: 100px;
    position: fixed;
    left: 39px;
    top: 58px;
  z-index: 10;
  height: auto;
  align-self: center;
  margin-left: 15px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.brand.change.darker {
  filter: grayscale(94%) brightness(32.5%) sepia(100%) hue-rotate(305deg)
    saturate(602%) contrast(1)!important;

}

.brand2 {
    width: 100px;
    position: fixed;
    left: 39px;
    top: 58px;
  z-index: 10;
  height: auto;
  align-self: center;
  margin-left: 15px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.brand2.change.darker {
  filter: grayscale(94%) brightness(0%) sepia(100%) hue-rotate(305deg)
    saturate(602%) contrast(1)!important;

}

.footer-brogo {

  max-width:80px;
}





.peggyhill {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 2;
    position: absolute;
    height: 110vh;
    text-align: center;
    display: flex;
   align-items: stretch;
    justify-content: center;

}



.hankhill{

z-index:-1;

}


@media (min-width: 768px) {
  .hankhill {
    visibility: hidden !important;
  }


  }

@media (max-width: 768px) {
  .peggyhill {
    visibility: hidden !important;
  }

  .video-fix {
height:40rem!important;
  }


  }


.mb-30-3 {
    margin-bottom: 3rem;
    float: left;
    font-size: 1.6rem;
    width: 305px;
    height: 21px;
    line-height: 41px;
    background-color: black;
    padding: 0 20px;
    color: #fff !important;
    font-family: "industry",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.mb-30-4 {
    margin-bottom: 3rem;
    float: left;
    font-size: 1.6rem;
    width: 270px;
    height: 21px;
    line-height: 41px;
    background-color: black;
    padding: 0 20px;
    color: #fff !important;
    font-family: "industry",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.cornered-3 {
    margin-top: 20px;
    width: 305.25px;
    border-top: 20px solid black;
    border-right: 20px solid transparent;
}

.cornered-4 {
    margin-top: 20px;
    width: 270.25px;
    border-top: 20px solid black;
    border-right: 20px solid transparent;
}
.cornered-5 {
    margin-top: 20px;
    width: 310.45px;
    border-top: 20px solid black;
    border-right: 20px solid transparent;
}

.mb-30-5 {
    margin-bottom: 3rem;
    float: left;
    font-size: 1.6rem;
    width: 310px;
    height: 21px;
    line-height: 41px;
    background-color: black;
    padding: 0 20px;
    color: #fff !important;
    font-family: "industry",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}


.cornered-6 {
    margin-top: 20px;
    width: 320.45px;
    border-top: 20px solid black;
    border-right: 20px solid transparent;
}

.mb-30-6 {
    margin-bottom: 3rem;
    float: left;
    font-size: 1.6rem;
    width: 320px;
    height: 21px;
    line-height: 41px;
    background-color: black;
    padding: 0 20px;
    color: #fff !important;
    font-family: "industry",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.singlesec{
    height: 100%;
    vertical-align: middle!important;
    display: table-cell;
    float: none;
    width: 100% !important;

}

.spoopy {
  max-width: 76%!important;
}

.fridge {
    max-width: 85%!important;
    padding-top: 3rem;
}
}






/*
.hankhill{
     width: 100vh;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
   background-position: center;
   background-image: url(http://badbrain.jeremytrahan.com/images/junior-drag/jd-jl-1.0.gif);

}




@media (max-width: 767px) {
  .peggyhill {

    opacity: 0 !important;
  }


  }







.tms-slides {
    margin-top: 0px;
    margin-right: -30px;
    margin-bottom: 0px;
    margin-left: -30px;}*/
