/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 @import url('buttons.css');
 @font-face {
     font-family: "CaviarDreams";
     src: url("fonts/CaviarDreams.ttf");
 }
@font-face {
    font-family: "CaviarDreams_Bold";
    src: url("fonts/CaviarDreams_Bold.ttf");
}
@font-face {
    font-family: "RoadRage";
    src: url("fonts/Road_Rage.otf");
}
@font-face {
  font-family: 'hawthorne_vintageregular';
  src: url('fonts/hawthorne_vintage-webfont.woff2') format('woff2'),
       url('fonts/hawthorne_vintage-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

header, #about, #contact { padding: 50px 0 0; }
.header2 { text-shadow: 3px 3px 8px #000; font-size: 3.5rem;}
body { background: top fixed no-repeat url('../img/bodybg.jpg'); }
header .slide { padding: 40px 20px; }
li { list-style: none; }

#logo > img { width: 500px; }
#mainNav {
    background: #11394a;
    background-size: cover;
}

/* BACKGROUND VIDEO */
#video-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

#video-bg > video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* === NAVBAR ===*/

.navbar{ padding: 0; box-shadow: 3px 0 10px #000; }
#navbarResponsive a {
  background: #206d8e; margin: 3px;
  color: #081c25 !important;
  font-size: 1.3em;
  font-weight: bold;
  border: 2px solid #65bcfd;
  border-radius: 3px;
}

.landing-rotext {
    background: #0082d5;
    padding: 5px 10px;
    box-shadow: 5px 5px 15px #000;
    border: 2px solid #20a4e4;
}
#navbarResponsive .active, #navbarResponsive a:hover {
    background: #20a4e4;
    border: 2px solid #fff;
}
.navbar-brand { position: absolute; font-family: "CaviarDreams_Bold"; font-size: 2.5em; }
.shade-bg { padding: 10px; background: rgba(0,0,0,.7); }

.frontShadeBox { position: relative; background: rgba(0,0,0,.7); width: 100%; height: 55%; padding-top: 65px; top: -60px; }
.frontpageLinks { margin: 10px 50px; }
.frontpageLinks > div{
  padding: 30px;
  font-weight: bold;
  font-family: "CaviarDreams_Bold";
}
.frontpageLinks > a { display: inline-block; }
.frontpageLinks .bottimg { display: none; }
.frontpageLinks img { width: 200px; }
.frontpageLinks .icopanel:hover {
  background: #65bcfd;
}

.lead { font-size: 1.8rem; text-shadow: 2px 2px 4px #222; width: auto; }
.leadfront { max-width: 1200px; margin: 0 auto; }
.leadbox { background: rgba(0,0,0,.8); box-shadow: 1px 1px 6px #555; padding: 15px; color: #fff; }
.leadbox h2 { background: #000; padding: 5px 10px; }

/* offwall panels for transition effects */
.offwallPanel, .inwallPanel { transition: all 1.5s; transition-timing-function: cubic-bezier(30);}
.inwallPanel { left: 0; }
.offwallPanel, .slideLeft {
  position: absolute;

  left: -9999px;
}
.bringInView {
  left: 0;
  position: relative;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  filter: blur(0);
  background-color: rgba(0,0,0,.5);
  transition: filter .3s;
  text-align: center;
}
.lightbox_content { display: flex; }
.lightbox img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 100%;
}

/*-- Pages --*/
h2 {
    color: #0082d5;
    text-shadow: 2px 2px 8px #156090;
    font-family: "CaviarDreams_Bold";
}
/* === LANDING / HOME */
#landing {
    margin: -50px 0 0;
    padding: 100px 50px 0;
    width: 100%;
    height: 110%;
    background: top fixed url('../img/landing_bg.jpg');
    background-size: cover;
}
#landing h1 { position: relative; margin: 40px auto; font-family: "CaviarDreams_Bold"; z-index: 1; }

.fadein {
    position:relative;
    margin: auto;
    top:0px;
    width: 300px;
    height: 300px;
}
.fadein img {
    position:absolute;
    height: 100%;
    margin-left: -150px;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}


/* === PORTFOLIO */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@100..900&display=swap');
.port_slide {
  padding: 10px;
  margin: 20px;  
  display: none;
}
#portfolio .active { display: block; }
.port_content .bg-main {
  display: block;
  top: 0px;
  position: absolute;
  height: 80%;
  width: 50%;  
  z-index: -1;
}
.bg-blue { background: linear-gradient(to bottom, #f0dfff 5%, hsl(194, 100%, 50%) 100%) !important; }
.bg-orange { background: linear-gradient(to bottom, #f0dfff 5%, hsl(25, 100%, 50%) 100%) !important; }
.bg-green { background: linear-gradient(to bottom, #f0dfff 5%, hsl(108, 100%, 50%) 100%) !important; }

.port_header h3 {
  font-size: 3.5rem;
  font-family: "hawthorne_vintageregular", serif;
  z-index: 2;
}
.port_thumb {
  display:flex;
  flex-direction: row;
  margin: 1vh 1vh 3vh;
  z-index: 2;
}
.port_thumb img {
  box-shadow: 3px 3px 10px #000;
  border-radius: 10px;
}
.port_infocard{
  display: flex;
  background: rgba(0, 0, 0, .7);
  padding: 10px;
  color: #ccc;

  .col-md-3 {
    background: rgb(0, 77, 150, .7);
    padding: 20px;

    h4{
      font-size: 1.8rem;
      text-decoration: underline;
      margin-bottom: 10px;
    }
    ul { padding:0; }
    li {
      padding: 10px;
      margin: 2px;
      background: rgba(0, 0, 0, .3);
    }
    li:before {
      /* content: "*"; */
    }
    .back-btn{
      position: absolute;
      bottom: 10px;
      left: 0;
      font-size: 1.5rem;
      background: black;
      padding: 10px;

      button {
        background: transparent;
        color: #fff;
        border: 0;
      }
    }
  }
  .col-md-3:before {
    content: "";
    position: absolute;
    color: black;
    inset: 0;
    display: flex;
    border-right: 5px solid transparent;
    background: linear-gradient(to bottom left, #004d96 0%, #75eaff 25%, #004d96 50%,transparent 100%) border-box;
    mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
    mask-composite: exclude; 
  }
  .col-md-8 {
    padding: 10px 25px;

    li a{
      color: #ccc;
      background: linear-gradient(to bottom, #8a1fad 5%, #67097a 100%);
      padding: 10px;
      text-decoration: none;
      margin: 0 11px;
    }
    li a:hover {
      background: #300041;
      border: 1px solid #67097a;
    }

    .lead{
      font-size: 1.3rem;
    }    
  }
}
.port_btn {
  text-align: center;
  justify-content: right;
  margin-right: 9rem;
  z-index: 2;

  a {
    box-shadow:inset 0px 1px 0px 0px #e184f3;
    background:linear-gradient(to bottom, #8a1fad 5%, #67097a 100%);
    background-color:#8a1fad;
    border-radius:6px;
    border:1px solid #350f3d;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #9b14b3;
    width: 35%;
  }
  a:hover {
    background:linear-gradient(to bottom, #67097a 5%, #8a1fad 100%);
    background-color:#67097a;
  }
  a:active {
    position:relative;
    top:1px;
  }
}
/* .maskTextPanel {
  margin: 20px;
  flex-direction: column;
  display: flex;
} */
.maskText {
  font-size: 3.5rem;
  padding: auto; 
  max-height: 10rem;
  background: rgba(0, 0, 0, 0.8) url('../img/cards/pour1_bg.jpg') center;
  color: #ffffff;
  font-weight: 500;
  box-shadow: 3px 3px 10px #000;
  align-items: center;
  text-shadow: 3px 3px 5px #000;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.7);
  font-family: "CaviarDreams_Bold";
} 
/* .maskText::before {
   position: absolute;
   content: '';
   z-index: -2;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-image: inherit;
}
.maskText::after {
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: #333;
}
.maskTextPanel .artwork { background-image: url('../img/port-art.jpg'); }
.maskTextPanel .photography { background-image: url('../img/port-photography-bg.jpg'); }
.maskTextPanel .creatticon { background-image: url('https://picsum.photos/600/400?random'); }
.maskTextPanel .creations { background-image: url('https://picsum.photos/800/600?random'); } */

.maskInfo {
  background: #fff url('../img/cards/pour2_bg.jpg') center;
  height: 75vh;
  border: 2px solid #222;
  box-shadow: 3px 3px 10px #333;
  border-radius: .75rem;
  margin: 1.5em 0;  
  font-size: 1.2em;
  vertical-align: super;
}
/* .maskInfo-left{ right: -24px; }
.maskInfo-right{ left: -24px; } */
/* beautifulText elements */
.beautifulText { font-size: 1vw; }
.beautifulText .text3D {
  display: inline-block;
  width: 40%;
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.beautifulText .letterpress {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 55%;
  font-weight: bold;
  font-size: 1.3em;
  vertical-align: super;
  text-transform: capitalize;
  left: 20px;
  color: #222;
  text-shadow: 0px 2px 3px #555;
}
.beautifulText .endtext {
  margin: 10px;
  text-align: center;
  font-size: 1.4em;
  font-weight: lighter;

}

/* Beautiful Text Button / GLitch Button */
.beautifulText .endtext a, .transition-box a {
  display: block;
  position: relative;
  color: #000;
  margin-top: 15px;
  cursor: pointer;
  background: #00f0e8;
  border: none;
  border-radius: 0.4em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  mix-blend-mode: darken;
  perspective: 300px;
  transform-style: preserve-3d;
  text-decoration: none;

  transform: rotatex(5deg);
  -webkit-animation: rotateAngle 6s linear infinite;
          animation: rotateAngle 6s linear infinite;
  -webkit-text-stroke: 1px #000;
}
.transition-box a { mix-blend-mode: difference; transform: rotatex(2deg); -webkit-animation: boop 2s linear infinite;
        animation: boop 2s linear infinite; }
.beautifulText .endtext a:before, .beautifulText .endtext a:after, .transition-box a:before, .transition-box a:after {
  --z: 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: inherit;
  border-radius: inherit;
  transform-style: preserve-3d;
  transform: translate3d(calc(var(--z) * 0px), calc(var(--z) * 0px), calc(var(--z) * 0px));
}
.beautifulText .endtext a span, .transition-box a span {
  mix-blend-mode: hard-light;
  display: block;
}
.beautifulText .endtext a:after {
  background-color: #00f73a;
}
.transition-box a:after { background-color: #ff0; }
.beautifulText .endtext a:before, .transition-box a:before {
  background-color: #65bcfd;
}
.beautifulText .endtext a:hover, .transition-box a:hover {
  background-color: #FFF65B;
  transition: background 0.3s 0.1s;
  color: #000;
}
.beautifulText .endtext a:hover:before, .transition-box a:hover:before {
  --z: 0.04;
  -webkit-animation: translateWobble 2.2s ease forwards;
          animation: translateWobble 2.2s ease forwards;
}
.beautifulText .endtext a:hover:after, .transition-box a:hover:after {
  --z: -0.06;
  -webkit-animation: translateWobble 2.2s ease forwards;
          animation: translateWobble 2.2s ease forwards;
}
@-webkit-keyframes rotateAngle {
  0% {
    transform: rotateY(0deg) rotateX(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
            animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  25% {
    transform: rotateY(20deg) rotateX(10deg);
  }
  50% {
    transform: rotateY(0deg) rotateX(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
            animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  75% {
    transform: rotateY(-20deg) rotateX(10deg);
  }
  100% {
    transform: rotateY(0deg) rotateX(10deg);
  }
}

@keyframes rotateAngle {
  0% {
    transform: rotateY(0deg) rotateX(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
            animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  25% {
    transform: rotateY(20deg) rotateX(10deg);
  }
  50% {
    transform: rotateY(0deg) rotateX(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
            animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  75% {
    transform: rotateY(-20deg) rotateX(10deg);
  }
  100% {
    transform: rotateY(0deg) rotateX(10deg);
  }
}
@-webkit-keyframes translateWobble {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--z) * 0px), calc(var(--z) * 0px), calc(var(--z) * 0px));
  }
  16% {
    transform: translate3d(calc(var(--z) * 160px), calc(var(--z) * 160px), calc(var(--z) * 160px));
  }
  28% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 70px), calc(var(--z) * 70px), calc(var(--z) * 70px));
  }
  44% {
    transform: translate3d(calc(var(--z) * 130px), calc(var(--z) * 130px), calc(var(--z) * 130px));
  }
  59% {
    transform: translate3d(calc(var(--z) * 85px), calc(var(--z) * 85px), calc(var(--z) * 85px));
  }
  73% {
    transform: translate3d(calc(var(--z) * 110px), calc(var(--z) * 110px), calc(var(--z) * 110px));
  }
  88% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 90px), calc(var(--z) * 90px), calc(var(--z) * 90px));
  }
  100% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 100px), calc(var(--z) * 100px), calc(var(--z) * 100px));
  }
}
@keyframes translateWobble {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--z) * 0px), calc(var(--z) * 0px), calc(var(--z) * 0px));
  }
  16% {
    transform: translate3d(calc(var(--z) * 160px), calc(var(--z) * 160px), calc(var(--z) * 160px));
  }
  28% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 70px), calc(var(--z) * 70px), calc(var(--z) * 70px));
  }
  44% {
    transform: translate3d(calc(var(--z) * 130px), calc(var(--z) * 130px), calc(var(--z) * 130px));
  }
  59% {
    transform: translate3d(calc(var(--z) * 85px), calc(var(--z) * 85px), calc(var(--z) * 85px));
  }
  73% {
    transform: translate3d(calc(var(--z) * 110px), calc(var(--z) * 110px), calc(var(--z) * 110px));
  }
  88% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 90px), calc(var(--z) * 90px), calc(var(--z) * 90px));
  }
  100% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 100px), calc(var(--z) * 100px), calc(var(--z) * 100px));
  }
}
#portnav { margin: 20px 0; }
#portnav .active { background: #000; color: #fff; }
.portcontainer { max-width: 1080px; margin: 0 auto; }
#portfolio h1 {
    font-family: "CaviarDreams";
    font-size: 5.3em;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
    text-align: center;
    padding: 50px 0 30px 0;
    color: #fff;
    font-weight: 900;
}
#portfolio .link {
    position: absolute;
    padding: 15px 20px;
    background: rgba(255,255,255,.5);
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 1.6em;
    text-shadow: 1px 1px 3px #000;
    box-shadow: 0px 0px 10px #000;

    transition: all 0.2s linear;
}
#portfolio .link:hover {
    background: #000;
    box-shadow: 0px 0px 20px #000;
}
#portfolio .photography h1 {
    top: -420px;
    left: -70px;
    color: #fffc00;
}
#portfolio .photography .link { top: -150px; right: 0; }

#portfolio .art h1,
#portfolio .art .link,
#portfolio .code h1,
#portfolio .code .link { top: -340px; }

#portfolio .art .link, #portfolio .code .link { margin-left: 180px; margin-top: 20px; }
#portfolio .art h1 {
    padding: 10px 650px 10px 10px;
    background: rgba(0,0,0,.7);
    color: #00ff48;
}

#portfolio .code h1 {
    padding: 10px 280px 10px 10px;
    background: rgba(0,0,0,.7);
    color: #ff0000;
}

#portfolio .carousel-caption a, #portfolio .carousel-caption h1 { display: none; }
.carousel-item { margin: 20px 40px; }

/** OFF WALL BUTTONS AND EFFECTS **/
.b-link {
   background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
  width: 110px;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.b-link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.b-link:before,
.b-link:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #000;
}
.b-link:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
  text-decoration: none;
}
.b-link:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
  text-decoration: none;
}
.b-link:hover{
  color: #000;
  background: #fff;
  text-decoration: none;
}
.b-link:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.b-link:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.b-link span:before,
.b-link span:after {
  position: absolute;
  content: "";
  background: #000;
}
.b-link span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.b-link span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.b-link span:hover:before {
  width: 100%;
}
.b-link span:hover:after {
  width: 100%;
}

/* ============= GALLERY BOXES FROM PORT ============= */
.transition-box {
  display: flex;
  padding: 2px;
  transition: 0.3s;
  background: rgba(0,0,0,.8);
}
.transition-header{
  border: 5px solid #000;
  background: #0082d5;
}
.transition-header h2 {
  color: #000;
  font-weight: 900;
  text-shadow: 0 0 black;
  width: 30%;
  display: inline-block;
  font-size: 2vw;
  margin: 20px 0 20px 20px;
}
.transition-header span {
  font-size: 1.1vw;
  font-style: italic;
}
.transition-header { text-align: left;  padding: 10px; }
.transition-box-ico { display: none; }
.transition-box-ico a {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 2vw;
  font-weight: 400;
  line-height: 45px;
  max-width: 220px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.transition-box-ico a:hover {
  text-decoration: none;
  color: #000;
}
.transition-box-ico .btneffect {
  color: #FFF;
  border: 4px solid #000;
  box-shadow:0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  top: 100px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}
.transition-box-ico .btneffect:hover {
  border: 4px solid #000;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
}
.transition-box-ico .btneffect:after {
  background: #FFF;
  border: 0px solid #000;
  content: "";
  height: 200px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.transition-box-ico .btneffect:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


.transition-box:hover img {
  filter: grayscale(1);
}
.gallery__column:hover img { filter: grayscale(0); }
.gallery__column {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  width: 25%;
  transition: all .5s ease-in;
}
.blurColumn { filter: blur(10px); }
.gall_link {
  margin: 2px;
  overflow: hidden;
}
.gall_link:hover .gall_image {
  filter: grayscale(0);
}
#art_gallery .gall_link .gall_image {
  filter: grayscale(0);
}
.gall_link:hover .gall_caption {
  opacity: 1;
}
.gall_thumb {
  position: relative;
}
.gall_image {
  display: flex;
  width: 100%;
  transition: 0.3s;
}
.gall_image:hover {
  transform: scale(1.1);
}
.gall_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

/* === ABOUT */
#about {
    background: bottom center url('../img/about_ico.png') rgba(0,0,0, .3);
    background-size: cover;
    color: #000;
}
#about h1 { margin: 40px auto; }

/* === CONTACT */
.socialNav { margin: 80px 0; }
.socialNav li { display: block; }
.socialNav i { padding: 0px 20px 0px 0px; }
.socialNav a {
    font-size: 3em;
    text-decoration: none;
    color: #333;
    background: #000;
    text-shadow: 0 0 3px #000;
    padding: 15px 20px;
    margin: 6px 2px;
    display: block;
    border: 2px solid #333;
    border-radius: 3px 8px 8px 3px;

    transition: all 0.2s linear;
}

.socialNav:hover a { text-shadow: 0 0 15px #000; }
.socialNav a:hover { text-shadow: 0 0 0 #000; border: 3px solid #666; box-shadow: 2px 2px 6px #333; }

.socialNav a[alt="Facebook"]:hover { background: #4267B2; color: #fff; }
.socialNav a[alt="Youtube"]:hover { background: #ff0000; color: #fff; }
.socialNav a[alt="Instagram"]:hover {
    background: rgb(2,0,36);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(5,10,230,1)), color-stop(50%,rgba(193,53,132,1)), color-stop(100%,rgba(252,175,69,1))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(5,10,230,1) 0%,rgba(193,53,132,1) 50%,rgba(252,175,69,1) 100%); /* Chrome10+, Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(5,10,230,1) 0%,rgba(193,53,132,1) 50%,rgba(252,175,69,1) 100%);    /* FF3.6+ */
    background: linear-gradient(to left, rgba(5,10,230,1) 0%,rgba(193,53,132,1) 50%,rgba(252,175,69,1) 100%);
    color: #fff; }
.socialNav a[alt="Email"]:hover { background: #333; color: #fff; }
.socialNav a[alt="LinkedIn"]:hover { background: #2867B2; color: #fff; }
.socialNav a[alt="Github"]:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6e5494), color-stop(100%,#333)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #333 0%,#6e5494 100%); /* Chrome10+, Safari5.1+ */
    background: -moz-linear-gradient(left, #333 0%,#6e5494 100%);    /* FF3.6+ */
    background: linear-gradient(to left, #333 0%, #6e5494 100%);
    color: #fff; }


footer {
  background-color: #212529;
  background: url('../img/black_slate_texture.jpg') center center repeat-x;
  mix-blend-mode: difference;
  border-top: solid 5px #006ace
}
footer .container {
  font-family: "CaviarDreams_Bold";
  font-size: 2.5rem;
  text-shadow: 1px 1px 6px #000;
}


@media (max-width: 900px) {
  .navbar-brand{ left: 120px; }
  #navbarResponsive a {
    margin: 10px 5px 0;
    padding: 4px 10px;

    .b-link{ width: auto; line-height: normal; }
  }

  /* ==== PORTFOLIO MOBILE ===== */
  .port_btn  { 
    justify-content: center;
    margin-right: 0;
    a{width: 80%;} }
  
  .port_header h3 { font-size: 1.6rem; }
  #portfolio h1 { font-size: 3.5rem; }
}

.hidden{ display: none; }