/* Your custom css code goes here */
#about, #projects, #photography, #contact { margin-top: -77px; }
.probootstrap-logo { color: #22eaaa; }
.probootstrap-header { margin-top: -10px; background: linear-gradient(rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0)); }
.probootstrap-main-nav li { padding: 0 0; }
.probootstrap-main-nav li a, .probootstrap-main-nav li a:link { padding: 10px; }
.probootstrap-main-nav li a:hover { color: #000; background: #22eaaa; border-radius: 5px; }
.probootstrap-mobile-menu-active .probootstrap-main-nav li a:hover { color: #000; }
.probootstrap-slider h2 { display: inline-block; font-size: 33px; text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000; }
.probootstrap-card-media { display: inline; float: right; }
.probootstrap-cta2 {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0;
  float: left;
  width: 100%;
}
.mfp-iframe-holder .mfp-content { line-height: 0; max-width: 1082px; height: 788px; }
#instafeed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 64rem;
  margin: auto;
  padding-top: 55px;
}
#instafeed a {
  display: block;
  border: 2px solid #1A1A1A;
}
#instafeed img {
  display: block;
  padding: 10px;
  width: 100%;
}
.btn.btn-primary {
  background: linear-gradient(#39ecb3, #87ffcd);  
  color: #000; 
  border: 0px; 
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: linear-gradient(#87ffcd, #39ecb3);
  color: #000;
  border: 0px;
}
figure figcaption {
  margin-top: 0px;
}  
.mfp-title {
  width: fit-content;
  margin: -40px auto 0px auto;
  font-style: normal;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.6);
}
.infobox {
  position: relative;
  background: #000;
  padding: 10px;  
  width: auto;
  max-width: 450px;
  margin: 10px auto;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: block;
  width: 7px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
    
::-webkit-scrollbar-thumb {
  background-color: #22eaaa;
  border-radius: 10px;
  border-right: none;
  border-left: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 5px; 
}

::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 5px;
}