/* Global */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  /*
  background: #CCB275;
  */
  background: #000; 
  color: #888;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
p {
  font-size: 18px;
}
p.small {
  font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
  outline: none;
}

/* Bootstrap Overrides */
.img-centered {
  margin: 0 auto;
}

/* Navigation */
.navbar-custom {
  background: #CCB275;
  background-size: cover;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: black;
}
.navbar-custom .navbar-header button {
  padding: 8px;
  border-color: black;
}
.navbar-custom .navbar-header i {
  font-size: 16px;
}
.navbar-custom .navbar-nav li a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: black;
}
.navbar-custom .navbar-toggle,
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  color: black;
  text-transform: uppercase;
  font-size: 10px;
}

/* Section */
section {
  background: #000;
  padding: 60px 0px 120px 0px;
}
section h2 {
  font-size: 28px;
}
section h3 {
  font-size: 22px;
}

/* Home */
#home {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#home .row {
  width: 100%;
  margin: 0 auto;
}

/* Music */
#music .row {
  margin: 0 0 40px 0;
}
@media(max-width: 480px) {
  #music iframe {
    width: 100%;
  }
}
@media(min-width: 481px) {
  #music iframe {
    width: 70%;
  }
}

/* Visual */
#visual * {
  z-index: 0;
}
#visual .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#visual .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#visual .portfolio-item .portfolio-link .caption {
  background: #CCB275;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#visual .portfolio-item .portfolio-link .caption:hover {
  opacity: 0.5;
}
#visual .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#visual .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#visual .portfolio-item .portfolio-link .caption .caption-content h3,
#visual .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
@media (min-width: 767px) {
  #visual .portfolio-item {
    margin: 0 0 30px;
  }
}

/* Portfolio Modals */
.portfolio-modal {
  background-color: #000;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

/* Tour */
#tour select {
  background-color: #CCB275;
  color: #000;
  border: none;
  text-align: center;
  text-align-last: center;
  font-size: 18px;
  cursor: pointer;
}

/* Contact */
#contact input.btn {
  border: none;
}
#contact button.btn {
  background-color: #CCB275;
  border: none;
}
#contact a {
  color: #fff;
}

/* Footer */
footer {
  padding: 10px 0px 8px 0px;
  background-color: #CCB275;
  color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
footer a {
  font-size: 14px;
  color: #000;
}
