@charset "UTF-8";
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  background-color: #f3ece4;
}

h2 {
  font-family: "Raleway", sans-serif;
}

.portada {
  height: 100%;
  width: 100%;
  padding-top: 2em;
  background-image: url(../img/imma_01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portada h1 {
  font-family: "Raleway";
  font-weight: 100;
  font-size: 2em;
}

.portada a.actiu h1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 3.4em;
}

.portada h2 {
  color: #e82c0c;
  font-size: 1.6em;
}

/* la barra de nav fa 45px, aquesta class barra es l'alçada que queda al darrera de la nav */
.barra {
  height: 150px;
}

/* marge sobre el h3 dels texts */
.margeheading {
  margin-top: 0.7em;
}

#footer {
  background-color: #0b0700;
  padding-bottom: 10em;
}

/*COLORS */
/*
$color-fosc: #0a0501;

.top-bar {
  background: $color-fosc;
  }
  
.top-bar-section li:not(.has-form) a:not(.button) {
  background: $color-fosc;
  }
*/
