@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

body,
html {
  height: 100%;
}

.jumbotron {
  min-height: 100vh;
  width: 100%;
  background-image: url(assets/bg.jpg) !important;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  border-radius: 0;
}

.bg-dark {
  font-family: "Titillium Web", sans-serif !important;
  margin: 0 auto;
  background-color: #000 !important;
  opacity: 0.9;
  vertical-align: middle;
}

.card h3 {
  text-shadow: #ccc 0 1px 0, #c9c9c9 0 1px 0, #bbb 0 2px 0, #b9b9b9 0 2px 0,
    #aaa 0 2px 0, rgba(0, 0, 0, 0.1) 0 6px 1px, rgba(0, 0, 0, 0.1) 0 0 2px,
    rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(0, 0, 0, 0.15) 0 3px 5px,
    rgba(0, 0, 0, 0.2) 0 5px 10px, rgba(0, 0, 0, 0.2) 0 10px 10px,
    rgba(0, 0, 0, 0.1) 0 20px 20px;
  -webkit-font-smoothing: antialiased;
}

.card img {
  opacity: 0.8;
}

.contacto {
  width: 80%;
  margin: 0 auto;
  padding: 5px;
}
