/* ---------- Global ---------- */
body, html {
  height: 90%; }
/* ---------- Global ---------- */



/* ---------- Parallax ---------- */
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-device-width: 1024px) {
    .parallax {
      background-attachment: scroll; } }

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000; }
  .caption span.border {
    background-color: #111; }
  .caption span {
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    text-transform: uppercase; }
/* ---------- Parallax ---------- */



/* ---------- Landing ---------- */
.landing {
  background-image: url("../img/background.jpg");
  min-height: 100%;
}
.landing a {
  color: #530B3C;
  filter: brightness(200%);
}
.landing a:hover {
  color: #530B3C;
  filter: brightness(150%);
}
.landing .caption {
  top: 40%;
}
.landing .caption p {
  color: #fff;
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
/* ---------- Landing ---------- */



/* ---------- Gondola ---------- */
.gondola {
  padding: 50px 10%; }
  .gondola h3 {
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000; }
  .gondola div {
    color: #555;
    background-color: #fff;
    text-align: justify; }
  .gondola p {
    font-size: 16px;
    padding-top: 20px;
    text-align: center; }
    .gondola p.code {
      font-weight: bolder;
      color: #00c853; }
  .gondola.black {
    background-color: #282E34; }
    .gondola.black div {
      color: #fff;
      background-color: #282E34; }
    .gondola.black h3 {
      color: #ccc; }
  .gondola .img {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
/* ---------- Gondola ---------- */



/* ---------- Footer ---------- */
.footer_links {
  color: #530B3C;
  font-size: 30px;
}
.footer_links:hover {
  opacity: 0.8;
  color: #530B3C;
}
/* ---------- Footer ---------- */



/* ---------- Img-body ---------- */
.img-body {
  border-radius: 10px;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
.img-body:hover {
  border-radius: 10px;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  transform: rotate(-15deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transition: .3s ease;
}
/* ---------- Img-body ---------- */



/* ---------- Navbar ---------- */
.navbar {
  background: #530B3C;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar.navbar-inverse {
  border-radius: 0;
  border-color:transparent;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover {
  color: lightgray;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: lightgray;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #530B3C;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #530B3C;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #530B3C;
  filter: brightness(80%);
}
/* ---------- Navbar ---------- */
