body {
  /* font-family: 'Roboto', sans-serif; */
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  /*background-color: #fbfbf9;*/
  background-color: #f8f8f8;
  margin-bottom: 0px; /* for footer */
  font-size: 17px;
}

/* heroblocki */
#heroblocki {
    background-color:#000000;
}

.newClass {
    background-color:#000000 !important;
    position: fixed;
}

/* unvisited link */
a:link {
    color:#1A73E8;
  }
  
  /* visited link */
  a:visited {
    color:#1A73E8;
    /*color:#5087ec;*/
  }
  
  /* mouse over link */
  a:hover {
    color: #1A73E8;
  }
  
  /* selected link */
  a:active {
    color:rgb(0, 209, 255);
  }

h3{
    font-weight: 700;
    color: #111111;
    line-height: 1.4;
}

h1{
    line-height: 1.4;
}

p{
   /* color:#656565;*/
   line-height: 1.6;
}

.lightgrey{
    color: #575757;
}

.blackcontrastwhite{
    color: #BFBFBF;
}

li{
    margin-top: 12px;
}


h4{
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
}

.regular_title_24{
    font-size: 24px;
    font-weight: 400;
}

.medium_title_36{
    font-size: 36px;
    font-weight: 400;
}

.subfont{
    font-family: 'Playfair Display', serif;
}

.loud-title{
    /* font-family: 'Source Serif Pro', serif !important; */
    font-weight: bold !important;
}
.loud-title-body{
    /* font-family: 'Source Serif Pro', serif !important; */
    font-size: 32px !important;
    font-weight: bold;
}

.section-spacer{
    margin-top: 56px;
}

.light-text{
    color: #666666;
    line-height: 1.6;
}

.viewport-height{
    min-height: 100vh;
}

.bg-sunny{
    background-color: #000;
}

.my-container{
    padding: 72px;    
}

.footer-me {
    background-color: #f1f1ef;
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow:hidden;
    padding-bottom: 30px!important;
    margin-top:110px;
}


.hline-bottom {
    border-bottom: 1px solid #c4c4c4; /* whichever color you prefer */
    width: 90px;
    margin-bottom: 16px;
}

.hline-bottom-long {
    border-bottom: 1px solid #c4c4c4; /* whichever color you prefer */
    width: 100%;
    margin-bottom: 16px;
}



/* show navibar title on the left after scrolling more than screen height */
.navi-bar-title a{
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
       -moz-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
         -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
}
.navi-bar-title a.active{
    opacity: 1;
    color:#fff!important;
}

/* END show navibar title on the left after scrolling more than screen height */


.navbar-custom {
    background-color:#eeeeee;
    color:#333;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#333;
}

.navbar-custom .navbar-nav > .active > a {
    /*color: #fff;*/
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    /*color:#333;*/
    text-decoration: none;
    background-color: transparent;
}

.navbar-custom .nav > li>a,
.navbar-custom .nav>li>a:focus {
    text-transform: uppercase;
    color: #333;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}


/* Burger animation */
.navbar-toggle[aria-expanded="false"]{
      overflow: hidden;

  transition: opacity, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}


.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  overflow: hidden;

  transition: opacity, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
    transform: translateY(6px) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  
  overflow: hidden;

  transition: opacity, transform;
    transition-duration: 0ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
    opacity: 0;
}


.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    
          overflow: hidden;

  transition: opacity, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
     transform: translateY(-6px) rotate(-45deg);
}


.navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(1) {
  overflow: hidden;

  transition: opacity, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
    transform: translateY(0) rotate(0deg);
}

.navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(2) {
  
  overflow: hidden;

  transition: opacity, transform;
    transition-duration: 0ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
    opacity: 1;
}

.navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(3) {
    
          overflow: hidden;

  transition: opacity, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    
     transform: translateY(0px) rotate(0deg);
}

.navbar-collapse{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
}

/* Burger animation END */


/* set burger bar always */
/*
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-collapse.collapse.in {
        display: block !important; 
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/

/* set burger bar always END */




/* gradient font */
.gradient-font1{
    color: transparent;  
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    position: relative;
    /*background-image: linear-gradient(to right, rgb(0, 156, 243), rgb(22, 214, 217));*/
    background-image: linear-gradient(45deg, rgb(253, 167, 18), rgb(237, 0, 130) 50%);

}

/* gradient font END */


.about-text{
    font-size: 30px;
}

.padding-responsive{
    padding-left:4%; 
    padding-right:4%; 
    width:72%;
}

.no-padding-phone{
    padding-left: 0px;
    padding-right: 0px;
}

.mywork-spacing{
    padding-top:128px; 
    padding-bottom:40px;
}

.my-work-spacing-text{
    margin-top:34px;
}

.momapage{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-transform: none;
    color: #333;
}

@media(max-width:512px){
    .mainfont{
        font-size: 35px!important;
        font-weight: 500!important;
        line-height: 1.2em!important;
    }

    .about-text{
        font-size: 24px;
    }

    .padding-responsive{
        padding-left:4%; 
        padding-right:4%; 
        width:100%;
    }

    .mywork-spacing{
        padding-top:40px; 
        padding-bottom:40px;
    }

    .my-work-spacing-text{
        margin-top:34px;
    }

    .mobile-respoinsive-text-small{
        font-size:12px!important;
    }

    .mobile-small-image{
        height: 150px !important;
    }







    .responsive-iphone{
        position:absolute; 
        left:10%; 
        background-image: url(img/iphone.png);
        background-image: url(img/iPhoneFrameBG.png); 
        background-repeat: no-repeat; 
        width: 275px; 
        height:560px; 
        background-size: 275px 532px;
    }

    .responsive-iphoneX{
        position:absolute; 
        left:10%; 
        background-image: url(img/iPhoneFrameBG.png); 
        background-repeat: no-repeat; 
        width: 275px; 
        height:560px; 
        background-size: 275px 532px;
    }

    .responsive-iphoneX-real{
        position:absolute; 
        left:10%; 
        background-image: url(img/iPhoneXFrameBGReal.png); 
        background-repeat: no-repeat; 
        width: 275px; 
        height:560px; 
        background-size: 275px 532px;
    }



    .responsive-iphone-video{
        position:absolute; 
        left:28px; 
        top:67px; 
        width:218px;
    }

    .responsive-fullwidth-video{
        position:absolute; 
        left:0; 
        top:67px; 
        width:100%;
    }

    /* .responsive-iphone-video{
        position:absolute; 
        left:38px; 
        top:91px; 
        width:300px;
    } */


    .responsive-iphone-container{
        height:500px;
        width: 375px; 
        background-size: 375px 750px;
    }


}


@media(min-width:512px){
    .mainfont{
        font-size: 60px!important;
        font-weight: 500!important;
         line-height: 1.2em!important;
    }

}

@media(min-width:768px){
    .collapse.navbar-collapse{
        background-color: #e5d954;
    }

    .navbar-right { 
        margin-right: 0px;
        font-size: 18px;
        margin-top: -7.5px;
    }

    .mobile-right-margin{
        margin-left: 32px;
    }

    .margin-center-large{
        margin:auto; 
        width: 80%;
    }
}

.zoom-me { 
    -webkit-transition: all .2s ease-in-out;   
    transition: all .2s ease-in-out;   
    }
.zoom-me:hover { 
    -webkit-transform: scale(1.02)!important; 
    transform: scale(1.02)!important;
    }

.zoom-me-medium { 
    -webkit-transition: all .2s ease-in-out;   
    transition: all .2s ease-in-out;   
    }
.zoom-me-medium:hover { 
    -webkit-transform: scale(1.2)!important; 
    transform: scale(1.2)!important;
    }

.zoom-me-large { 
    -webkit-transition: all .2s ease-in-out;   
    transition: all .2s ease-in-out;   
    }
.zoom-me-large:hover { 
    -webkit-transform: scale(2.02)!important; 
    transform: scale(2.02)!important;
    }



.social-media-margin{
    margin-left:8px;
    margin-right:8px;
}


.btn{
    border-radius: 1px;
    border-color: #000;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
}


.btn.btn-default:hover {
    box-shadow: inset 0 0 0 1px #111;
    background-color: transparent;
    border-color: #000;
}

.btn.btn-default:focus {
    background-color: transparent;
    border-color: #000;
}

.load-more-button {
    display: block;
    padding: 10px 15px 10px;
    text-align: center;
    margin: 0 auto;
}

.load-more-button button {
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    border: 1px solid #111;
    color: #111;
    display: inline-block;
    width: 100%;
}

.load-more-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}




/* */

.gradient-one{
background-image: -webkit-linear-gradient(300deg, #ed0082, #fa7d78);
background-image: -moz-linear-gradient(300deg, #ed0082, #fa7d78);
background-image: -o-linear-gradient(300deg, #ed0082, #fa7d78);
background-image: linear-gradient(30deg, #ed0082, #fa7d78);
}

.gradient-two{
    background-image: -webkit-linear-gradient(300deg, #009cf3, #42dbde);
    background-image: -moz-linear-gradient(300deg, #009cf3, #42dbde);
    background-image: -o-linear-gradient(300deg, #009cf3, #42dbde);
    background-image: linear-gradient(30deg, #009cf3, #42dbde);
}


.portfolio-iphone{
    max-height: 650px;
}

.center-stuff-horizontal{
    text-align:center; 
    margin-left: auto; 
    margin-right: auto;
}

.btn-xl {
    padding: 15px 30px;
    border-radius: 300px;
    border:none;
}
.btn-xl:active {
    background-color: #fa7978!important;
}


.btn{
    border-radius: 1px !important;
    border-color: #000 !important;
    background-color: transparent!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}


.btn.btn-default:hover {
    box-shadow: inset 0 0 0 1px #111!important;
    background-color: transparent!important;
    border-color: #000!important;
}

.btn.btn-default:focus {
    background-color: transparent!important;
    border-color: #000!important;
}

.load-more-button {
    display: block!important;
    padding: 10px 15px 10px!important;
    text-align: center!important;
    margin: 0 auto!important;
}

.load-more-button button {
    line-height: 40px!important;
    outline: 0!important;
    padding: 0 15px!important;
    border: 1px solid #111!important;
    color: #111!important;
    display: inline-block!important;
    width: 100%!important;
}

.load-more-button-wrapper {
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/* parallax scroll over effect on jumbotron */
/* http://jsfiddle.net/EWefL/ */
.stay-fixed{
    height:100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index:-1;
}

.stay-fixed-following {
    /*height:600px;*/
    top:100vh;
    position:relative;
    z-index:99;
}

.shadow-top{
-webkit-box-shadow: 0px 1px 55px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 55px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 55px 0px rgba(0,0,0,0.1);

}

/* END parallax scroll over effect on jumbotron */

.margin-bottom-medium{
    margin-bottom:32px;
}

/* hide iframe frames */
.ViewerWrapper{
    background-color: white !important;
}





/* --------------------- rani kim stuff ---------------------------- */
  

  /* END allign stuff to the bottom of a column http://jsfiddle.net/silb3r/0srp42pb/11/ */
  
  .responsive-iphone{
      position:absolute; 
      left:0%; 
      background-image: url(img/iphone.png); 
      background-repeat: no-repeat; 
      width: 378px; 
      height:732px; 
      background-size: 378px 732px;
  }

    
  /* .responsive-iphone{
    position:absolute; 
    left:0%; 
    background-image: url(img/iphone.png); 
    background-repeat: no-repeat; 
    width: 375px; 
    height:750px; 
    background-size: 375px 730px;
} */
  .responsive-iphone-black{
    position:absolute; 
    left:0%; 
    background-image: url(img/iphoneBlack.png); 
    background-repeat: no-repeat; 
    width: 335px; 
    height:667px; 
    background-size: 335px 667px;
}

  /* GOOD */
  .responsive-iphoneX{
    position:absolute; 
    /* left:10%;  */
    background-image: url(img/iPhoneFrameBG.png); 
    background-repeat: no-repeat; 
    /* foobi width: 375px; */
    width: 321px; 
    /* foobi height:750px;  */
    height:650px; 
    /* foobi background-size: 335px 667px; */
    background-size: 321px 650px;

    -webkit-box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57);
    box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57);
    border-radius: 50px;
    width: 321px;
}

/* GOOD2 */
.responsive-iphoneX-real{
    position:absolute; 
    /* left:10%;  */
    background-image: url(img/iPhoneXFrameBGReal.png); 
    background-repeat: no-repeat; 
    /* foobi width: 375px; */
    width: 321px; 
    /* foobi height:750px;  */
    height:650px; 
    /* foobi background-size: 335px 667px; */
    background-size: 340px 650px;

    /* -webkit-box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57);
    box-shadow: 10px 11px 32px -13px rgba(0,0,0,0.57); */
    border-radius: 50px;
    width: 340px;
}

.responsive-iphoneX-Notch{
    /* foobi position:absolute; 
    left:2.4%;
    top:0.5%; 
    background-image: url(img/iPhoneXframeNotch.png); 
    background-repeat: no-repeat; 
    width: 375px;
    height:750px; 
    background-size: 317px 657px; */

    position:absolute; 
    left:2.5%;
    top:0.45%; 
    background-image: url(img/iPhoneXframeNotch.png); 
    background-repeat: no-repeat; 
    width: 306px;
    height:640px; 
    background-size: 306px 640px;
}

.responsive-iphoneX-Notch-real{
    /* foobi position:absolute; 
    left:2.4%;
    top:0.5%; 
    background-image: url(img/iPhoneXframeNotch.png); 
    background-repeat: no-repeat; 
    width: 375px;
    height:750px; 
    background-size: 317px 657px; */

    position:absolute; 
    /* left:2.5%;
    top:0.45%;  */
    background-image: url(img/iphoneXframeNotchReal.png); 
    background-repeat: no-repeat; 
    width: 340px;
    height:650px; 
    background-size: 340px 650px;
}
  
  .responsive-iphone-video{
      position: relative;; 
      left:auto; 
      top:91px; 
      width:300px;
  }

  .responsive-iphone-video-black{
    position: relative;; 
    left:auto; 
    top:98px; 
    width:265px;
}

  /* GOOD */
  .responsive-iphoneX-video{
    /* position:absolute; 
    left:24px; 
    top:21px; 
    width:291px; */

    /* foobi position:absolute; 
    left:22px; 
    top:18px; 
    width:291px; */
    position:absolute; 
    left:19px; 
    top:18px; 
    width:283px;
}

/* GOOD */
.responsive-iphoneX-video-real{
    /* position:absolute; 
    left:24px; 
    top:21px; 
    width:291px; */

    /* foobi position:absolute; 
    left:22px; 
    top:18px; 
    width:291px; */
    position:absolute; 
    left:35px; 
    top:30px; 
    width:270px;
}

  .responsive-fullwidth-video{
    position:absolute; 
    left:0; 
    top:91px; 
    width:100%;
    }

  
  
  .responsive-iphone-container{
      height:750px;
      width: 375px; 
      background-size: 375px 750px;
  }

  .responsive-iphone-container-black{
    height:750px;
    width: 335px; 
    background-size: 335px 750px;
}

  .responsive-iphoneX-container{
    /* foobi height:750px;
    width: 375px; 
    background-size: 375px 750px; */
    height:650px;
    width: 321px; 
    background-size: 321px 650px;
    /* neeeew */
    border-radius: 50px;
    background-image: linear-gradient(to right, #f4f4f4 , #c3c3c3);
}

.responsive-iphoneX-container-real{
    /* foobi height:750px;
    width: 375px; 
    background-size: 375px 750px; */
    height:650px;
    width: 321px; 
    background-size: 321px 650px;
    /* neeeew */
    border-radius: 50px;
    /* background-image: linear-gradient(to right, #f4f4f4 , #c3c3c3); */
}

.responsive-iPad{
    /* position:absolute;  */
    left:-11%; 
    background-image: url(img/iPad.png); 
    background-repeat: no-repeat; 
    width: 705px; 
    height: 475px; 
    background-size: 705px 475px;
}

.responsive-iPad-smartHomeFav{
    /* position:absolute;  */
    left:-11%; 
    background-image: url(img/portfolio/smartHome/iPad_Favorites.png); 
    background-repeat: no-repeat; 
    width: 705px; 
    height: 475px; 
    background-size: 705px 475px;
}



.responsive-iPad-container{
    height:475px;
    width: 705px; 
    background-size: 705px 475px;
}
  
@media(max-width:655px){

    

    .responsive-iPad{
        /* position:absolute;  */
        left:-11%; 
        background-image: url(img/iPad.png); 
        background-repeat: no-repeat; 
        width: 605px; 
        height: 405px; 
        background-size: 605px 405px;
    }

    .responsive-iPad-smartHomeFav{
        /* position:absolute;  */
        left:-11%; 
        background-image: url(img/portfolio/smartHome/iPad_Favorites.png); 
        background-repeat: no-repeat; 
        width: 605px; 
        height: 405px; 
        background-size: 605px 405px;
    }
}

@media(max-width:577px){

    

    .responsive-iPad{
        /* position:absolute;  */
        left:-11%; 
        background-image: url(img/iPad.png); 
        background-repeat: no-repeat; 
        width: 530px; 
        height: 345px; 
        background-size: 530px 345px;
    }

    .responsive-iPad-smartHomeFav{
        /* position:absolute;  */
        left:-11%; 
        background-image: url(img/portfolio/smartHome/iPad_Favorites.png); 
        background-repeat: no-repeat; 
        width: 530px; 
        height: 345px; 
        background-size: 530px 345px;
    }    
}
  
  
  @media(max-width:512px){

    .responsive-iphoneX-Notch {
        /* foobi2 position: absolute;
        left: 2.7%;
        top: 0.9%;
        background-image: url(img/iPhoneXframeNotch.png);
        background-repeat: no-repeat;
        width: 375px;
        height: 756px;
        background-size: 267px 551px; */
        position: absolute;
        left: 2.9%;
        top: 0.9%;
        background-image: url(img/iPhoneXframeNotch.png);
        background-repeat: no-repeat;
        width: 266px;
        height: 560px;
        background-size: 267px 551px;
    }

    .responsive-iphoneX-Notch-real {
       
        /* position: absolute;
        background-image: url(img/iPhoneXframeNotch.png);
        background-repeat: no-repeat;
        width: 266px;
        height: 560px;
        background-size: 267px 551px; */

        position:absolute; 
        left:0%; 
        background-image: url(img/iPhoneXframeNotchReal.png); 
        background-repeat: no-repeat; 
        width: 281px; 
        height:580px; 
        background-size: 281px 562px;
        /* neeew */
        height:562px; 
        border-radius: 45px;
    }
  
      .responsive-iphone{
          position:absolute; 
          left:5%; 
          background-image: url(img/iphone.png);
          background-repeat: no-repeat; 
          width: 275px; 
          height:560px; 
          background-size: 275px 532px;
      }

      .responsive-iphone-black{
        position:absolute; 
        left:-1%; 
        background-image: url(img/iphoneBlack.png);
        background-repeat: no-repeat; 
        width: 290px; 
        height:578px; 
        background-size: 290px 578px;
    }

      .responsive-iphoneX{
        /* foobi2 position:absolute; 
        left:0%; 
        background-image: url(img/iPhoneFrameBG.png); 
        background-repeat: no-repeat; 
        width: 283px; 
        height:580px; 
        background-size: 282px 562px; */
        position:absolute; 
        left:0%; 
        background-image: url(img/iPhoneFrameBG.png); 
        background-repeat: no-repeat; 
        width: 281px; 
        height:580px; 
        background-size: 281px 562px;
        /* neeew */
        height:562px; 
        border-radius: 45px;
    }

    .responsive-iphoneX-real{
        /* foobi2 position:absolute; 
        left:0%; 
        background-image: url(img/iPhoneFrameBG.png); 
        background-repeat: no-repeat; 
        width: 283px; 
        height:580px; 
        background-size: 282px 562px; */
        position:absolute; 
        left:0%; 
        background-image: url(img/iPhoneXFrameBGReal.png); 
        background-repeat: no-repeat; 
        width: 281px; 
        height:580px; 
        background-size: 281px 562px;
        /* neeew */
        height:562px; 
        border-radius: 45px;
    }
  
      .responsive-iphone-video{
          position: relative;; 
          left:auto; 
          top:67px; 
          width:218px;
      }

      .responsive-iphone-video-black{
        position: relative;; 
        left:auto; 
        top:84px; 
        width:230px;
    }

     

      .responsive-iphoneX-video {
        position: absolute;
        left: 19px;
        top: 15px;
        width: 245px;
    }

    .responsive-iphoneX-video-real {
        position: absolute;
        left: 24px;
        top: 27px;
        width: 233px;
    }

      .responsive-fullwidth-video{
        position:absolute; 
        left:0;
        top:67px; 
        width:100%;
        }
  
      .responsive-iphone-container{
          height:500px;
          width: 375px; 
          background-size: 375px 750px;
      }

      .responsive-iphone-container-black{
        height:560px;
        width: 282px; 
        background-size: 282px 560px;
    }

      .responsive-iphoneX-container {
        height: 525px;
        width: 375px;
        background-size: 375px 750px;
        /* neeew */
        background-image: linear-gradient(to right, #f4f4f4 , #c3c3c3);
      }

      .responsive-iphoneX-container{
        /* foobi2 height:540px;
        width: 375px; 
        background-size: 375px 750px; */
        height:540px;
        width: 284px; 
        background-size: 284px 750px;
        /* neeew */
        height:562px;
        width: 281px; 
        background-size: 281px 562px;
        background-image: linear-gradient(to right, #f4f4f4 , #c3c3c3);
        border-radius: 45px;
    }
  

      .iphone-artmaking{
          height:500px; 
          width: 390px; 
          background-size: 375px 750px; 
          display: block; 
          text-align: center; 
          margin: 0 auto;
      }

      .responsive-iPad{
        position:absolute; 
        left:0%; 
        background-image: url(img/iPad.png); 
        background-repeat: no-repeat; 
        width: 295px; 
        height: 205px; 
        background-size: 295px 205px;
    }

    .responsive-iPad-smartHomeFav{
        position:absolute; 
        left:0%; 
        background-image: url(img/portfolio/smartHome/iPad_Favorites.png); 
        background-repeat: no-repeat; 
        width: 295px; 
        height: 205px; 
        background-size: 295px 205px;
    }

    

    .responsive-iPad{
        position:absolute; 
        left:0%; 
        background-image: url(img/iPad.png); 
        background-repeat: no-repeat; 
        width: 318px; 
        height: 220px; 
        background-size: 318px 220px;
    }

    .responsive-iPad-smartHomeFav{
        position:absolute; 
        left:0%; 
        background-image: url(img/portfolio/smartHome/iPad_Favorites.png); 
        background-repeat: no-repeat; 
        width: 318px; 
        height: 220px; 
        background-size: 318px 220px;
    }

    
    .responsive-iPad-container{
        height:220px;
        width: 318px; 
        background-size: 318px 220px;
    }
  
  }

  .content-desktop {display: block;}
  .content-mobile {display: none;}

  @media(max-width: 768px){
    .crazycol{
        color:red;
    }
    .sm-screen-margin-top{
        margin-top: 32px !important;
    }

    .hide-overflow{
        overflow: hidden;
    }

    .content-desktop {display: none;}
    .content-mobile {display: block;}
    
  }


  .underline-rectangle {
    width: 160px;
    height: 4px;
    background: #B5E007;
  }


  
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}

@media(max-width:992px){
    .lightbox img {
        /** Pad the lightbox image */
        max-width: 90%;
        max-height: 80%;
        margin-top: 15%;
    }
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/** end light box **/

.container-custom{
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}










/*Margin and Padding helpers*/
/*xs*/

.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }

@media (max-width:512px){
    .margin-top-hero{
        margin-top: 12vh !important;
    }
}

@media (max-width:767px){
    .m-t-xs { margin-top: 1.5em; }
    .padding-small-mobile {
        padding: 32px !important;
    }
}


/*sm*/
@media (min-width:768px){
/*sm*/
.p-sm { padding: .5em; }
.p-x-sm { padding: 0 .5em; }
.p-y-sm { padding: .5em 0 ; }
.p-t-sm { padding-top: .5em; }
.p-r-sm { padding-right: .5em; }
.p-b-sm { padding-bottom: .5em; }
.p-l-sm { padding-left: .5em; }
.m-sm { margin: .5em; }
.m-x-sm { margin: 0 .5em; }
.m-y-sm { margin: .5em 0 ; }
.m-t-sm { margin-top: .5em; }
.m-r-sm { margin-right: .5em; }
.m-b-sm { margin-bottom: .5em; }
.m-l-sm { margin-left: .5em; }
.m-t-sm-large { margin-top: 8em !important; }
.padding-top-desktop-m {margin-top: 6px;}
}

/*md*/
@media (min-width: 992px){
.p-md { padding: 1em; }
.p-x-md { padding: 0 1em; }
.p-y-md { padding: 1em 0; }
.p-t-md { padding-top: 1em; }
.p-r-md { padding-right: 1em; }
.p-b-md { padding-bottom: 1em; }
.p-l-md { padding-left: 1em; }
.m-md { margin: 1em; }
.m-x-md { margin: 0 1em; }
.m-y-md { margin: 1em 0 ; }
.m-t-md { margin-top: 1em; }
.m-t-md-large { margin-top: 3em; }
.m-t-md-extrlarge { margin-top: 8em !important; }
.m-r-md { margin-right: 1em; }
.m-b-md { margin-bottom: 1em; }
.m-l-md { margin-left: 1em; }
.m-l-md0 { margin-left: 2em; }
.m-l-md1 { margin-left: 7em; }
.m-l-md2 { margin-left: 9em; }
.m-l-md3 { margin-left: 12em; }
.m-l-md4 { margin-left: 13em; }
.m-l-md5 { margin-left: 15.5em; }

.max-medium-width {width: 375px;}
.max-medium-width-l {width: 455px;}
.max-medium-1-width {width: 522px;}
.max-large-width {width: 450px;}
}


/*lg*/
@media (min-width: 1200px){
.p-lg { padding: 1.5em; }
.p-x-lg { padding: 0 1.5em; }
.p-y-lg { padding: 1.5em 0; }
.p-t-lg { padding-top: 1.5em; }
.p-r-lg { padding-right: 1.5em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-l-lg { padding-left: 1.5em; }
.m-lg { margin: 1.5em; }
.m-x-lg { margin: 0 1.5em; }
.m-y-lg { margin: 1.5em 0; }
.m-t-lg { margin-top: 1.5em; }
.m-r-lg { margin-right: 1.5em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }


/* toggle switch  https://codepen.io/mburnette/pen/LxNxNg */
input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.toggly {
	cursor: pointer;
	text-indent: -9999px;
	/* width: 200px;
    height: 100px; */
    width: 80px;
    height: 40px;
	background: grey;
	display: block;
    /* border-radius: 100px; */
    border-radius: 40px;
	position: relative;
}

label.toggly:after {
	content: '';
	position: absolute;
	/* top: 5px;
	left: 5px;
	width: 90px;
    height: 90px; */
    top: 3px;
	left: 4px;
	width: 34px;
	height: 34px;
	background: #fff;
    /* border-radius: 90px; */
    border-radius: 50px;
	transition: 0.3s;
}

input.toggly:checked + label.toggly {
	background: #bada55;
}

input.toggly:checked + label.toggly:after {
    /* left: calc(100% - 5px); */
    left: calc(100% - 3px);
	transform: translateX(-100%);
}

label.toggly:active:after {
    /* width: 130px; */
    width: 45px;
}

/* END toggle switch */

/* Darkmode */

.darkmode{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    
    background-color: #000000;
    /* color: #BFBFBF !important;  */
    color: red !important; 
}

.lightmode{
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
   
    background-color: #ffe6e6 !important;
    /* color: #BFBFBF !important;  */
    color: #666666 !important; 
    z-index: 99;
}

.hide-on-lightmode{
    display: none !important;
    /* visibility: hidden; */
}
.show-on-lightmode{
    /* display: block; */
    /* visibility: visible; */
    display: block !important;
    display: initial !important;
}

/* end drakmode */

/* horizontal scroll */
.scrolling-wrapper {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
}
.scrolling-wrapper .card{
        display: inline-block !important;
}




/* end horizontal scroll */

/* fade in animation */

#helloruby.animated {
    animation-name:
    fadein, tada;
    animation-delay: 0ms, 2000ms;
    -webkit-animation: fadein .3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .3s; /* Firefox < 16 */
        -ms-animation: fadein .3s; /* Internet Explorer */
         -o-animation: fadein .3s; /* Opera < 12.1 */
            animation: fadein .3s;
}

@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; }
}

/* END fade in animation */

/* text bubbles */
.text-bubbles{
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 
    background-color: #EFEFEF;
    padding: 4px 16px;
    border-radius: 16px;
    margin-top:12px;
    border: solid 1px #e5e5e5;
}

.text-bubbles:hover {
    background-color: #FED9D9 !important;
  }

.comic-image{
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    border: solid 2px #fff;
    border-radius: "1px";
}
.comic-image:hover {
    border: solid 3px #FED9D9 !important;
    border-radius: 12px;
    
    -webkit-box-shadow: 0px 2px 35px -6px rgba(173,173,173,0.6) !important;
    -moz-box-shadow: 0px 2px 35px -6px rgba(173,173,173,0.6) !important;
    box-shadow: 0px 2px 35px -6px rgba(173,173,173,0.6) !important;

  }


  /* SNACKBAR TOAST */
  #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

/* END SNACKBAR TOAST */

/* blinking cursor  */

.blinking-cursor {
    font-weight: 100;
    font-size: 64px;
    color: #2E3D48;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
  }
  
  @keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: #2EDF75;
    }
  }
  
  @-moz-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: #2EDF75;
    }
  }
  
  @-webkit-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: #2EDF75;
    }
  }
  
  @-ms-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: #2EDF75;
    }
  }
  
  @-o-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: #2EDF75;
    }
  }


/* end blinking cursor */