/*

Ultra Profile Template

http://www.templatemo.com/tm-464-ultra-profile

*/

body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
hr {
  border-color: #f2f2f2;
  width: 100px;
  margin-bottom: 40px;
}
.title {
  color: #303030;
  font-size: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START HOME */
.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
 }
.tm-home-subtitle {
  color: #eb5424;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.tm-contact {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.wrapper 
{
  margin-left: auto;
  margin-right: auto;
  //Aquest width et tobliga a que sempre hi hagi la mateixa amplada
  //width: 800px;
  text-align: center;
}	
.button-wrapper a 
{
  display: inline-block;
  margin: 20px 8px 20px 8px;
  padding: 0 10px;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 40px;
  color: #fff;
  background-color: #eb5b4c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

/* END CONTACT */