@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
a {
  color: orange;
}
a:hover {
  color: orange;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  background-color: #333333;
  color: #fff;
}
.background {
  background: #474747 url('../img/background3.jpg') no-repeat center;
  position: relative;
  background-color: black;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.subbackground {
  background: #474747 url('../img/background3.jpg') no-repeat center;
  position: relative;
  background-color: black;
  height: 15vh;
  min-height: 10rem;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #fff;
  margin: 40px 0px;
}
.bg-dark {
  background: #1b1b1b !important;
  padding-top: 10px;
}
.top-menu {
  background: #212121;
  color: #fff;
  padding: 7px 0px;
  text-align: right;
}
.email, .phone {
  display: inline-block;
}
.email {

}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 0px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: orange;
}
.typewriter h1 {
  overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  font-size: 55px;
  margin: 0 auto;
  animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
.typewriter {
  position: relative;
  float: left;
  top: 48%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.typewriter p {
  background: #fb9f00;
  padding: 5px 20px;
  margin-top: 15px;
  display: inline-block;
}
/* The typing effect */

@keyframes typing {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
/* The typewriter cursor effect */

@keyframes blink-caret {
  from, to {
    border-color: transparent
  }
  50% {
    border-color: orange;
  }
}
.big {
  font-size: 24px;
}
#footer {
  background: #1b1b1b;
  color: #fff;
  padding: 25px 0px 10px 0px;
}
#footer a, .top-menu a {
  color: orange;
}
#footer i, .top-menu i, .content i {
  color: orange;
  margin-right: 10px;
}
#footer .left {
  text-align: left;
}
#footer .right {
  text-align: right;
}
.container.gallery-container {
  color: #fff;
  min-height: 100vh;
}
.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}
.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}
.tz-gallery {}
/* 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;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  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: rgb(255 165 0 / 0.50);
  content: '';
  transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {
  opacity: 1;
}
.baguetteBox-button {
  background-color: transparent !important;
}
@media(max-width: 768px) {
  body {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .top-menu {
    text-align: center !important;
  }
  #footer .left, #footer .right {
    text-align: center;
  }
  .typewriter h1 {
    font-size: 25px;
  }
}