/*!
 * Start Bootstrap - Stylish Portfolio v5.0.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

/* qtips */
.qtip-copyright a, .qtip-copyright:hover {
  color: #000;
  text-decoration: underline;
}

.qtip {
  max-width: 600px !important;
}

.qtip p {
  margin: 0;
}

.qtip-fact-sheets {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.qtip-bootstrap {
  border-radius: 0;
}

.qtip-tsu-figure .qtip-content {
  padding: 0;
}

.qtip-download .qtip-title,
.qtip-download .qtip-content {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  color: #f00;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 60px;
}

.qtip-icon {
  border-radius: 0 !important;
}

.qtip-close {
  border: 0 !important;
}

/*
      Attribution icon
*/
.copyright {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 21px;
  height: 16px;
  background: url(/img/camera-icon.png) center center no-repeat;
  z-index: 100;
  cursor: pointer;
}

div.copyr {
  display: none;
}

/*
    Downward pointing chevron
*/
.nav-arrow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px;
  font-size: 30px;
  z-index: 50;
}

.nav-arrow:hover {
  background-color: #000;
}

.nav-arrow a {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .nav-arrow a {
    display: none;
  }
}

footer.footer {
  border-top: 3px solid #0058a6;
}

#footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-inner-div h3 {
  font-weight: 300;
}

.footer-inner-div h3 a {
  font-weight: 300;
}
