@charset "UTF-8";

/* 
   Meu código não foi minimizado e otimizado de proposito :) 
   Acredito que algum pode vir aqui, querer me avaliar ;)
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Main */

/* Smooth scrolling in css - works in html5 only */
  html, body {
    scroll-behavior: smooth;
  }
  body {
      font-family: "Lato", sans-serif;
      font-size: 0.9rem;
      font-weight: 400;
      font-style: normal;
      color: #0085d6;
      background: black;
  }
/* Default */
  h1, h2, h3, h4, h5, h6{
      color: #0085d6;
      margin:0;
  }
  h1{
    font-size: 2rem;
    font-weight: 700;
  }
  h2{
    font-size: 1.2rem;
    line-height: 1.2;
  }
  h3{
    font-size: 0.9rem;
    font-weight: 400;
  }
  h5{
    font-size: 1.5rem;
    font-weight: 600;
  }
  h5{
    font-size: 1.1rem;
    font-weight: 400;
  }
  h1.entry-title {
    font-size: 1.3rem;
    border-bottom: none;
  }
  .p {
    color: #0085d6;
    margin:0;
  }
  a {
    color: #0085d6;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #0085d6;
    text-decoration: underline;
  }
  pre {
    display: inherit;
    font-size: 0.7rem;
    color: inherit;
      /* pre break line */
      white-space: pre-wrap;       /* Since CSS 2.1 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
  }
  .anchor{
    display: block;
    height: 115px; /*same height as header*/
    margin-top: -115px; /*same height as header*/
    visibility: hidden;
  }
  .show {
    color: inherit;
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
  }
  .hide {
    color: transparent;
  }
  .p-w {
    color:#fff;
  }
  .p-r {
    color: #ff0000;
  }
  .r-effect {
    transition: 1s ease-in-out;
  }
  .r-effect-in {
    font-family: 'Architects Daughter', cursive;
    color: #ff0000;
    font-weight: 700;
  }
  .w-effect {
    transition: 1s ease-in-out;
  }
  .w-effect-in {
    font-family: 'Architects Daughter', cursive;
    color:#fff;
    font-weight: 700;
  }
  .p-effect{
    transition: 1s ease-in-out;
  }
  .p-effect-in {
    transform: rotateX(360deg) translateX(+5px);
    -moz-transform: rotateX(360deg) translateX(+5px);
    -webkit-transform: rotateX(360deg) translateX(+5px);
    -ms-transform: rotateX(360deg) translateX(+5px);
    -o-transform: rotateX(360deg) translateX(+5px);
  }
  .u-line-blue {
    border-bottom: solid 1px #0085d666;
    transition: 1s ease-out;
  }
  .u-line-blue:hover {
    border-bottom: solid 1px #fff;
  }
  .l-line-blue {
    border-left: solid 1px #0085d666;
    transition: 1s ease-out;
  }
  .l-line-blue:hover {
    border-left: solid 1px #fff;
  }
  .r-line-blue {
    border-right: solid 1px #0085d666;
    transition: 1s ease-out;
  }
  .r-line-blue:hover {
    border-right: solid 1px #fff;
  }
  #my-name {
    font-family: 'Architects Daughter', cursive;
    font-size: 2rem;
    min-height: 58px;
    padding-top: 7px;
  }
  #scroll {
    width: 100%;
    display: flex;
  }
  #scroll h2 {
    display: flex;
    align-items: center;
  }
  #scroll button {
    background: transparent;
    border: none;
    opacity: .5;
    transition: .3s ease-out;
    text-decoration: none;
  }
  #scroll button:hover {
    opacity: 1;
  }
  #scroll button:focus,
  #scroll button:focus-visible {
    outline: none;
  }
  #scroll small {
      color: #fff;
      font-family: 'Architects Daughter', cursive;
      font-size: 0.7rem;
      font-weight: 400;
      padding-bottom: 1px;
  }
  
    /* some negative for effects purpose */
    .mt-n1 {margin-top: -10px!important;}
    .mt-n2 {margin-top: -20px!important;}
    .mb-n1 {margin-bottom: -10px!important;}
    .mb-n2 {margin-bottom: -20px!important;}
    /* bootstrap add, without rem / emv values for static purpose adjusts */
    .pb-1-px  {padding-bottom: 5px;}
    .pb-2-px  {padding-bottom: 8px;}
    .pb-3-px  {padding-bottom: 10px;}
    .pb-4-px  {padding-bottom: 15px;}
    .pb-5-px  {padding-bottom: 20px;}
    .pb-6-px  {padding-bottom: 25px;}
    .pb-7-px  {padding-bottom: 30px;}
    .pb-8-px  {padding-bottom: 40px;}
    .pb-9-px  {padding-bottom: 60px;}
    .pb-10-px {padding-bottom: 80px;}
    .pt-1-px  {padding-top: 5px;}
    .pt-2-px  {padding-top: 8px;}
    .pt-3-px  {padding-top: 10px;}
    .pt-4-px  {padding-top: 15px;}
    .pt-5-px  {padding-top: 20px;}
    .pt-6-px  {padding-top: 25px;}
    .pt-7-px  {padding-top: 30px;}
    .pt-8-px  {padding-top: 40px;}
    .pt-9-px  {padding-top: 60px;}
    .pt-10-px {padding-top: 80px;}
    .mb-1-px  {margin-bottom: 5px;}
    .mb-2-px  {margin-bottom: 8px;}
    .mb-3-px  {margin-bottom: 10px;}
    .mb-4-px  {margin-bottom: 15px;}
    .mb-5-px  {margin-bottom: 20px;}
    .mb-6-px  {margin-bottom: 25px;}
    .mb-7-px  {margin-bottom: 30px;}
    .mb-8-px  {margin-bottom: 40px;}
    .mb-9-px  {margin-bottom: 60px;}
    .mb-10-px {margin-bottom: 80px;}
    .mt-1-px  {margin-top: 5px;}
    .mt-2-px  {margin-top: 8px;}
    .mt-3-px  {margin-top: 10px;}
    .mt-4-px  {margin-top: 15px;}
    .mt-5-px  {margin-top: 20px;}
    .mt-6-px  {margin-top: 25px;}
    .mt-7-px  {margin-top: 30px;}
    .mt-8-px  {margin-top: 40px;}
    .mt-9-px  {margin-top: 60px;}
    .mt-10-px {margin-top: 80px;}
    /* end of */

    /* Icon 1 */

  /* bootstrap animation menu hamburguer effects */
  .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    .animated-icon1 span {
    background: #0085d6;
    }
    .animated-icon2 span {
    background: #0085d6;
    }
    .animated-icon3 span {
    background: #0085d6;
    }
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
    /* Icon 3*/
    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }
    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
    }
    .animated-icon2 span:nth-child(4) {
    top: 20px;
    }
    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    /* Icon 4 */
    .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    }
    .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    }
    .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
    }
    /* end of */

      /* back to top */
      #back {
      position: fixed;
      display: inline-block;
      height: 40px;
      width: 40px;
      bottom: 15px;
      right: 15px;;
      opacity: 0;
      border-radius: 50px 50px 1px 50px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      box-shadow: 1px 1px 6px #00000040;
      text-indent: 100%;
      visibility: hidden;
      overflow: hidden;
      white-space: nowrap;
      transition: 1s;
      -webkit-transition: opacity .3s 0s, visibility 0s .3s;
      -moz-transition: opacity .3s 0s, visibility 0s .3s;
      transition: opacity .3s 0s, visibility 0s .3s;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
      }
      #back.is-fade-out {
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s;
      }
      #back.is-visible {
      transition: 1s;
      visibility: visible;
      opacity: 0.5;
      z-index: 900;
      }
      #back:hover {
      opacity: 1!important;
      transition: 1s;
      }
      .back-effect-in {
      transition: 1s;
      opacity: 0.8!important;
      height: 50px!important;
      border-radius: 50px 50px 10px 10px!important;
      transform: rotateX(360deg);
      }
      #back:hover,
      #back:active,
      #back:focus {
      outline: none;
      text-decoration: none;
      }
      /* end of */

  /* header */
  header#masthead {
    display: flex;
    align-items: center;
    background-color: #0000;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: 1s ease-in-out;
  }
  .header-scrolled {
    padding: 0 1rem!important;
    background-color: #fff!important;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0.5rem;
    font-weight: 400;
    font-size: 0.8rem;
    color: #0085d6;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a > xmp {
    margin: 5px;
  }
  .navbar-brand a {
    font-family: 'Architects Daughter', cursive;
    color: #0085d6;
    transition: 1s;
  }
  .navbar-brand > a:hover {
    font-family: 'Architects Daughter', cursive;
    font-size: 1.3rem;
    color: #f6f6f6;
    transition: 1s ease-in-out;
  }
  .navbar-toggler,
  .navbar-light .navbar-toggler,
  .navbar-dark .navbar-toggler {
    border: none;
    outline: none;
  }
  .site-title-dark-hover > a:hover{
    color: #060606!important;
  }
  /*per menu item effects*/
  #masthead .navbar-nav .menu-item-11,
  #masthead .navbar-nav .menu-item-41,
  #masthead .navbar-nav .menu-item-42,
  #masthead .navbar-nav .menu-item-43 {
    transition: 1s ease-in-out;
  }
  #masthead .menueffect-in {
    transform: rotateX(360deg) translateX(-15px);
    -moz-transform: rotateX(360deg) translateX(-15px);
    -webkit-transform: rotateX(360deg) translateX(-15px);
    -ms-transform: rotateX(360deg) translateX(-15px);
    -o-transform: rotateX(360deg) translateX(-15px);
  }
  #masthead .menueffect-out {
    transform: rotateX(360deg) translateX(+15px);
    -moz-transform: rotateX(360deg) translateX(+15px);
    -webkit-transform: rotateX(360deg) translateX(+15px);
    -ms-transform: rotateX(360deg) translateX(+15px);
    -o-transform: rotateX(360deg) translateX(+15px);
  }
  
  /* footer */
  .site-footer {
    width: 100%;
    color: #0085d6;
    background-color: black;
    border-top: solid 1px #0085d666;
	transition: 1s ease-in-out;
  }
  .site-footer:hover {
	border-top: solid 1px #fff;
  }
  .site-footer #title{
    font-size: 0.8rem;
  }
  .site-footer small{
    color:#a8a8a8;
  }
  .footer-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-socials a {
    display: block;
    color: #0085d6;
    text-shadow: 1px 1px 6px #00000040;
    padding: 0 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-socials a:hover {
      display: block;
      color: #fff!important;
      text-shadow: 1px 1px 6px #00000040;
      text-align: center;
      transition: .5s ease-in-out;
  }
  #footer-m{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    width: fit-content;
  }
  .footer-effects{
    font-size: 0.7rem;
    transition: 1s ease-in-out;
  }

  /* social */
  #fixed-socials .socials {
    position: fixed;
    right: 2%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 900;
  }
  #fixed-socials .socials a {
    display: block;
    color: #0085d6;
    text-shadow: 1px 1px 6px #00000040;
    font-size: 1.3rem;
    text-align: center;
  }
  #fixed-socials .socials a:hover {
      display: block;
      color: #fff;
      text-shadow: 1px 1px 6px #00000040;
      font-size: 1.5rem;
      text-align: center;
      transition: .3s ease-in-out;
      transform: rotateZ(360deg) translateX(-5px);
      -moz-transform: rotateZ(360deg) translateX(-5px);
      -webkit-transform: rotateZ(360deg) translateX(-5px);
      -ms-transform: rotateZ(360deg) translateX(-5px);
      -o-transform: rotateZ(360deg) translateX(-5px);
  }

  /* about me */
  #about-me {
    width: 100%;
    min-height: 80vh;
  }
  #about-me canvas {
    position: absolute;
    z-index: 1;
  }
  #about-me .divisor {
    position: absolute;
    width: 100%;
    height: 76.33%;
    margin-top: 85px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #about-me .left {
    width: 35%;
  }
  #about-me .right {
    width: 45%;
    z-index: 2;
  }
  #about-me .right .little {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* my work */
  #mywork {
   position: relative;
  }
  #mywork a {
   z-index: 1;
  }
  #mywork .demos {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #mywork .demos a {
    margin: 10px;
  }
  #mywork .demos video {
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 250px;
    padding: 10px;
    border: solid 1px #0085d666;
    opacity: .9;
    z-index: 1;
  }
  #mywork .demos video:hover {
    border: solid 1px #fff;
    transition: 1s;
    opacity: 1;
  }
  #mywork .see-more {
    width: 100%;
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #mywork .see-more .left {
    z-index: 1;
    width: 55%;
    padding: 0 15px;
  }
  #mywork .see-more .left h2 {
    font-family: 'Architects Daughter', cursive;
  }
  #mywork .see-more .right {
    z-index: 5;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: center;
    transform: rotate(270deg);
  }
  #mywork .see-more .right h2 {
    display: flex;
    align-items: center;
  }
  #mywork .see-more .right small {
    color:#fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 0.7rem;
    font-weight: 400;
    padding-bottom: 1px;
  }
  #mywork .see-more .right a {
    opacity: .5;
    transition: .3s ease-out;
    text-decoration: none;
  }
  #mywork .see-more .right a:hover {
    transition: .3s ease-out;
    opacity: 1;
  }

  /* skills */
    #skills {
      position: relative;
      width: 100%;
    }
    #skills h2 {
      font-family: 'Architects Daughter', cursive;
    }
    #skills .see-more {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      flex-direction: row;
    }
    #skills .slider-position {
      width: 100%;
      height: 100%;
    }
    #skills .slider .slider-background {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
    #skills .slider .slider-divider {
      width: 95%;
      display: flex;
      border: solid 1px #0085d666;
      flex-direction: column;
      justify-content: space-between;
      transition: 1s ease-out;
    }
    #skills .slider .slider-divider:hover {
      border: solid 1px #fff;
    }
    #skills .slider .slider-divider .title {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    }
    #skills .slider .slider-divider .title h3 {
      font-family: 'Architects Daughter', cursive;
      color: #fff;
    }
    #skills .slider .slider-divider .text {
      display: flex;
      flex-direction: column;
    }
    #skills .slider .slider-divider .text p {
      color: inherit;
      font-size: 0.8rem;
      font-weight: 900;
    }
    #skills .toright {
      flex-direction: row!important;
      align-items: flex-start;
      justify-content: space-between;
      align-content: center;
      flex-wrap: nowrap;
    }

    /* slider dots */
    .slick-dots {
      display: flex;
      justify-content: center;
      align-content: flex-end;
      flex-wrap: wrap;
      flex-direction: row;
      padding-inline-start: 0;
      z-index: 6;
      margin-top: 1rem;
    }
    .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
    }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: 0 0;
    }
    .slick-dots li button:before {
      font-size: 1.7rem;
      font-family: slick;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: '•';
      text-align: center;
      color: #0085d6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
      font-size: 2rem;
      color: #fff;
    }
    .slick-list {
      padding:0 20% 0 0 !important;
    }
    /* end of */

  /* all of my work */
  #allofmywork h2 {
    font-family: 'Architects Daughter', cursive;
  }
  #allofmywork .see-more {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #allofmywork .line {
    width: 100%;
    display: flex; 
  }
  #allofmywork .content-33 {
    width: 33.33%; 
    height: 300px;
  }
  #allofmywork .content-35 {
    width: 35%; 
    height: 300px;
  }
  #allofmywork .content-50 { 
    width: 50%;
    height: 300px;
  }
  #allofmywork .content-65 {
    width: 65%;
    height: 300px;
  }
  #allofmywork video {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
  }
  #allofmywork .text {
    width: 100%;
    height: 100%;
  }
  /* video hover */
  #allofmywork video:hover {
    opacity: 1;
  }
  #allofmywork .wrapper {
    position: relative;
    display: inline-block;
  }
  #allofmywork .blurEffect {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    opacity: .5;
  }
  #allofmywork .play {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 999;
  }
  #allofmywork .btn-play {
      font-size: 2.2rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      padding: 5px 25px;
  }
  #allofmywork .btn-play:hover {
      color: #ff0000;
  }
  #allofmywork h3 {
    font-family: 'Architects Daughter', cursive;
    font-size: 1.2rem;
    color: #fff;
  }
  #allofmywork .text p {
    font-size: 0.8rem;
  }
  #allofmywork .text a {
    font-family: 'Architects Daughter', cursive;
  }

  .btn-loadmore {
    font-family: 'Architects Daughter', cursive;
    text-decoration: none;
  }
  .btn-loadmore:hover {
    text-decoration: none;
  }

  /* CSS for all Devices*/
  @media only screen {
  body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  .t-center,
  .text-center {
  text-align: center; }
  }

  /* CSS for Desktop*/
  @media only screen and (min-width: 1025px) { 
    #skills .slick-track {
      display: flex;
      align-items: center;
    }
  }

  /* CSS for Mobile Menu Hamburguer*/
  @media only screen and (max-width: 1199px) {
    .header-scrolled-btn {
      display: none;
    }
  }

  /* CSS for Mobile */
  @media only screen and (max-width: 1024px) {
    header#masthead {
      min-height: 75px;
    }
    .navbar-brand > a {
      font-size: 1.5rem;
    }
    .navbar-brand > a:hover {
      font-size: 1.8rem;
    }
    .navbar-nav {
      float: right;
      align-items: flex-end;
    }
    .header-scrolled {
      min-height: 0px!important;
    }
    #about-me .right {
      width: 75%;
      padding-bottom: 100px;
    }
    #mywork .see-more .left {
      width: 90%;
    }
    #mywork .see-more .right {
      width: 85%;
	  display: none;
    }
    #mywork .see-more .right small {
      font-size: 1rem;
    }
    #mywork .demos a {
      margin: 0.2rem;
    }
    #mywork .demos video {
      padding: 0.3rem;
    }
    #skills .see-more .left {
      flex: 0 0 25%;
      max-width: 25%;
    }
    #skills .see-more .right {
      flex: 0 0 65%;
      max-width: 65%;
    }
    #skills .see-more .right h2 {
      float: right;
    }
    #scroll small {
      font-size: 1rem;
    }
    #allofmywork .see-more .left {
      flex: 0 0 65%;
      max-width: 65%;
    }
    #allofmywork .see-more .left h2 {
      float: left;
    }
    #allofmywork .see-more .right {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }

  /* terceiros e plugins */
  .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #0085d6;
    color: #ffffff;
  }
  table.cookielawinfo-winter thead th {
    background: #000000;
  }
  .cli-tab-header {
    background-color: #00639f2b;
  }
  .cli-tab-container h4, .cli-tab-container h1 {
    font-weight: 900;
  }

#wpadminbar {
	position: fixed!important;
}

