body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

/*div {border: solid 1px; }*/

a,input { outline:0; }

.system_notifications{position:fixed; top:110px; right:0; border:solid 1px #cccccc; z-index:1005;}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("img/neringa-sidlauskaite-XncszFVfqhE-unsplash.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("img/ilya-pavlov-OqtafYT5kTw-unsplash.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("img/justin-kauffman-fpoHihXiMhg-unsplash.jpg");
  min-height: 400px;
}

.bgimg-4 {
  background-image: url("img/plush-design-studio-q10VITrVYUM-unsplash.jpg");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("img/dose-media-bU6JyhSI6zo-unsplash.jpg");
  min-height: 100%;
}

.bgimg-6 {
  background-image: url("img/green-chameleon-s9CC2SKySJM-unsplash.jpg");
  min-height: 100%;
}

.bgimg-7 {
  background-image: url("img/annie-spratt-QckxruozjRg-unsplash.jpg");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: scroll;
  }
}
/* --------------------------------------------------------------- */

.inline-par{
    opacity: 0;
    
    -webkit-transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1),
                        opacity .3s .25s ease-out;             
            transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                        opacity .3s .25s ease-out; 
    will-change: transform, opacity;
}

.is-visible{
    opacity: 1;
/*    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); */
}
/* --------------------------------------------------------------- */

#navbar {
  width: 100%;
  overflow: hidden;
  background-color: #676767;
}

#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding:8px;
  text-decoration: none;
}

#navbar a:hover {
  text-decoration:underline;
}

#navbar a.active {
  background: rgb(103,103,103);
  background: linear-gradient(90deg, rgba(103,103,103,1) 0%, rgba(123,159,170,1) 45%, rgba(34,187,207,1) 100%);
  text-decoration:none;
}

.content {
    color: #777;
    background-color:white;
    text-align:center;
    padding:50px 80px;
    text-align: justify; 
}

.no-sticky{ 
  position: absolute;
  bottom:0px;
  font-size:12pt;
  transition: font-size .1s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  font-size:9pt;
  transition: font-size .1s;
}

.sticky + .content {
  padding-top: 60px;
}

.skills-right{
    padding-left:1%;
}

#navbar{
  z-index:100;
}
/* --------------------------------------------------------------- */

.custom-padding-gallery{padding:6px 6px 6px 6px;}
.footer-img-size{width:95%; max-width:95%; min-width:0;} 
.gallery{width:70%; float:none; margin:auto; padding-top:25px;} 
.gal-container{text-align:center;} 
.gal-item:hover{opacity:0.8; cursor: pointer;}
#gallery {z-index:90;}
#gallery_image{padding: 60px 75px 60px 75px;}

/*BP1*/@media only screen and (max-width: 1600px) { .gallery{width:80%;} }
/*BP2*/@media only screen and (max-width: 1440px) { .gallery{width:90%;} }
/*BP3*/@media only screen and (max-width: 1280px) { .gallery{width:80%;} }
/*BP4*/@media only screen and (max-width: 1080px) { #gallery_image {padding: 0;} .content { padding:15px;} .skills-right{padding-left:0;} }
/*BP5*/@media only screen and (max-width: 870px)  { .content { padding:15px;} .skills-right{padding-left:0;} }
/*BP6*/@media only screen and (max-width: 760px)  { .content { padding:15px;} .skills-right{padding-left:0;} }
/*BP7*/@media only screen and (max-width: 640px)  { .content { padding:15px;} .skills-right{padding-left:0;} }
/*BP8*/@media only screen and (max-width: 480px)  { .gallery{width:100%;} .content { padding:15px;} .skills-right{padding-left:0;} }
/*BP9*/@media only screen and (max-width: 320px)  { }
