/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Transition Effect */

a, a:hover,
#myBtn, #myBtn:hover {
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

/* Main Menu Icons */
main #navbars a svg {
  margin-right: 5px !important;
}

main .navbar a:hover,
main #navbars a:hover {
  color: #212529 !important;
}

/* Home Slider */

#carousel img {
  opacity: .5;
}

/* Cards */
.card {
  border: none;
}

/* Gallery */
.gg-container {
    --backdrop-color: rgba(0, 0, 0, 0.9);
}

.gg-box {
  display: block;
  margin: 0 !important;
}

.gg-box img {
  height: auto;
  border: 0;
  padding: 0 !important;
}

.gg-btn {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  line-height: normal;
  font-size: 35px;
  color: #495057;
  background: #ffc107;
}

.gg-btn:hover {
  background: #ffc107;
}

.gg-close {
  top: 0;
  right: 0;
}

.gg-next {
  right: 0;
  bottom: 0;
  padding-top: 10px;
}

.gg-prev {
  left: 0;
  bottom: 0;
  padding-top: 10px;
}

.gg-close.gg-btn {
  width: 72px;
  height: 72px;
  line-height: 65px;
  right: 0;
  bottom: 0;
  padding-left: 0;
  font-size: 35px;
  color: #495057;
  background: #ffc107;
}

/* Contact */

.list-group a {
  color: #6c757d;
  text-decoration: none;
}

.list-group a:hover {
  color: #495057;
}

/* Footer */

footer img {
  margin: -2px 5px 0 0;
}

/* Goto Top Button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 24px 24px 25px 24px;
    opacity: .5;
  }
  
  #myBtn:hover {
    background-color: #555;
    opacity: 1;
  }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  /* Main Menu Icons */
  main #navbars a svg {
    display: none;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}