@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap');
.bk-wht {
  background: #fff;
}
.bk-blk {
  background: #000;
}
a:hover {
cursor: pointer;    
}
a {
    color: #bbb;
}
a:hover {
    color: #bbb;
}
strong {
    font-weight: 600;
}
body {
  background: #29282B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
header {
  position: relative;
  height: 160px;
  overflow: hidden;
  z-index: 1;
}
.header-bkgd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background: rgb(55, 56, 57);
  background: #000;
  /*background-image: url("../images/bkgd.png");*/
  transform: skewY(-5deg);
  transform-origin: top left;
  border-bottom: 4px solid #BC5300;
}
.logo {
  max-width: 300px;
  position: relative;
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 767px) {
 .logo {
  margin-left: auto;
     margin-right: auto;
}
}
.jumbotron {
  margin-top: -190px;
  height: 800px;
  text-align: center;
  background: #BC5300;
  border-bottom: 4px solid #BC5300;
  background-image: url("../images/jumbo-bkgd2.jpg");
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 0px;
  transform: skewY(-5deg);
}
@media (max-width: 767px) {
  .jumbotron {
  height: 600px;
}
}
.about-bkgd {
  background-image: url("../images/glow.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#about {
  margin-top: 40px;
}
@media (max-width: 767px) {
 #about {
  margin-top: 0px;
}
}
#about h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  #about h1 {
  line-height: 46px;
  font-size: 36px;
}
}
#about h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 38px;
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
#about p {
  font-size: 22px;
  color: #bbb;
  font-weight: 300;
}
#about .card {
  padding: 0px;
  border-radius: 15px;
  background: rgba(23, 22, 24, .5);
  margin-bottom: 20px;
  height: 100%;
    border: 1px solid rgba(255,255,255,.2);
}
@media (max-width: 767px) {
  #about .card {
    height: auto;
  }
}
#about .card .card-img-top {
  border-radius: 15px 15px 0px 0px;
}
#about .card .card-title {
  color: #fff;
  font-weight: 400;
}
#about .card .card-text {
  color: #bbb;
  font-size: 15px;
}
#about .btn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
}
#about .btn:hover {
  color: #000;
  background: #fff;
}
#work {
  height: 600px;
  color: #bbb;
  text-align: center;
}
#insta {
  color: #fff;
  text-align: center;
}
#insta img {
  width: 70px;
    height: auto;
    margin-bottom: 10px;
}
#insta a{
  color: orange;
}
#contact {
  font-size: 14px;
  color: #bbb;
  text-align: center;
    font-weight: 400;
}
#contact img {
  width: 220px;
}
#contact .info {
  padding-top: 16px;
    border-top: 1px solid #444;
}

/**Carousel**/
.carousel-item {
  padding: 0;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.carousel-control-prev, .carousel-control-next  {
width: 5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}