::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background: #161616;
}
::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,.2);
    border-radius: 50px;
    opacity: 50%;
}
::-webkit-scrollbar-corner{
    background: grey
}

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
}

h2{
  font-size: 1.2rem; 
    padding: 10px; 
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: gray;
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #000;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #000;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 2rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 28rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 2rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px){
  header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(5rem + 72px);
  padding-bottom: 2rem;
}
}
@media (max-width: 420px){
  header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(4rem + 72px);
  padding-bottom: .5rem;
}
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: rgba(76, 175, 80, 0.1);
  color: #fff !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ffffff !important;
    color: #000 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.text{
    padding-bottom: 2rem;
}
.text a:hover {
  color: hotpink;
}

.text a{
  color: black;
}

@media (max-width: 500px){
    .text h3{
        font-size: 1rem;
    }
}

.social a {
  text-align: center;
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  line-height: 3rem;
  color: #3a3a3a;
}

.social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.social a:active {
  color: #fff;
}

.tz-gallery {
    padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.portrait {
    width: auto;
    height: 485px;
    overflow: hidden;
}

.portrait img {
    width: 100%;
    height: auto;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

    