/*----- Fons capçalera -----*/
.cap {
  background-image: url("../images/fons.jpg");
  background-color: #212121;
}
.nav-img {
   padding-top: 0.7vmin;
   padding-bottom: auto;
}

.col {
  margin-top: 15px;
}


/*---------- Fonts --------------*/
body {
  font-family: Source Sans Pro, Helvetica, Arial, Lucida, sans-serif;
  font-size: x-large;
}
h5.header {
  font-family: Droid Serif, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
h2 {
  font-size: 1em;
}
footer a {
  color: #9e9e9e;
}
nav a:hover,
footer a:hover {
  color: #ff6d00;
}

/*------- Sticky Footer -------*/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}
