
#header {
    z-index: 99999;
    /* color: #00a0ff; */
    background: rgb(255, 255, 255, 1);
    box-shadow: 0 0 0.15em 0 rgb(0 0 0 / 85%);
}
.site-logo {
    padding: 5px;
    width: auto;
    height: 100%;
}

#my-work.main {
    box-shadow: 0px 12px 9px 0px rgba(0, 0, 0, 0.8);
    z-index: 1;
}
#footer a {
    transition: all ease-in-out 0.3s;
    text-decoration:none;
    color:#777;
}
#footer a:hover {
    transition: all ease-in-out 0.3s;
   color:#fff;
}
#footer {
    padding-top:85px;
    line-height:1.2em;
    flex-direction: column;
    min-height: 250px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    position: sticky;
    background: #252525;
    color: #808080;
}
.copyright {
    padding: 35px 10px 0px;
    font-size: 14px;
}
.menu.footer-lower{
    font-size: 14px;
}
.site-logo-footer {
    height:80px;
    width:auto;
    margin-top:35px;
}
.footer-content {
    color:#ccc;
    text-align:center;
    padding:0 20px 20px;
}
ul.icons li {
    margin: 10px;
    display: inline-block;
}
ul.icons.footer-social a {
    transition: all ease-in-out 0.3s;
    border-radius: 50%;
    display: inline-block;
    width: 2.7em;
    height: 2.7em;
    line-height: 2.7em;
    text-align: center;
    border: 1px solid #777;
}
ul.icons.footer-social a:hover {
   transition: all ease-in-out 0.3s;
   border: 1px solid #fff;
}
ul.icons.footer-social .icon:before {
    font-size: 25px;
}

.icon.brands.icon-bitchute:before,
.icon.brands.icon-rumble:before,
.icon.brands.icon-odysee:before{
    font-family: 'fontello';
}

.gallery .image:before {
   background: none;
}

.gallery  .image:hover img {
    -webkit-filter: brightness(1.8) contrast(.95) saturate(0) sepia(.35);
    filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
    transition: all ease-in-out 0.3s;
    cursor:pointer;
}
.gallery  a:hover {
    cursor:pointer;
}

body, input, textarea, select {
  font-family: "Source Sans Pro", "sans-serif";
  font-weight: 300;
  font-size: 18pt;
  line-height: 1.75em;
  color: #39454b;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 1920px) {
    body, input, textarea, select {
      font-size: 17pt; } }
  @media screen and (max-width: 1680px) {
    body, input, textarea, select {
      font-size: 17pt; } }
      
  @media screen and (max-width: 1280px) {
    body, input, textarea, select {
      font-size: 17pt; } }
      
  @media screen and (max-width: 1000px) {
    body, input, textarea, select {
      font-size: 17pt; }
          #footer > * {
        margin: unset;
    }
      
      #footer .footer-center {
    display:none;
}
#footer {
    padding: 65px 10px 10px;
  }
  }
    
  @media screen and (max-width: 736px) {
    body, input, textarea, select {
      font-size: 17pt;
      line-height: 1.5em; 
        }
      ul.icons.footer-social a {
          border:none;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
}
.site-logo-footer {
    height: 70px;
}
.footer-content {
     padding: 0 20px 0px;
}
ul.icons li {
    margin: 5px;
}
#footer {
    font-size: 18px;
}
#footer ul.menu.footer-lower li {
    display:inline-block;
    border-left:solid 1px #e5e6e7;
    border-left-color: rgba(185, 186, 187, 0.2);
    margin-left:0.5em;
    padding-left:0.5em;
}
#footer ul.menu.footer-lower li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
      #footer > * {
        margin: 0 0 0.8em 0;
    }
 #footer  .copyright {
     margin:0;
    padding: 5px 10px 0px;
}
  }



